Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-15 Thread Paul Gortmaker
Andy Fleming wrote: On Fri, Jul 11, 2008 at 5:03 PM, Paul Gortmaker [EMAIL PROTECTED] wrote: Wolfgang Denk wrote: + * MAC addresses directly on it. + */ +#if 0 +#define CONFIG_ETHADDR 00:01:af:07:9b:8a +#define CONFIG_ETH1ADDR 00:01:af:07:9b:8b

[U-Boot-Users] [PATCH 1/7] sbc8560: proper definitions for TSEC.

2008-07-11 Thread Paul Gortmaker
The definitions for the TSEC have become out of date. There is no longer any such options like CONFIG_MPC85xx_TSEC1 or similar. Update to match those of other boards, like the MPC8560ADS. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] Acked-by: Ben Warren [EMAIL PROTECTED] --- include/configs

[U-Boot-Users] [PATCH 0/6] Update sbc8560; enable fdt/powerpc support

2008-07-11 Thread Paul Gortmaker
[Resending with Ben's network setting removal done in patch #3; there were no other request for changes, so this should be good to go...] The following six patches update the sbc8560 support to fix a memsize bug + some bitrot (1st three), and then add/enable the powerpc/fdt support (the second

[U-Boot-Users] [PATCH 2/7] sbc8560: properly set cs0_bnds for 512MB

2008-07-11 Thread Paul Gortmaker
The sbc8560 board ships with 512MB of memory installed, but the current cs0_bnds is hard coded for 256MB. Set the value based on CFG_SDRAM_SIZE. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- board/sbc8560/sbc8560.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[U-Boot-Users] [PATCH 4/7] sbc8560: add in ft_board_setup()

2008-07-11 Thread Paul Gortmaker
Add in for the sbc8560, the ft_board_setup() routine, based on what is in use for the Freescale MPC8560ADS board. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- board/sbc8560/sbc8560.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/board

[U-Boot-Users] [PATCH 5/7] sbc8560: add default fdt values

2008-07-11 Thread Paul Gortmaker
Add in the default fdt settings and the typical EXTRA_ENV settings as borrowed from the mpc8560ads. Fix a couple of stale references to the mpc8560ads dating back to the original clone/fork. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- include/configs/sbc8560.h | 34

[U-Boot-Users] [PATCH 6/7] sbc8560: enable CONFIG_OF_LIBFDT by default

2008-07-11 Thread Paul Gortmaker
Make the default build for the sbc8560 board be powerpc capable with libfdt support. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- include/configs/sbc8560.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/sbc8560.h b/include/configs/sbc8560.h

[U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Paul Gortmaker
user specific data into the environment by default -- things like MAC address, network parameters etc. need to come from the end user. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- include/configs/sbc8560.h | 22 +- 1 files changed, 13 insertions(+), 9 deletions

Re: [U-Boot-Users] [PATCH 3/7] sbc8560: define eth0 and eth1 instead of eth1 and eth2

2008-07-11 Thread Paul Gortmaker
Wolfgang Denk wrote: + * MAC addresses directly on it. + */ +#if 0 +#define CONFIG_ETHADDR 00:01:af:07:9b:8a +#define CONFIG_ETH1ADDR 00:01:af:07:9b:8b #define CONFIG_SERVERIP 192.168.0.131 #define CONFIG_IPADDR 192.168.0.105

Re: [U-Boot-Users] [PATCH 5/7] sbc8560: add default fdt values

2008-07-11 Thread Paul Gortmaker
Wolfgang Denk wrote: +#define CONFIG_RAMBOOTCOMMAND \ + setenv bootargs root=/dev/ram rw \ + console=$consoledev,$baudrate $othbootargs; \ + tftp $ramdiskaddr $ramdiskfile; \ + tftp

Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt.

2008-07-09 Thread Paul Gortmaker
In message: Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt. on 09/07/2008 Kumar Gala wrote: On Jul 8, 2008, at 4:42 PM, Paul Gortmaker wrote: I fixed it with this simple patch, but I was wondering whether it would be better to alternatively just check

[U-Boot-Users] [PATCH 2/6] sbc8560: properly set cs0_bnds for 512MB

2008-07-09 Thread Paul Gortmaker
The sbc8560 board ships with 512MB of memory installed, but the current cs0_bnds is hard coded for 256MB. Set the value based on CFG_SDRAM_SIZE. --- board/sbc8560/sbc8560.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/board/sbc8560/sbc8560.c

[U-Boot-Users] [PATCH] 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq

2008-07-09 Thread Paul Gortmaker
Some boards that have external 16550 UARTs don't have a direct tie between bi_busfreq and the clock used for the UARTs. Boards that do have such a tie should set CFG_NS16550_CLK to be get_bus_freq(0) -- which most of them do already. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- (Just

[U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Paul Gortmaker
This PCI-X e1000 variant works by just adding in the correct PCI IDs in the appropriate places. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- drivers/net/e1000.c |2 ++ drivers/net/e1000.h |3 ++- include/pci_ids.h |1 + 3 files changed, 5 insertions(+), 1 deletions(-) diff

Re: [U-Boot-Users] usage of git to send patches to u-boot mailinglist

2008-07-09 Thread Paul Gortmaker
On Wed, Jul 9, 2008 at 8:21 PM, Harald Welte [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 12:30:03AM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: New patch at the end of this mail! Could you please start using git to prepare and send patches? That would save