summaryrefslogtreecommitdiffstats
path: root/cpu/mpc83xx
Commit message (Expand)AuthorAgeFilesLines
* mpc83xx: fix typo in DDR2 programmingKim Phillips2007-08-171-1/+1
* mpc83xx: implement board_add_ram_infoKim Phillips2007-08-161-15/+39
* mpc83xx: migrate remaining freescale boards to libfdtKim Phillips2007-08-151-3/+12
* mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips2007-08-151-8/+23
* mpc83xx: remaining 8360 libfdt fixesKim Phillips2007-08-152-20/+47
* mpc83xx: fix UEC2->1 typo in libfdt setup codeKim Phillips2007-08-151-1/+1
* mpc83xx: Suppress the warning 'burstlen'Dave Liu2007-08-101-1/+1
* mpc83xx: Consolidate the ECC support of 83xxDave Liu2007-08-102-1/+391
* mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu2007-08-101-3/+10
* mpc83xx: fixup generic pci for libfdtKim Phillips2007-08-101-1/+35
* mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips2007-08-101-18/+18
* mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabledJerry Van Baren2007-08-101-28/+46
* mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren2007-08-101-6/+3
* mpc83xx: Add support for the display of reset statusDave Liu2007-08-101-0/+36
* Update SCCR programming in cpu_init_f() to support all 83xx processorsTimur Tabi2007-08-101-2/+12
* mpc83xx: Add support for 8360 silicon revision 2.1Lee Nipper2007-08-101-1/+4
* cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-092-9/+9
* Correct fixup relocation for mpc83xxGrant Likely2007-07-042-2/+1
* Consolidate mpc83xx linker scriptsGrant Likely2007-07-042-0/+126
* cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-042-8/+8
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-031-4/+4
|\
| * Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-171-4/+4
* | [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-221-2/+2
|/
* Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-011-5/+0
* mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-012-5/+13
* mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-251-0/+1
* mpc83xx: Add generic PCI setup code.Scott Wood2007-04-232-1/+192
* mpc83xx: Add 831x support to speed.c.Scott Wood2007-04-231-26/+42
* mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood2007-04-231-4/+17
* mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood2007-04-231-0/+12
* Merge git://www.denx.de/git/u-bootKim Phillips2007-04-231-1/+183
|\
| * Fix the ft_cpu_setup() property settings.Gerald Van Baren2007-04-151-54/+135
| * Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-061-0/+1
| * Fix some minor whitespace violations.Gerald Van Baren2007-03-311-2/+2
| * Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-311-1/+101
* | Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo2007-04-121-3/+3
|/
* mpc83xx: Fix config of Arbiter, System Priority, and Clock ModeKumar Gala2007-03-021-6/+28
* mpc83xx: update [local-]mac-address properties on UEC based devicesKim Phillips2007-03-021-0/+40
* mpc83xx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-03-021-0/+8
* mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xxXie Xiaobo2007-03-021-61/+323
* mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDSXie Xiaobo2007-03-021-0/+2
* mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDSXie Xiaobo2007-03-021-3/+14
* mpc83xx: don't hang if watchdog configured on 8360, 832xKim Phillips2007-03-021-4/+0
* mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dtKim Phillips2007-03-021-0/+2
* mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X insteadKumar Gala2007-03-022-5/+5
* mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2007-03-021-0/+4
* mpc83xx: Put the version (and magic) after the HRCW.Jerry Van Baren2007-03-021-12/+16
* mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-023-16/+44
* mpc83xx: streamline the 83xx immr head fileDave Liu2007-03-023-12/+12
* Code cleanup.Wolfgang Denk2006-11-301-10/+10
OpenPOWER on IntegriCloud