Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | 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-12 | 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 | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci | Wolfgang Denk | |
2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | |
2006-03-12 | Add support for the DHCP vendor optional bootfile (#67). | Wolfgang Denk | |
Ignores the vendor TFTP server name option (#66). Patch by Murray Jensen, 30 Jun 2005 | |||
2006-03-12 | Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII mode | Wolfgang Denk | |
Patch by Andy Fleming, 14 Jun 2005 | |||
2006-03-12 | Fix bad register definitions for LTX971 PHY on MPC85xx boards. | Wolfgang Denk | |
Patch by Gerhard Jaeger, 21 Jun 2005 | |||
2006-03-12 | Add netconsole and some more commands to RPXlite_DW board | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Fix bad declaration on pci_cfgfunc_nothing | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Adjust "echo" as a default command | Wolfgang Denk | |
Patch by Sam Song, 19 Jun 2005 | |||
2006-03-12 | Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280EC | Wolfgang Denk | |
Patch by KokHow Teh, 16 Jun 2005 | |||
2006-03-12 | Add crc of data to jffs2 (in jffs2_1pass_build_lists()). | Wolfgang Denk | |
Patch by Rick Bronson, 15 Jun 2005 | |||
2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
2006-03-12 | Avoid dereferencing NULL in find_cmd() if no valid commands were found | Wolfgang Denk | |
Patch by Andrew Dyer, 13 Jun 2005 | |||
2006-03-12 | Add missing Blackfin files. | Wolfgang Denk | |
2006-03-12 | Add ADI Blackfin support | Wolfgang Denk | |
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005: | |||
2006-03-12 | Add loads of ntohl() in image header handling | Wolfgang Denk | |
Patch by Steven Scholz, 10 Jun 2005 | |||
2006-03-12 | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | |
variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | RPXlite configuration fixes | Wolfgang Denk | |
- Use correct flash sector size - Use correct memory test end address - Add support for bzip2 compression - Various small fixes Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | |
- Fix SDRAM timing on both local bus and 60x bus - Add support for second flash bank (SIMM) - Change boot flash base Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | |
add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
2006-03-12 | Fix conditional for including ks8695eth driver | Wolfgang Denk | |
Patch by Greg Ungerer, 04 Jun 2005 | |||
2006-03-12 | Fix Makefile: include config.mk only after CROSS_COMPILE is defined | Wolfgang Denk | |
Patch by Friedrich Lobenstock, 02 Jun 2005 | |||
2006-03-12 | Fix comment in common/soft_i2c.c | Wolfgang Denk | |
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005 | |||
2006-03-12 | Cleanup compiler warnings. | Wolfgang Denk | |
Patch by Greg Ungerer, 21 May 2005 | |||
2006-03-12 | Word alignment fixes for word aligned NS16550 UART | Wolfgang Denk | |
Patch by Jean-Paul Saman, 01 Mar 2005 | |||
2006-03-12 | Fix behaviour if gatewayip is not set | Wolfgang Denk | |
Patch by Robin Gilks, 23 Dec 2004 | |||
2006-03-11 | Fix cleanup for netstart board. | Wolfgang Denk | |
Remove build results from repository | |||
2006-03-11 | More GCC 4.x woes | Wolfgang Denk | |