summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeLines
...
| | * | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-09-247/+126
| | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| | | * | | | | | | * Patch to modify ft_build.c to update flat device trees in place Patch by ↵Matthew McClintock2006-08-09-238/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006
| | | * | | | | | | * Modify bootm command to support booting with flat device trees Patch by ↵Matthew McClintock2006-08-09-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matthew McClintock 26-June-2006
| | * | | | | | | | Merge branch 'wd'Jon Loeliger2006-08-09-3300/+650
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-07-13-2/+67
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | * | | | | | | | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-13-1/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
| | | * | | | | | | | Fixed initrd issue by define big RAMJin Zhengxiong2006-07-13-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by:Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-07-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | We made a u-boot patch to fix the hang up issueJason Jin2006-07-07-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-07-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Allow args on reset command.Haiying Wang2006-05-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jon Loeliger <jdl@jdl.com>
| | * | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07-8/+192
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-10-2/+2
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-10-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
| | * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-09-5/+5
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-5/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-20-8/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Cleanup compile warnings. Prepare for release 1.1.5Wolfgang Denk2006-10-20-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | MCC200: Fix uninitialized variable problem in LCD driverWolfgang Denk2006-10-20-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-20-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on idea and implementation from Jeff Mann Patch by Stefan Roese, 20 Oct 2006
| * | | | | | | | | | | Coding style cleanupWolfgang Denk2006-10-20-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Fix spelling; minor code cleanup.Wolfgang Denk2006-10-12-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-12-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese2006-10-11-1/+0
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Guido Classen, 10 Oct 2006
* | | | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk2006-10-11-12/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | * Fix a bunch of compiler warnings for gcc 4.0Matthew McClintock2006-10-11-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * | | | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei2006-08-30-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug will cause the kernel booting to pause a long time. Signed-off-by: Zhang Wei <wei.zhang@freescale.com> (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
| * | | | | | | | | | * Another small fix for booting with disable_ofMatthew McClintock2006-08-23-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-11-494/+906
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | * Several improvements to the new NAND subsystem:Stefan Roese2006-10-10-25/+201
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - JFFS2 related commands implemented in mtd-utils style - Support for bad blocks - Bad block testing commands - NAND lock commands Please take a look at doc/README.nand for more details Patch by Guido Classen, 10 Oct 2006
| * | | | | | | | | Merge with /home/sr/git/u-boot/avr32Wolfgang Denk2006-10-09-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Define IH_CPU_AVR32Stefan Roese2006-10-09-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
| * | | | | | | | | | Fix buffer overflow problem in ft_build.cWolfgang Denk2006-10-09-1/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Fredrik Roubert, 09 Oct 2006
| * | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on patch by Mike Frysinger, 20 Jun 2006
| * | | | | | | | | Coding style cleanupWolfgang Denk2006-10-09-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-09-13-2/+51
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese2006-09-12-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 12 Sep 2006
| * | | | | | | | | Fix alignment problem in "mtdparts" commandWolfgang Denk2006-09-13-1/+1
| |/ / / / / / / /
| * | | | | | | | Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-07-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
| * | | | | | | | Merge with /home/m8/git/u-bootWolfgang Denk2006-09-04-11/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-09-03-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel2006-09-01-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also bumped up ABI version to reflect this change.
| * | | | | | | | | | Coding Style cleanup.Wolfgang Denk2006-08-31-445/+548
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Stefano Babic, 31 Aug 2006
| * | | | | | | | | Add splashscreen support for MCC200 board.Wolfgang Denk2006-08-30-3/+25
| | | | | | | | | |
| * | | | | | | | | Make the serial driver framework work with CONFIG_SERIAL_MULTI enabledWolfgang Denk2006-08-30-1/+27
| |/ / / / / / / /
| * | | | | | | | Add a fix for a buggy USB device on the FO300 board.Bartlomiej Sieka2006-08-22-0/+25
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wdWolfgang Denk2006-08-19-253/+195
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | * Fix disable_of bootingMatthew McClintock2006-08-16-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * | | | | | * Support for FDT in uImage format, error when using FDT from flashMatthew McClintock2006-08-16-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>