summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-10-131-4/+4
* 86xx: remove redudant code with lib_ppc/interrupts.cKumar Gala2008-10-131-124/+7
* Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-10-135-37/+57
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2008-10-121-29/+50
| |\
| | * i.MX31: switch to CFG_HZ=1000Guennadi Liakhovetski2008-10-081-29/+50
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-10-123-7/+6
| |\ \
| | * | 85xx: Using proper I2C source clock divider for MPC8544Wolfgang Grandegger2008-10-081-2/+2
| | * | Fix the incorrect DDR clk freq reporting on 8536DSJason Jin2008-10-072-2/+4
| | * | 85xx: Remove setting of *cache-line-size in device treesKumar Gala2008-10-071-3/+0
| | |/
| * | mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov2008-09-241-1/+1
| |/
* | ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR changeAdam Graham2008-10-081-0/+21
|/
* Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, whichWolfgang Denk2008-09-221-4/+6
* sh: Add support watchdog for SH4A coreNobuhiro Iwamatsu2008-09-191-16/+37
* Coding style cleanup, update CHANGELOGWolfgang Denk2008-09-132-16/+15
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2008-09-131-5/+76
|\
| * ARM DaVinci: Fix broken HW ECC for large page NAND.Hugo Villeneuve2008-09-101-5/+76
* | Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk2008-09-123-3/+3
|\ \
| * | rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD2008-09-102-2/+2
| * | rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-09-121-4/+10
|\ \
| * | ppc4xx: Fix SDRAM inititialization of multiple 405 based board portsStefan Roese2008-09-121-4/+10
| |/
* | at91rm9200: fix errors with CONFIG_CMD_I2C_TREEJens Scharsig2008-09-121-0/+10
* | ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.cHugo Villeneuve2008-09-121-20/+7
* | i.mx change get_timer(base) to return time since baseAndrew Dyer2008-09-121-1/+1
* | i.MX use u-boot baud rate and don't assume UART master clockAndrew Dyer2008-09-121-15/+41
* | arm920t fix constant error in start.SAndrew Dyer2008-09-121-2/+4
* | Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.Adrian Filipi2008-09-121-2/+2
* | i.MX31: Add reset_timer() and modify get_timer_masked().Magnus Lilja2008-09-121-4/+20
|/
* Fix printf errors under -DDEBUGAndrew Klossner2008-09-091-7/+7
* 85xx: Ensure timebase is zero on secondary coresKumar Gala2008-09-091-0/+5
* Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.Sergei Poselenov2008-09-091-8/+7
* Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-09-095-74/+1504
|\
| * Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-09-082-3/+7
| |\
| * | ppc4xx: Remove CONFIG_CS8952_PHY defineStefan Roese2008-09-081-2/+0
| * | ppc4xx: Fix compilation warning for PIP405Stefan Roese2008-09-081-6/+5
| * | ppc4xx: Fix compilation warning for canyonlands & glacierStefan Roese2008-09-081-7/+3
| * | ppc4xx: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo2008-09-052-5/+195
| * | ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routinesAdam Graham2008-09-052-63/+98
| * | ppc4xx: IBM Memory Controller DDR autocalibration routinesAdam Graham2008-09-051-0/+1212
* | | ARM: fix warning: target CPU does not support interworkingSergei Poselenov2008-09-092-0/+14
* | | ARM: Use do_div() instead of division for "long long".Sergei Poselenov2008-09-091-1/+4
| |/ |/|
* | Fix compiler warning in mpc8xxx ddr codeKumar Gala2008-09-071-2/+4
* | rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD2008-09-071-1/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2008-09-032-28/+183
|\
| * mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence2008-09-031-21/+30
| * mpc83xx: Store and display Arbiter Event Register valuesNick Spence2008-09-032-1/+146
| * mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-09-031-4/+5
| * MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence2008-09-031-2/+2
* | Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren2008-09-021-0/+13
* | Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren2008-09-021-0/+13
OpenPOWER on IntegriCloud