Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 1 | -4/+1 |
| | |||||
* | Fix problems with ld version 2.16 (dot outside sections problem) | Wolfgang Denk | 2005-08-31 | 1 | -0/+1 |
| | | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html | ||||
* | Prepare for SoC rework of ARM code: | wdenk | 2005-04-02 | 2 | -4/+4 |
| | | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files) | ||||
* | * Patch by Laurent Mohin, 10 Feb 2004: | wdenk | 2004-02-23 | 2 | -17/+17 |
| | | | | | | | | | Fix buffer overflow in common/usb.c * Patch by Tolunay Orkun, 10 Feb 2004: Add support for Cogent CSB272 board * Code cleanup | ||||
* | * Patch by Thomas Elste, 10 Feb 2004: | wdenk | 2004-02-23 | 6 | -0/+936 |
Add support for NET+50 CPU and ModNET50 board * Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c * Patch by Leon Kukovec, 10 Feb 2004 Fixed long dir entry slot id calculation in get_vfatname * Patch by Robin Gilks, 10 Feb 2004: add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=) |