Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-15 | [ppc4xx] Add initial lwmon5 board support | Stefan 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-06 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx | Wolfgang Denk | |
2007-06-06 | Merge with /home/wd/git/u-boot/custodian/u-boot-arm | Wolfgang Denk | |
2007-06-06 | Merge with /home/stefan/git/u-boot/acadia-nand-boot | Stefan Roese | |
2007-06-06 | ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board | Stefan 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-05 | Merge branch 'mpc8641' | Jon Loeliger | |
2007-06-05 | mpc8641 image size cleanup | Ed 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-04 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | |
2007-06-01 | Merge with /home/stefan/git/u-boot/bamboo-nand | Stefan Roese | |
2007-06-01 | ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board | Stefan 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-31 | Merge with /home/wd/git/u-boot/stx-gp3ssa | Wolfgang Denk | |
2007-05-31 | Add support for STX GP3SSA (stxssa) Board with 4 MiB flash. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-05-18 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | |
2007-05-18 | Makefile permissions | Peter Pearse | |
2007-05-16 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | |
2007-05-09 | New board SMN42 branch | Peter Pearse | |
2007-05-09 | Makefile permissions | Peter Pearse | |
2007-05-05 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx | Wolfgang Denk | |
2007-05-05 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-05-03 | Add support for STX GP3SSA (stxssa) Board | Dan Malek | |
Signed-off-by Dan Malek, <dan@embeddedalley.com> | |||
2007-05-02 | Add support for the 8568 MDS board | Andy 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-25 | mpc83xx: minor fixups for 8313rdb introduction | Kim Phillips | |
2007-04-23 | Enable 8544 support | Andy 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-23 | mpc83xx: Add MPC8313ERDB support. | Scott Wood | |
Signed-off-by: Scott Wood <scottwood@freescale.com> | |||
2007-04-23 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-04-23 | Remove BOARDLIBS usage completely | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-04-19 | Fix 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-18 | Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx | Wolfgang Denk | |
2007-04-18 | Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup. | Wolfgang Denk | |
2007-04-16 | [PATCH] icecube/lite5200b: wakeup from low-power support | Domen 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-14 | AVR32: Use avr32-linux- cross-compilation prefix by default | Haavard 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-04 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | |
2007-04-04 | Minor coding style cleanup. | Wolfgang Denk | |
2007-04-04 | Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze | Wolfgang Denk | |
2007-03-31 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-03-28 | Merge some AMCC make targets to keep the top-level Makefile smaller | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-26 | Support for XUPV2P board | Michal Simek | |
Reset support BSP autoconfig support | |||
2007-03-22 | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin | Wolfgang Denk | |
2007-03-21 | Merge with /home/stefan/git/u-boot/acadia | Stefan Roese | |
2007-03-21 | [PATCH] Add AMCC Acadia (405EZ) eval board support | Stefan 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 support | Aubrey Li | |
2007-03-19 | [Blackfin][PATCH] Add BF537 stamp board support | Aubrey Li | |
2007-03-12 | [Blackfin][PATCH] code cleanup | Aubrey Li | |
2007-03-11 | [Microblaze][PATCH] part 2 | Michal 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 platform | Aubrey.Li | |
2007-03-08 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | |
2007-03-08 | Merge with /home/hs/jupiter/u-boot | Wolfgang Denk | |
2007-03-08 | Merge with /home/git/u-boot | Wolfgang Denk | |
2007-03-06 | Restructure POST directory to support of other CPUs, boards, etc. | Wolfgang Denk | |
2007-03-06 | Fix HOSTARCH handling. | Wolfgang Denk | |
Patch by Mike Frysinger, Mar 05 2007 |