summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2007-06-15[ppc4xx] Add initial lwmon5 board supportStefan Roese
This patch adds initial support for the Liebherr lwmon5 board euqipped with an AMCC 440EPx PowerPC. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-06Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk
2007-06-06Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk
2007-06-06Merge with /home/stefan/git/u-boot/acadia-nand-bootStefan Roese
2007-06-06ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval boardStefan Roese
This patch adds NAND booting support for the AMCC Acadia eval board. Please make sure to configure jumper J7 to position 2-3 when booting from NOR, and to position 1-2 when booting for NAND. I also added a board command to configure the I2C bootstrap EEPROM values. Right now only 267MHz is support for booting either via NOR or NAND FLASH. Here the usage: => bootstrap 267 nor ;to configure the board for 267MHz NOR booting => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-05Merge branch 'mpc8641'Jon Loeliger
2007-06-05mpc8641 image size cleanupEd Swarthout
e600 does not have a bootpg restriction. Move the version string to beginning of image at fff00000. Resetvec.S is not needed. Update flash copy instructions. Add tftpflash env variable Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-06-04Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk
2007-06-01Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese
2007-06-01ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval boardStefan Roese
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>
2007-05-31Merge with /home/wd/git/u-boot/stx-gp3ssaWolfgang Denk
2007-05-31Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.Wolfgang Denk
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-05-18Merge with git://www.denx.de/git/u-boot.gitPeter Pearse
2007-05-18Makefile permissionsPeter Pearse
2007-05-16Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk
2007-05-09New board SMN42 branchPeter Pearse
2007-05-09Makefile permissionsPeter Pearse
2007-05-05Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk
2007-05-05Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-05-03Add support for STX GP3SSA (stxssa) BoardDan Malek
Signed-off-by Dan Malek, <dan@embeddedalley.com>
2007-05-02Add support for the 8568 MDS boardAndy Fleming
This included some changes to common files: * Add 8568 processor SVR to various places * Add support for setting the qe bus-frequency value in the dts * Add the 8568MDS target to the Makefile Signed-off-by: Andy Fleming <afleming@freescale.com>
2007-04-25mpc83xx: minor fixups for 8313rdb introductionKim Phillips
2007-04-23Enable 8544 supportAndy Fleming
* 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>
2007-04-23mpc83xx: Add MPC8313ERDB support.Scott Wood
Signed-off-by: Scott Wood <scottwood@freescale.com>
2007-04-23Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-04-23Remove BOARDLIBS usage completelyStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-04-19Fix serious pointer bug with bootm and reserve map.Gerald Van Baren
What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main Makefile. That is The U-Boot Way.
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk
2007-04-18Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk
2007-04-16[PATCH] icecube/lite5200b: wakeup from low-power supportDomen Puncer
U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Acked-by: Grant Likely <grant.likely@secretlab.ca>
2007-04-14AVR32: Use avr32-linux- cross-compilation prefix by defaultHaavard Skinnemoen
It doesn't really matter which toolchain you use to compile u-boot, but the avr32-linux one is probably what most people have installed. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-04-04Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk
2007-04-04Minor coding style cleanup.Wolfgang Denk
2007-04-04Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk
2007-03-31Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-03-28Merge some AMCC make targets to keep the top-level Makefile smallerStefan Roese
Signed-off-by: Stefan Roese <sr@denx.de>
2007-03-26Support for XUPV2P boardMichal Simek
Reset support BSP autoconfig support
2007-03-22Merge with /home/wd/git/u-boot/custodian/u-boot-blackfinWolfgang Denk
2007-03-21Merge with /home/stefan/git/u-boot/acadiaStefan Roese
2007-03-21[PATCH] Add AMCC Acadia (405EZ) eval board supportStefan Roese
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>
2007-03-20[Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li
2007-03-19[Blackfin][PATCH] Add BF537 stamp board supportAubrey Li
2007-03-12[Blackfin][PATCH] code cleanupAubrey Li
2007-03-11[Microblaze][PATCH] part 2Michal Simek
timer support interrupt controller support flash support ethernet support cache support board information support env support booting image support adding support for Xilinx ML401
2007-03-09[Blackfin][PATCH-2/2] Common files changed to support bf533 platformAubrey.Li
2007-03-08Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk
2007-03-08Merge with /home/hs/jupiter/u-bootWolfgang Denk
2007-03-08Merge with /home/git/u-bootWolfgang Denk
2007-03-06Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk
2007-03-06Fix HOSTARCH handling.Wolfgang Denk
Patch by Mike Frysinger, Mar 05 2007