Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net ppc: fix ethernet device names with spaces | Heiko Schocher | 2010-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | since commit 1384f3bb8a4f9066805b70c1418eda78ecb73fdd ethernet names with spaces drop a Warning: eth device name has a space! message. This patch fix it for: - "FEC ETHERNET" devices found on mpc512x, mpc5xxx, mpc8xx and mpc8220 boards. renamed to "FEC". - "SCC ETHERNET" devices found on mpc8xx, mpc82xx based boards. Renamed to "SCC". - "HDLC ETHERNET" devices found on mpc8xx boards Renamed to "HDLC" - "FCC ETHERNET" devices found on mpc8260 and mpc85xx based boards. Renamed to "FCC" Tested on the kup4k board. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> | ||||
* | Cleanup coding style, update CHANGELOG | Wolfgang Denk | 2008-03-26 | 1 | -53/+53 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | ||||
* | [new uImage] Fix *.its files location in documentation | Bartlomiej Sieka | 2008-03-20 | 1 | -9/+10 |
| | | | | Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> | ||||
* | [new uImage] Add new uImage format documentation and examples | Marian Balakowicz | 2008-03-12 | 1 | -0/+296 |
Create doc/uImage.FIT documentation directory with the following files: - command_syntax_extensions.txt : extended command syntax description - howto.txt : short usage howto - source_file_format.txt : internal new uImage format description Add example image source files: - kernel.its - kernel_fdt.its - multi.its Update README appropriately. Signed-off-by: Marian Balakowicz <m8@semihalf.com> Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> |