Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-28 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-07-28 | Fix 8641HPCN timebase | John Traill | |
2006-07-13 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-07-13 | Add support for reading and writing mac addresses to or from ID EEPROM. | Haiying Wang | |
Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com> | |||
2006-07-13 | Fixed initrd issue by define big RAM | Jin Zhengxiong | |
Signed-off-by:Jason Jin <Jason.jin@freescale.com> | |||
2006-06-28 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-28 | Change Id to symbolic name for RTL8139 | Jin Zhengxiong | |
Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
2006-06-27 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-27 | Fix RTL8139 in big endian | Jin Zhengxiong-R64188 | |
signed-off-by: Jason Jin <Jason.Jin@freescale.com> signed-off-by: Wei Zhang <wei.zhang@freescale.com> | |||
2006-06-27 | Enable PCIE1 for MPC8641HPCN board | Jin Zhengxiong-R64188 | |
Signed-off-by: Jason Jin <Jason.jin@freescale.com> | |||
2006-06-07 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-07 | Merge branch 'master' of http://www.denx.de/git/u-boot | Jon Loeliger | |
2006-06-07 | Minor cleanup for PCS440EP board | Wolfgang Denk | |
2006-06-06 | Update PCS440EP port to fit into one flash device (incl. environment) | Stefan Roese | |
Patch by Stefan Roese, 06 Jun 2006 | |||
2006-06-02 | Add support for PCS440EP board | Stefan Roese | |
Patch by Stefan Roese, 02 Jun 2006 | |||
2006-05-30 | * Update Intel IXP4xx support | Wolfgang Denk | |
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.] | |||
2006-05-19 | Enable dual DDR controllers and interleaving. | Jon Loeliger | |
2006-05-19 | Update 86xx address map and LAWBARs. | Jon Loeliger | |
2006-05-17 | Enable autoboot for M5271EVB board. | Marian Balakowicz | |
2006-05-15 | Changed default ramdisk addr in yosemite/yellowstone ports | Stefan Roese | |
Patch by Stefan Roese, 15 May 2006 | |||
2006-05-12 | Add support for VirtLab2 board | Wolfgang Denk | |
(needed because of differences in the PCMCIA hardware). | |||
2006-05-10 | Minor cleanup. | Wolfgang Denk | |
2006-05-10 | Update yosemite configuration to enable flash write buffer support | Stefan Roese | |
Patch by Stefan Roese, 10 May 2006 | |||
2006-05-10 | Add support for AMCC 440EP Rev C and 440GR Rev B | Stefan Roese | |
Patch by John Otken, 08 May 2006 | |||
2006-05-10 | Update omap5912osk board support | Stefan Roese | |
- Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006 | |||
2006-05-09 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-05-09 | Get MPC8641HPCN flash images working. | Jon Loeliger | |
Enable the CFI driver. Remove bogus LAWBAR7 cruft. Use correct TEXT_BASE, Fixup load script. Enable SPD EEPROM during DDR setup. Use generic RFC 1918 IP addresses by default. | |||
2006-05-09 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-05-09 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
2006-05-09 | Add M5271EVB board support. | Marian Balakowicz | |
2006-05-09 | Make R5200 specific low level initialization board conditional. | Marian Balakowicz | |
2006-05-09 | Update register definitions for MCF5271. | Marian Balakowicz | |
2006-05-05 | Fix lowboot support on MCC200 board | Wolfgang Denk | |
2006-05-03 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git#mpc8349emds | Wolfgang Denk | |
2006-05-03 | Coding Style cleanup | Wolfgang Denk | |
2006-05-03 | Scheduled for removal: strnicmp() which is unused | Wolfgang Denk | |
2006-04-27 | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 | Marian Balakowicz | |
2006-04-27 | Cleanup whitespaces and style issues. | Jon Loeliger | |
Removed //-style comments. Use 80-column lines. Remove trailing whitespace. Remove dead code and debug cruft. | |||
2006-04-26 | Initial support for MPC8641 HPCN board. | Jon Loeliger | |
2006-04-25 | NAND support for zylonite board + some minor cleanup. | Markus Klotzbuecher | |
2006-04-25 | delta board: support for magic key detection and handling. | Markus Klotzbuecher | |
2006-04-21 | Add support for BC3450 board | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-20 | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port: | Kumar Gala | |
- Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
2006-04-19 | Update for NC650 board. Add NC650 based CP850 configuration. | dzu@denx.de | |
Signed-off-by: dzu@denx.de <dzu@denx.de> | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-04-16 | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | |
2006-04-13 | Fix Quad UART mapping on MCC200 board due to new HW revision | Wolfgang Denk | |
2006-04-12 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-04-11 | * Fix dbau1x00 Board | Heiko Schocher | |
- Fix dbau1x00 boards broken by dbau1550 patch PLL:s were not set for boards other than 1550. Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. Default boot is now bootp for cards other than 1550. Patch by Thomas Lange Aug 10 2005 | |||
2006-04-08 | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | |
Some more NAND cleanup and small fixes. |