[U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-17 Thread Dimitar Penev
Hello, I am supporting Switchfin GPL software (www.switchfin.org) which contains supports of PR1 Appliance - Asterisk based ISDN PRI PBX. This board is Blackfin BF537 based. The schematics is not fully opened. The following patch adds PR1 Appliance support in u-boot. It is based on u-boot-2011

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-18 Thread Mike Frysinger
On Thursday 17 November 2011 17:49:07 Dimitar Penev wrote: > I am supporting Switchfin GPL software (www.switchfin.org) which contains > supports of PR1 Appliance - Asterisk based ISDN PRI PBX. > This board is Blackfin BF537 based. The schematics is not fully opened. the schematics don't need to b

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-19 Thread Dimitar Penev
r" To: "Dimitar Penev" Cc: Sent: Saturday, November 19, 2011 7:42 AM Subject: Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-19 Thread Mike Frysinger
On Saturday 19 November 2011 10:18:16 Dimitar Penev wrote: > >> +void board_reset(void) > >> +{ > >> + /* workaround for weak pull ups on ssel */ > >> + if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER) > >> + bfin_reset_boot_spi_cs(GPIO_PF10); > >> +} > > > >do you actually have this problem in

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-20 Thread Dimitar Penev
quot; To: "Dimitar Penev" Cc: Sent: Saturday, November 19, 2011 10:17 PM Subject: Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-25 Thread Mike Frysinger
On Sunday 20 November 2011 15:24:12 Dimitar Penev wrote: > I have noticed however that you have removed the random MAC generation > which I would consider as a good feature. > What is your reasoning behind this? MAC randomization should not be the default mode for boards. where does this board s

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-25 Thread Dimitar Penev
oot comand line. Best Regards Dimitar - Original Message - From: "Mike Frysinger" To: "Dimitar Penev" Cc: Sent: Friday, November 25, 2011 10:55 PM Subject: Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-25 Thread Mike Frysinger
On Friday 25 November 2011 16:54:29 Dimitar Penev wrote: > >On Sunday 20 November 2011 15:24:12 Dimitar Penev wrote: > >> I have noticed however that you have removed the random MAC generation > >> which I would consider as a good feature. > >> What is your reasoning behind this? > > > >MAC randomi

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-25 Thread Dimitar Penev
Hi Mike, Currently we keep the MAC as u-boot variable 'ethaddr' and pass it to Linux using the boot comand line. right, generally all boards use the 'ethaddr' env var. the question is how does that get initialized ? many boards have dedicated storage so that even if the env gets erased,