Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-04 | Remove obsolete mpc5xxx linker scripts (1 of 3) | Grant Likely | |
Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
2007-07-04 | board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | |
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2007-04-18 | MCC200 board: remove warning which is obsolete after PSoC firmware changes | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-02-28 | MCC200: Fixes for update procedure | Sergei Poselenov | |
- fix logic error in image type handling - make sure file system images (cramfs etc.) get stored in flash with image header stripped so they can be mounted through MTD | |||
2007-02-27 | Minor code cleanup. | Wolfgang Denk | |
2007-02-27 | MCC200 update - add LCD Progress Indicator | Sergei Poselenov | |
2007-02-21 | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-sr | Stefan Roese | |
2007-02-20 | [PATCH 1_4] Merge common get_dev() routines for block devices | Grant Likely | |
Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
2007-02-19 | MCC200: Software Updater: allow both "ramdisk" and "filesystem" types | Wolfgang Denk | |
as root file system images. | |||
2007-02-19 | MCC200: Extensions to Software Update Mechanism | Sergei Poselenov | |
Update / extend Software Update Mechanism for MCC200 board: - Add support for rootfs image added. The environment variables "rootfs_st" and "rootfs_nd" can be used to override the default values of the image start and end. - Remove excessive key check code. - Code cleanup. | |||
2007-01-15 | Merge with /home/hs/SC3/u-boot | Wolfgang Denk | |
Some code cleanup. | |||
2007-01-10 | Fix auto_update for MCC200 board. | Wolfgang Denk | |
The invocation of do_auto_update() is moved to the end of the misc_init_r() function, after the flash mappings have been initialized. Please find attached a patch that implements that change. Also correct the decoding of the keypad status. With this update, the key that will trigger the update is Column 2, Row 2. | |||
2006-12-22 | Minor code cleanup; update CHANGELOG. | Wolfgang Denk | |
2006-12-08 | automatic update mechanism | Andrei Safronov | |
2006-11-27 | Minor code cleanup. Update CHANGELOG. | Wolfgang Denk | |
2006-11-06 | Sequential accesses to non-existent memory must be synchronized, | Wolfgang Denk | |
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards. | |||
2006-10-09 | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | |
Based on patch by Mike Frysinger, 20 Jun 2006 | |||
2006-09-04 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-09-01 | Add support for a saving build objects in a separate directory. | Marian Balakowicz | |
Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory. | |||
2006-08-30 | Add splashscreen support for MCC200 board. | Wolfgang Denk | |
2006-08-27 | Code cleanup | Wolfgang Denk | |
2006-08-24 | Updates for MCC200 / PRS200 boards: | Wolfgang Denk | |
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions | |||
2006-08-17 | MCC200: restrict addressable flash space to 32 MB | Wolfgang Denk | |
2006-07-23 | MCC200: set default configuration to low_boot DDR, | Wolfgang Denk | |
and support for configurable options high_boot and/or SDRAM. | |||
2006-07-10 | Fix error in flash protection calculation on MCC200 board. | Wolfgang Denk | |
2006-06-14 | Fix memory init problems on MCC200 board | Wolfgang Denk | |
2006-06-09 | Fix U-Boot enviroenment sector protection on MCC200 board | Wolfgang Denk | |
2006-04-06 | MCC200 Board: fix flash unprotection code for flash > 32 MB. | Wolfgang Denk | |
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-06 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
Code cleanup. | |||
2006-03-06 | Minor code cleanup | Wolfgang Denk | |
2006-03-04 | Add lowboot target to mcc200 board | Stefan Roese | |
Patch by Stefan Roese, 4 Mar 2006 | |||
2006-03-01 | Fix problem with flash_get_size() from CFI driver update | Stefan Roese | |
Patch by Stefan Roese, 1 Mar 2006 | |||
2006-02-28 | Convert mcc200 to use common CFI flash driver | Stefan Roese | |
Patch by Stefan Roese, 28 Feb 2006 | |||
2006-02-24 | Cleanup MCC200 board. | Wolfgang Denk | |
2006-02-22 | Initial port to MCC200 board (work in progress) | Wolfgang Denk | |
Minimally modified patch by Bluetechnix, Vienna |