Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin | Wolfgang Denk | |
2007-04-18 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | |
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-04-18 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-04-18 | ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
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: Enable MMC support | Haavard Skinnemoen | |
Set up the portmux for the MMC interface and enable the MMC driver along with support for DOS partitions, ext2 and FAT filesystems. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | AVR32: Enable networking | Haavard Skinnemoen | |
Implement MACB initialization for AVR32 and ATSTK1000, and turn everything on, including the MACB driver. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | AVR32: Use initdram() instead of board_init_memories() | Haavard Skinnemoen | |
Conform to the "standard" interface and use initdram() instead of board_init_memories() on AVR32. This enables us to get rid of the sdram_size member of the global_data struct as well. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | AVR32: Relocate u-boot to SDRAM | Haavard Skinnemoen | |
Relocate the u-boot image into SDRAM like everyone else does. This means that we can handle much larger .data and .bss than we used to. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | AVR32: Resource management rewrite | Haavard Skinnemoen | |
Rewrite the resource management code (i.e. I/O memory, clock gating, gpio) so it doesn't depend on any global state. This is necessary because this code is heavily used before relocation to RAM, so we can't write to any global variables. As an added bonus, this makes u-boot's memory footprint a bit smaller, although some functionality has been left out; all clocks are enabled all the time, and there's no checking for gpio line conflicts. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-04-14 | [Fix] Set the LED status register on the UC101 for the LXT971 PHY. | Heiko Schocher | |
clear the Display after reset. Signed-off-by: Heiko Schocher <hs@denx.de> | |||
2007-04-12 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-04-05 | [Blackfin][PATCH] Fix copyright and update license | Aubrey Li | |
2007-04-05 | [Blackfin][PATCH]: fix flash unaligned copy issue | Aubrey Li | |
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-04-04 | Minor cleanup. | Wolfgang Denk | |
2007-04-02 | ppc4xx: Change SysACE address on Katmai | Stefan Roese | |
With this new base address of the Xilinx SystemACE controller the Linux driver will be easier to adapt, since it can now be mapped via the "normal" ioremap() call. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-31 | Add a flattened device tree (fdt) command (2 of 2) | Gerald Van Baren | |
Modifications to the existing code to support the new fdt command. | |||
2007-03-31 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-03-31 | ppc4xx: Update Katmai bootstrap command | Stefan Roese | |
Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB is selected. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-31 | ppc4xx: Fix "bootstrap" command for Katmai board | Stefan Roese | |
The board specific "bootstrap" command is now fixed and can be used for the AMCC Katmai board to configure different CPU/PLB/OPB frequencies. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-30 | [PATCH] Clean include dependence | Michal Simek | |
2007-03-30 | [CLEAN] Remove inefficient Suzaku code | Michal Simek | |
2007-03-29 | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx | Wolfgang Denk | |
2007-03-27 | PATCH: Resolve GPL license problem | Michal Simek | |
2007-03-26 | Support for XUPV2P board | Michal Simek | |
Reset support BSP autoconfig support | |||
2007-03-24 | Merge with /home/stefan/git/u-boot/acadia | Stefan Roese | |
2007-03-24 | [PATCH] Add 4xx GPIO functions | Stefan Roese | |
This patch adds some 4xx GPIO functions. It also moves some of the common code and defines into a common 4xx GPIO header file. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-24 | [PATCH] Small Sequoia cleanup | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-24 | [PATCH] Clean up 40EZ/Acadia support | Stefan Roese | |
This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-22 | Fix 8641HPCN problem with ld version 2.16 | Jon Loeliger | |
(Dot outside sections problem). This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2007-03-22 | Merge with /home/wd/git/u-boot/custodian/u-boot-blackfin | Wolfgang Denk | |
2007-03-21 | Code cleanup. Update CHANGELOG | Wolfgang Denk | |
2007-03-21 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | 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-21 | [PATCH] TQM8272: dont change the bits given from the HRCW | Heiko Schocher | |
for the SIUMCR and BCR Register. Fix the calculation for the EEprom Size Signed-off-by: Heiko Schocher <hs@denx.de> | |||
2007-03-20 | Merge http://www.denx.de/git/u-boot | Aubrey Li | |
2007-03-20 | [Blackfin][PATCH] Add BF561 EZKIT board support | Aubrey Li | |
2007-03-19 | Merge http://www.denx.de/git/u-boot | Aubrey Li | |
2007-03-19 | [Blackfin][PATCH] minor cleanup | Aubrey Li | |
2007-03-19 | [Blackfin][PATCH] Add BF537 stamp board support | Aubrey Li | |
2007-03-16 | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | |
2007-03-16 | [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board | Stefan Roese | |
Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the DDR memory are dynamically programmed matching the total size of the equipped memory (DIMM modules). Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-03-13 | Make SC3 board build with 'make O='; use 'addcons' consistently | Wolfgang Denk | |
(SC3 and Jupiter used to use 'addcon' instead). Signed-off-by: Wolfgang Denk wd@denx.de |