summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx
AgeCommit message (Expand)AuthorFilesLines
2007-08-10mpc83xx: Suppress the warning 'burstlen'Dave Liu1-1/+1
2007-08-10mpc83xx: Consolidate the ECC support of 83xxDave Liu2-1/+391
2007-08-10mpc83xx: Correct the burst length for DDR2 with 32 bitsDave Liu1-3/+10
2007-08-10mpc83xx: fixup generic pci for libfdtKim Phillips1-1/+35
2007-08-10mpc83xx: fix 8360 and cpu functions to update fdt being passedKim Phillips1-18/+18
2007-08-10mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabledJerry Van Baren1-28/+46
2007-08-10mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().Jerry Van Baren1-6/+3
2007-08-10mpc83xx: Add support for the display of reset statusDave Liu1-0/+36
2007-08-10Update SCCR programming in cpu_init_f() to support all 83xx processorsTimur Tabi1-2/+12
2007-08-10mpc83xx: Add support for 8360 silicon revision 2.1Lee Nipper1-1/+4
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-9/+9
2007-07-04Correct fixup relocation for mpc83xxGrant Likely2-2/+1
2007-07-04Consolidate mpc83xx linker scriptsGrant Likely2-0/+126
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-8/+8
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-4/+4
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski1-2/+2
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips1-4/+4
2007-05-01Fix memory initialization on MPC8349E-mITXTimur Tabi1-5/+0
2007-05-01mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2-5/+13
2007-04-25mpc83xx: minor fixups for 8313rdb introductionKim Phillips1-0/+1
2007-04-23mpc83xx: Add generic PCI setup code.Scott Wood2-1/+192
2007-04-23mpc83xx: Add 831x support to speed.c.Scott Wood1-26/+42
2007-04-23mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood1-4/+17
2007-04-23mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood1-0/+12
2007-04-23Merge git://www.denx.de/git/u-bootKim Phillips1-1/+183
2007-04-15Fix the ft_cpu_setup() property settings.Gerald Van Baren1-54/+135
2007-04-12Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo1-3/+3
2007-04-06Moved fdt command support code to fdt_support.cGerald Van Baren1-0/+1
2007-03-31Fix some minor whitespace violations.Gerald Van Baren1-2/+2
2007-03-31Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren1-1/+101
2007-03-02mpc83xx: Fix config of Arbiter, System Priority, and Clock ModeKumar Gala1-6/+28
2007-03-02mpc83xx: update [local-]mac-address properties on UEC based devicesKim Phillips1-0/+40
2007-03-02mpc83xx: write MAC address to mac-address and local-mac-addressTimur Tabi1-0/+8
2007-03-02mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xxXie Xiaobo1-61/+323
2007-03-02mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDSXie Xiaobo1-0/+2
2007-03-02mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDSXie Xiaobo1-3/+14
2007-03-02mpc83xx: don't hang if watchdog configured on 8360, 832xKim Phillips1-4/+0
2007-03-02mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dtKim Phillips1-0/+2
2007-03-02mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X insteadKumar Gala2-5/+5
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker1-0/+4
2007-03-02mpc83xx: Put the version (and magic) after the HRCW.Jerry Van Baren1-12/+16
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu3-16/+44
2007-03-02mpc83xx: streamline the 83xx immr head fileDave Liu3-12/+12
2006-11-30Code cleanup.Wolfgang Denk1-10/+10
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi6-87/+32
2006-11-03mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi3-426/+3
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi7-21/+21
2006-11-03mpc83xx: Lindent and clean up cpu/mpc83xx/speed.cKim Phillips1-79/+82
2006-11-03mpc83xx: Fix the incorrect dcbz operationDave Liu2-34/+30
2006-11-03mpc83xx: change ft code to modify local-mac-address propertyKim Phillips1-2/+2