Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-09 | include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than ↵ | Jon Loeliger | |
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2007-07-05 | include/configs: Use new CONFIG_CMD_* in various m* named board config files. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2005-08-08 | Add common (with Linux) MTD partition scheme and "mtdparts" command | Wolfgang Denk | |
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-04 | Patch by Steven Scholz, 4 Apr 2005: | wdenk | |
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT | |||
2005-04-02 | Prepare for SoC rework of ARM code: | wdenk | |
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files) | |||
2004-02-23 | * Patch by Thomas Elste, 10 Feb 2004: | wdenk | |
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, ==, !=, <>, <, >, <=, >=) |