Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-15 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-15 | Do not enable address translation on secondary CPUs. | Jon Loeliger | |
Do not set up BATs on secondary CPUs. Let Linux do the nasty. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-06-07 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-06-07 | Fix a get_board_sys_clk() use-before-def warning. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.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-02 | Add support for PCS440EP board | Stefan Roese | |
Patch by Stefan Roese, 02 Jun 2006 | |||
2006-05-31 | Review cleanups. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | White space cleanup. | Jon Loeliger | |
Some 80-column cleanups. Convert printf() to puts() where possible. Use #include "spd_sdram.h" as needed. Enhanced reset command usage message a bit. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | Moved mpc8641hpcn_board_reset() out of cpu/ into board/. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-31 | Remove dead debug code. | Jon Loeliger | |
Signed-off-by: Jon Loeliger <jdl@jdl.com> | |||
2006-05-31 | Move mpc86xx PIXIS code to board directory | Jon Loeliger | |
First cut at moving the PIXIS platform code out of the 86xx cpu directory and into board/mpc8641hpcn where it belongs. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
2006-05-30 | Fix PCI to memory window size problems on PM82x boards | Wolfgang Denk | |
We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] Patch by Wolfgang Grandegger, 17 Jan 2006 | |||
2006-05-30 | Improve "reset" command's interaction with watchdog. | Haiying Wang | |
"reset altbank" will reset another bank WITHOUT watch dog timer enabled "reset altbank wd" will reset another bank WITH watch dog enabled "diswd" will disable watch dog after u-boot boots up successfully Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
2006-05-30 | Minor cleanup. | Wolfgang Denk | |
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-30 | Fix two SDRAM setup bugs. | Haiying Wang | |
Fix ECC setup bug. Enable 1T/2T based on number of DIMMs present. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
2006-05-19 | Change arbitration to round-robin for SMP linux. | Jon Loeliger | |
2006-05-19 | Enable dual DDR controllers and interleaving. | Jon Loeliger | |
2006-05-19 | Remove L2 Cache invalidate polling. | Jon Loeliger | |
2006-05-18 | Fix problem in PVR detection for 440GR | Stefan Roese | |
Patch by Stefan Roese, 18 May 2006 | |||
2006-05-10 | Minor cleanup. | Wolfgang Denk | |
2006-05-10 | Merge branch 'mpc86xx' | Jon Loeliger | |
2006-05-10 | Remove unneeded INIT_RAM_LOCK cache twiddling. | Haiying Wang | |
Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> | |||
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 | Fix watchdog issues for ColdFire boards. | Wolfgang Denk | |
2006-05-09 | Merge with /home/m8/git/u-boot | Wolfgang Denk | |
2006-05-09 | Make R5200 specific low level initialization board conditional. | Marian Balakowicz | |
2006-05-09 | Update CPU target identification strings for Coldfire family. | Marian Balakowicz | |
2006-05-09 | Fix serial console support for MCF5271. | Marian Balakowicz | |
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-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-18 | MPC5200: enable snooping of DMA transactions on XLB even if no PCI | Wolfgang Denk | |
is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail. | |||
2006-04-16 | Some code cleanup | Wolfgang Denk | |
2006-04-06 | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci | Wolfgang Denk | |
2006-04-05 | Merge with /home/sr/git/u-boot/4xx-sdram | Wolfgang Denk | |
2006-04-03 | Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S | Wolfgang Denk | |
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473] | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
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-29 | Set SDelay register in the DDR controller for the MPC5200B chip. | Rafal Jaworowski | |
2006-03-24 | Merge with http://www.denx.de/git/u-boot.git | 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-18 | Add support for MPC859/866 Rev. A.0 | Wolfgang Denk | |
2006-03-16 | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | |
multiple-bit errors. | |||
2006-03-14 | Add support for ECC DDR initialization on MPC83xx. | Marian Balakowicz | |