aboutsummaryrefslogtreecommitdiff
path: root/include/configs/RBC823.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Use config_cmd_default.h instead of config_cmd_all.hJean-Christophe PLAGNIOL-VILLARD1-27/+22
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-08-02Fix build errors and warnings / code cleanup.Wolfgang Denk1-0/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-07-09include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger1-1/+9
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-08include/configs: Use new CONFIG_CMD_* in various R* named board config files.Jon Loeliger1-31/+33
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-2/+0
Some more NAND cleanup and small fixes.
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka1-0/+2
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk1-2/+2
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
2005-09-24* Fix PHY address argument passing with mii info commandWolfgang Denk1-0/+1
Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-0/+18
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
2005-04-02Fix problems with SNTP support;wdenk1-0/+1
enable SNTP support in some boards.
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-0/+2
* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
2004-06-09Patch by Robert Schwebel, 13 May 2004:wdenk1-2/+3
Add 'imgextract' command: extract one part of a multi file image.
2004-03-25Code cleanupLABEL_2004_03_25_1630wdenk1-21/+18
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055wdenk1-0/+1
* Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add Intel PXA support for video - Add Intel PXA support for MMC ---- - Enable MMC and FAT for lubbock board - Other misc changes for lubbock board
2003-06-03* Patches by Udi Finkelstein, 2 June 2003:LABEL_2003_06_04_0200wdenk1-0/+418
- Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added support for the RBC823 board. - cpu/mpc8xx/lcd.c now automatically calculates the Horizontal Pixel Count field. * Fix alignment problem in BOOTP (dhcp_leasetime option) [pointed out by Nicolas Lacressonničre, 2 Jun 2003] * Patch by Mark Rakes, 14 May 2003: add support for Intel e1000 gig cards. * Patch by Nye Liu, 3 Jun 2003: fix critical typo in MAMR definition (include/mpc8xx.h) * Fix requirement to align U-Boot image on 16 kB boundaries on PPC. * Patch by Klaus Heydeck, 2 Jun 2003 Minor changes for KUP4K configuration