summaryrefslogtreecommitdiffstats
path: root/MAKEALL
Commit message (Collapse)AuthorAgeFilesLines
...
| * | ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval boardStefan Roese2007-06-011-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds NAND booting support for the AMCC Bamboo eval board. Since the NAND-SPL boot image is limited to 4kbytes, this version only supports the onboard 64MBytes of DDR. The DIMM modules can't be supported, since the setup code for I2C DIMM autodetection and configuration is too big for this NAND bootloader. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-05-161-2/+2
|\ \ \ | |_|/ |/| |
| * | mpc83xx: fix trivial error in MAKEALLKim Phillips2007-05-031-2/+2
| | | | | | | | | | | | Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
| * | mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-251-2/+2
| | |
* | | Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.Wolfgang Denk2007-05-051-1/+2
| | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | Enable 8544 supportAndy Fleming2007-04-231-4/+4
|/ / | | | | | | | | | | | | | | | | * Add support to the Makefile * Add 8544 configuration support to the tsec driver * Add 8544 SVR numbers to processor.h Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-181-0/+1
|\ \ | |/ |/|
| * Merge branch 'master' into hpc2roy zang2007-02-281-12/+13
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/Makefile Fix the merge conflict in file drivers/Makefile Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
| * \ Merge branch 'master' into hpc2roy zang2007-02-121-3/+3
| |\ \
| * \ \ Merge branch 'master' into hpc2roy zang2007-01-301-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into hpc2roy zang2007-01-221-5/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: drivers/cfi_flash.c The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support mpc7448hpc2 board.
| * \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-041-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-011-4/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The conflicts due to a new mpc7448 p3m7448 board is in the main tree. Merge branch 'master' into hpc2 Conflicts: MAKEALL cpu/74xx_7xx/cpu.c cpu/74xx_7xx/cpu_init.c cpu/74xx_7xx/speed.c
| * \ \ \ \ \ \ Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-291-15/+15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into hpc2 Conflicts: drivers/cfi_flash.c
| * | | | | | | | General code modification for mpc7448hpc2 board support.roy zang2006-11-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add 7447A and 7448 processor support. 2. Add the following flags. CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically (such as by switch on board), this flag should be set. CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot relocates to RAM, this flag should be set. CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the system hang in exception, this flag should be set. There is a design issue for tsi108/109 pci configure read. When pci scan the slots, if there is no pci card, the tsi108/9 will cause a machine check exception for mpc7448 processor. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
* | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-04-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support for XUPV2P boardMichal Simek2007-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset support BSP autoconfig support
| * | | | | | | | | [Microblaze][PATCH] part 2Michal Simek2007-03-111-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
* | | | | | | | | Code cleanup / re-insert previous Copyright entries.Wolfgang Denk2007-03-221-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk2007-03-221-0/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-201-1/+1
| | | | | | | | | |
| * | | | | | | | | [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-191-1/+1
| | | | | | | | | |
| * | | | | | | | | [Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li2007-03-091-0/+9
| | | | | | | | | |
* | | | | | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-211-16/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese2007-03-211-16/+16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the new AMCC Acadia eval board. Please note that this Acadia/405EZ support is still in a beta stage. Still lot's of cleanup needed but we need a preliminary release now. Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | | | | Minor cleanup.Wolfgang Denk2007-03-081-2/+2
| | | | | | | | |
* | | | | | | | | mpc83xx: Add support for the MPC8349E-mITX-GPTimur Tabi2007-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the MPC8349E-mITX-GP, a stripped-down version of the MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. Signed-off-by: Timur Tabi <timur@freescale.com>
* | | | | | | | | mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALLKim Phillips2007-03-021-1/+2
|/ / / / / / / /
* | | | | | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-201-3/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-02-161-3/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | [Motion-PRO] Preliminary support for the Motion-PRO board.Bartlomiej Sieka2007-02-091-3/+3
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | [PATCH] Add support for the AMCC Katmai (440SPe) eval boardStefan Roese2007-02-201-9/+9
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | | [PATCH] Add support for esd mecp5200 boardStefan Roese2007-01-311-3/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
* | | | | | Add port for the lpc2292sodimm evaluation board from EmbeddedArtistsGary Jennejohn2007-01-241-1/+1
|/ / / / /
* | | | | [PATCH] Add support for Prodrive SCPU (PDNB3 variant) boardStefan Roese2007-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-01-181-4/+5
|\ \ \ \ \
| * | | | | Raname solidcard3 into sc3; add redundant env for sc3Wolfgang Denk2007-01-161-4/+4
| | |_|_|/ | |/| | |
* | | | | [PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese2007-01-181-3/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Minor code cleanup; update CHANGELOG.Wolfgang Denk2006-12-221-1/+1
| | | |
* | | | Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-201-2/+2
| |_|/ |/| |
* | | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-301-1/+1
|\ \ \
| * \ \ Merge http://www.denx.de/git/u-bootKim Phillips2006-11-281-15/+15
| |\ \ \ | | | |/ | | |/|
| * | | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
| * | | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
* | | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-291-2/+3
| |/ |/| | | | | | | | | | | | | | | This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-271-1/+1
|\ \ | |/
* | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-101-8/+15
|\ \ | |/
| * Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk2006-10-181-1/+1
| |\
| | * Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka2006-10-131-1/+1
| | |
OpenPOWER on IntegriCloud