[U-Boot] [PATCH-OMAP3] OMAP3: Clean up board files

2008-11-15 Thread dirk . behme
- Use readx/writex instead of direct pointer access - Replace hardcoded values by macros - Minor space to tab conversion No functional change. Signed-off-by: Dirk Behme [EMAIL PROTECTED] --- board/omap3/beagle/beagle.c| 78 +++- board/omap3/overo/overo.c

[U-Boot] CFG_ENV_SECT_SIZE doubt

2008-11-15 Thread Marco
Hi all, I'm using a flash with the top sectors smaller then the others. The flash has got four 32kb sector and 255 sectors of 128kb. I'd like to use the small sectors to deploy there the environment. I've got a doubt about the configuration, is it possible to have CFG_ENV_SIZE bigger then

[U-Boot] add usb_system_autoupdate command.

2008-11-15 Thread Matteo Facchinetti
Hi, I have add the possibility to automatic update entire flash using a USB pendrive. To make it, need the following steps: 1) insert usb pendrive. In pendrive must be present these files: install.dat and the files we want to copy. 2) from uboot console: = usb_system_autoupdate 3) the

[U-Boot] [PATCH-OMAP3] OMAP3: Clean up EVM board file

2008-11-15 Thread dirk . behme
- Use readx/writex instead of direct pointer access - Replace hardcoded values by macros - Minor space to tab conversion Notes: - Instead of read/modify/write GPIO_DATAOUT register use SET/CLEARDATAOUT register for GPIO64 - GPIO 1-6 CM_FCLKEN_PER and CM_ICLKEN_PER are already configured in

Re: [U-Boot] [PATCH] MIPS: Add board_early_init_f() to init_sequence

2008-11-15 Thread Shinya Kuribayashi
Stefan Roese wrote: This patch adds the board_early_init_f() call to the MIPS init sequence. A weak dummy implementation is also added which can be overridden by a board specific version. This will be used by the upcoming VCTH board support. Signed-off-by: Stefan Roese [EMAIL PROTECTED]

Re: [U-Boot] [PATCH] MIPS: Add onenand_init() to board.c and move nand_init()

2008-11-15 Thread Shinya Kuribayashi
Stefan Roese wrote: This patch adds a call to onenand_init() for OneNAND support and moves the nand_init() call to an earlier place, so that the environment can be used from NAND and OneNAND. Fair enough. Thanks for your work. Then, I've checked qemu-mips build with GCC 4.2.3, and got no