Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 1 | -9/+9 |
| | | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de> | ||||
* | Add support for NetSilicon NS7520 processor. | Wolfgang Denk | 2005-10-09 | 1 | -0/+27 |
| | | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup. | ||||
* | * Patch by Laurent Mohin, 10 Feb 2004: | wdenk | 2004-02-23 | 1 | -1/+0 |
| | | | | | | | | | 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 | 1 | -0/+158 |
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, ==, !=, <>, <, >, <=, >=) |