summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-06-15Do not enable address translation on secondary CPUs.Jon Loeliger
2006-06-07Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger
2006-05-31Review cleanups.Jon Loeliger
2006-05-31White space cleanup.Jon Loeliger
2006-05-31Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger
2006-05-31Remove dead debug code.Jon Loeliger
2006-05-31Move mpc86xx PIXIS code to board directoryJon Loeliger
2006-05-30Improve "reset" command's interaction with watchdog.Haiying Wang
2006-05-30Fix two SDRAM setup bugs.Haiying Wang
2006-05-19Change arbitration to round-robin for SMP linux.Jon Loeliger
2006-05-19Enable dual DDR controllers and interleaving.Jon Loeliger
2006-05-19Remove L2 Cache invalidate polling.Jon Loeliger
2006-05-10Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang
2006-04-27Cleanup whitespaces and style issues.Jon Loeliger
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger
2006-04-18MPC5200: enable snooping of DMA transactions on XLB even if no PCIWolfgang Denk
2006-04-16Some code cleanupWolfgang Denk
2006-04-06Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk
2006-04-05Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk
2006-04-03Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-31Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese
2006-03-29Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2006-03-24Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher
2006-03-24delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher
2006-03-18Add support for MPC859/866 Rev. A.0Wolfgang Denk
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski
2006-03-14Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz
2006-03-14Add DMA support for MPC83xx.Marian Balakowicz
2006-03-14Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz
2006-03-14Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz
2006-03-14Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz
2006-03-13Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk
2006-03-13Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese
2006-03-13cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese
2006-03-13au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk
2006-03-13Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk
2006-03-12Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280ECWolfgang Denk
2006-03-12Coding Style cleanupWolfgang Denk
2006-03-12Add missing Blackfin files.Wolfgang Denk
2006-03-11More GCC 4.x woesWolfgang Denk
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher
2006-03-04Lots of new stuff:Markus Klotzbücher
2006-02-28All subsystem clocks not immediately need are turned at reset.Markus Klotzbücher