summaryrefslogtreecommitdiff
path: root/doc/README.modnet50
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser1-1/+1
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-2/+2
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
2005-04-03Prepare for SoC rework of ARM code:wdenk1-1/+1
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-8/+8
Fix buffer overflow in common/usb.c * Patch by Tolunay Orkun, 10 Feb 2004: Add support for Cogent CSB272 board * Code cleanup
2004-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk1-0/+62
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, ==, !=, <>, <, >, <=, >=)