Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2006-03-31 | Reorder CHANGELOG | Stefan Roese | |
2006-03-31 | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) | Stefan Roese | |
405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006 | |||
2006-03-30 | delta board: one more DA9030 fix. | Markus Klotzbuecher | |
2006-03-30 | Add support for ymodem protocol (loady command). | Markus Klotzbuecher | |
Patch by Stefano Babic, 29 Mar 2006 | |||
2006-03-29 | Change delta board memory map to start at 0x80000000. | Markus Klotzbuecher | |
2006-03-29 | delta board: minor update to DA9030 code. | Markus Klotzbuecher | |
2006-03-29 | Set SDelay register in the DDR controller for the MPC5200B chip. | Rafal Jaworowski | |
2006-03-27 | delta board: fix DA9030 reset procedure. | Markus Klotzbuecher | |
2006-03-25 | Update CHANGELOG | Wolfgang Denk | |
2006-03-24 | Merge with http://www.denx.de/git/u-boot.git | Markus Klotzbuecher | |
2006-03-24 | Monahans related documentation update. | Markus Klotzbuecher | |
2006-03-24 | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and | Markus Klotzbuecher | |
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency. | |||
2006-03-24 | delta board: DA9030 initialization and i2c support. Some minor changes to | Markus Klotzbuecher | |
make the pxa i2c driver work with the monahans cpu. | |||
2006-03-23 | Enable Quad UART om MCC200 board. | Wolfgang Denk | |
2006-03-21 | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | |
2006-03-20 | Cleanup of the monahans cpu and delta board port. | Markus Klotzbuecher | |
2006-03-20 | Support for redundant environment in NAND Flash. | Markus Klotzbuecher | |
2006-03-20 | Merge branch 'origin' | Kumar Gala | |
Conflicts: CHANGELOG | |||
2006-03-19 | Update CHANGELOG | Wolfgang Denk | |
2006-03-18 | Add support for MPC859/866 Rev. A.0 | Wolfgang Denk | |
2006-03-17 | Merge with port of MPC8349EMDS board | Wolfgang Denk | |
2006-03-17 | Add support for Lite5200B board. | Wolfgang Denk | |
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
2006-03-16 | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | |
multiple-bit errors. | |||
2006-03-16 | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | |
2006-03-16 | Fix DDR ECC bit definitions for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add initial support for MPC8349E MDS board. | Marian Balakowicz | |
2006-03-14 | Add support for ECC DDR initialization on MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add DMA support for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add sync in do_reset() routine for MPC83xx after RPR register | Marian Balakowicz | |
was written to. It is need on some targets when BAT translation is enabled. | |||
2006-03-14 | Add bit definitions for MPC83xx DDR controller registers. | Marian Balakowicz | |
2006-03-14 | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Correct shift offsets in icache_status and dcache_status for MPC83xx. | Marian Balakowicz | |
2006-03-14 | Add support for DS1374 RTC chip. | Marian Balakowicz | |
2006-03-13 | Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and | Wolfgang Denk | |
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006 | |||
2006-03-13 | Fix CHANGELOG entry (patch date) | Wolfgang Denk | |
2006-03-13 | Change max size of uncompressed uImage's to 8MByte and add | Stefan Roese | |
CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006 | |||
2006-03-13 | Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c | Stefan Roese | |
Patch by Stefan Roese, 13 Mar 2006 | |||
2006-03-13 | cpu/ppc4xx/start.S : exceptions are enabled after relocation | Stefan Roese | |
Patch by Cedric Vincent, 6 June 2005 | |||
2006-03-13 | au1x00_eth.c: check malloc return value and abort if it failed | Wolfgang Denk | |
Patch by Andrew Dyer, 26 Jul 2005 | |||
2006-03-13 | Change the sequence of events in soft_i2c.c:send_ack() to keep from | Wolfgang Denk | |
incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005 | |||
2006-03-13 | Fix bug in [id]cache_status commands for MPC85xx processors; | Wolfgang Denk | |
should look at LSB of L1CSRn registers to determine if L1 cache is enabled, not the MSB. Patch by Murray Jensen, 19 Jul 2005 | |||
2006-03-12 | Fix array overflow with fw_setenv on uninitialised environment | Wolfgang Denk | |
Patch by Murray Jensen, 15 Jul 2005 | |||
2006-03-12 | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | |
Patch by Yuli Barcohen, 13 Jul 2005 | |||
2006-03-12 | Remove board specific configuration includes from the common xilinx | Wolfgang Denk | |
ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005 | |||
2006-03-12 | Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver | Wolfgang Denk | |
Patch by Murray Jensen, 08 Jul 2005 | |||
2006-03-12 | Add (some) definitions for the MPC85xx local bus controller | Wolfgang Denk | |
Patch by Murray Jensen, 08 Jul 2005 | |||
2006-03-12 | Add CPM2 I/O pin functions for MPC85xx processors | Wolfgang Denk | |
Patch by Murray Jensen, 08 Jul 2005 | |||
2006-03-12 | Fix compile problem | Wolfgang Denk | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | |