summaryrefslogtreecommitdiff
path: root/common/cmd_itest.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-09Patch by Thomas Viehweger, 14 May 2004:wdenk1-1/+1
- flash.h: more flash types added - immap_8260.h: some bits added (useful for RMII) - cmd_coninfo.c: typo corrected, printf -> puts - reduced size by replacing spaces with tab
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+3
Add support for NFS for file download * Minor code cleanup
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-7/+7
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/+197
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, ==, !=, <>, <, >, <=, >=)