- Aug 14, 2007
-
-
Wilson Callan authored
Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different from the bootp server Signed-off-by:
Wilson Callan <wcallan@savantav.com> Signed-off-by:
Ben Warren <bwarren@qstreams.com>
-
Mike Rapoport authored
Signed-off-by:
Mike Rapoport <mike@compulab.co.il> Signed-off-by:
Ben Warren <bwarren@qstreams.com>
-
Ben Warren authored
Merge git://www.denx.de/git/u-boot Conflicts: drivers/bcm570x.c drivers/tigon3.c
-
- Aug 13, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Jon Loeliger authored
Conflicts: MAKEALL With any luck, this is the last MAKEALL merge conflict!
-
Joe Hamman authored
PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT adapter. Signed-off-by:
Joe Hamman <joe.hamman@embeddedspecialties.com> Signde-off-by:
Jon Loeliger <jdl@freescale.com>
-
Haavard Skinnemoen authored
Calculate the data timeout based on values from the CSD instead of just using a hardcoded DTOR value. This is a backport of a similar fix in BSP 2.0, with one additional fix: the DTOCYC value is rounded up instead of down. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
-
Haavard Skinnemoen authored
include/asm-avr32/div64.h was recently moved to include/div64.h, but cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of the patch was merged perhaps?) This patch updates cpu/at32ap/interrupts.c so that the avr32 port compiles again. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
-
Haavard Skinnemoen authored
-
Haavard Skinnemoen authored
Instead of always using the largest blocksize the card supports, check if it can support smaller block sizes and use 512 bytes if possible. Most cards do support this, and other parts of u-boot seem to have trouble with block sizes different from 512 bytes. Also enable underrun/overrun protection. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by:
Hans-Christian Egtvedt <hcegtvedt@atmel.com>
-
- Aug 12, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Also update CHANGELOG Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by: Wolfgang Denk
-
Wolfgang Denk authored
The update procedure was modified to turn off the USB subsystem before exit for MCC200 and TRAB. This is necessary as otherwise the USB controller continues to write periodically to system memory! MCC200-specific notes: - the patch disables the magic key check for MCC200 - the patch contains the configuration changes made for the new revision of the board. Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 11, 2007
-
-
Wolfgang Denk authored
-
- Aug 10, 2007
-
-
Gerald Van Baren authored
Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Kim Phillips authored
protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the area. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
The last fdt patch to bootm did board setup based on the address specified by a prior fdt address command invocation. The bootm code, as its call to fdt_chosen does, should use the fdt specified by the user on the bootm command. Note this restores full functionality for the 8360's existing default boot environment values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr' before booting a kernel). Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Gerald Van Baren authored
In the patch titled "Create new fdt boardsetup command..." I removed the call to ft_board_setup() from the routine fdt_chosen(), but I forgot to add a direct call back into cmd_bootm.c This fixes the oversight by adding the direct call to the bootm command. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Previously ft_board_setup() was called by fdt_chosen() which was not really correctly structured. This splits ft_board_setup() out by creating a new fdt boardsetup command. Fix a bug when parsing fdt set command values which have the square bracket form [00 11 22 33] - the length was updated incorrectly in when parsing that form. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Tighten up the error messages, split overlength lines. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
The fdt_chosen() function was adding/seting some properties ad-hoc improperly and duplicated (poorly) what was done in ft_board_setup() Clean up long lines (setting properties, printing errors). Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Also removes the special case root path detection in cmd_fdt.c since it is no longer necessary. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Signed-off-by:
Wolfgang Grandegger <wg@grandegger.com> Acked-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
The new name matches more closely the kernel's name, which is also a much better description. Signed-off-by:
Wolfgang Grandegger <wg@grandegger.com> Acked-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Break lines that were greater than 80 characters in length. Move the fdt print and property parsing code to separate static functions to reduce coding clutter in the fdt_cmd handling body. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Fix "fdt set" so that it will create a non-existing property. Add "fdt mknode" to create nodes. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Do *NOT* return after the "point of no return" has been passed. If something goes wrong, the board must be reset after that point. Move the "Transferring control to Linux" debug message back to where it belongs: just before transferring control to linux. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Stupid coding mistakes (identified by Timur Tabi, thanks). Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Make the length parameter optional: if not specified, do the move using the current size unchanged. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Declare the variable fdt properly as extern. Call the "set_fn" function pointer the "short way" without the full dereferencing syntax. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Print more than the raw libfdt error message strings. This is especially useful for cluing in the user when the bootm command aborts due to blob problems. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
This is the way u-boot reduces configured-out code. At Wolfgang Grandegger and Wolfgang Denk's request, make libfdt conform. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-