Patches by Pantelis Antoniou, 16 Apr 2004:
- add support for a new version of an Intracom board and fix various other things on others. - add verify support to the crc32 command (define CONFIG_CRC32_VERIFY to enable it) - fix FEC driver for MPC8xx systems: 1. fix compilation problems for boards that use dynamic allocation of DPRAM 2. shut down FEC after network transfers - HUSH parser fixes: 1. A new test command was added. This is a simplified version of the one in the bourne shell. 2. A new exit command was added which terminates the current executing script. 3. Fixed handing of $? (exit code of last executed command)
Showing
- CHANGELOG 16 additions, 0 deletionsCHANGELOG
- Makefile 11 additions, 1 deletionMakefile
- README 22 additions, 0 deletionsREADME
- board/netphone/flash.c 22 additions, 0 deletionsboard/netphone/flash.c
- board/netphone/netphone.c 130 additions, 42 deletionsboard/netphone/netphone.c
- board/netphone/phone_console.c 21 additions, 0 deletionsboard/netphone/phone_console.c
- common/cmd_mem.c 71 additions, 0 deletionscommon/cmd_mem.c
- common/cmd_pcmcia.c 1 addition, 1 deletioncommon/cmd_pcmcia.c
- common/command.c 153 additions, 0 deletionscommon/command.c
- common/hush.c 78 additions, 7 deletionscommon/hush.c
- cpu/mpc8xx/fec.c 53 additions, 24 deletionscpu/mpc8xx/fec.c
- include/configs/NETPHONE.h 119 additions, 11 deletionsinclude/configs/NETPHONE.h
- include/configs/NETTA.h 9 additions, 0 deletionsinclude/configs/NETTA.h
Loading
Please register or sign in to comment