aboutsummaryrefslogtreecommitdiff
path: root/include/configs/MPC8360EMDS.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-203/+203
2008-09-24mpc83xx: add h/w flash protection to board configsKim Phillips1-0/+1
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-13drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-06-1083xx/85xx: further localbus cleanupsAnton Vorontsov1-1/+1
2008-06-03PPC: Create and use CONFIG_HIGH_BATSBecky Bruce1-0/+2
2008-04-25mpc83xx: bump loadaddr over fdtaddr to 0x500000Kim Phillips1-1/+1
2008-03-25mpc83xx: Set PCI I/O bus-address base to zero.Scott Wood1-1/+1
2008-03-25Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.Jerry Van Baren1-0/+1
2008-03-07mpc83xx: make dtb basename file references equal those of linuxKim Phillips1-1/+1
2008-02-12Remove #undef DEBUG from MPC83xx board header filesTimur Tabi1-2/+0
2008-01-16mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' valueKim Phillips1-1/+1
2008-01-16Enable the isdram command on the MPC8360EMDS boardJerry Van Baren1-0/+1
2008-01-10mpc83xx: Remove cache config from config.hDave Liu1-9/+0
2008-01-10mpc83xx: add missing CONFIG_HAS_ETH0 definesKim Phillips1-0/+1
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips1-7/+1
2008-01-08Remove CONFIG options related to OF that we dont useKumar Gala1-2/+0
2008-01-0883xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitionsTimur Tabi1-2/+3
2007-08-29fdt: remove unused OF_FLAT_TREE_MAX_SIZE referencesKim Phillips1-4/+0
2007-08-16mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card supportTony Li1-2/+5
2007-07-10include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger1-0/+9
2007-07-05include/configs: Use new CONFIG_CMD_* in 83xx board config files.Jon Loeliger1-34/+17
2007-03-31Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren1-1/+5
2007-03-02mpc83xx: update [local-]mac-address properties on UEC based devicesKim Phillips1-0/+1
2007-03-02mpc83xx: add command line editing by defaultKim Phillips1-0/+1
2007-03-02mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDSXie Xiaobo1-4/+29
2007-03-02mpc83xx: Fix the LAW1/3 bugDave Liu1-3/+3
2007-03-02mpc83xx: make 8360 default environment fdt be 8360 (not 8349)Kim Phillips1-1/+1
2006-11-30Code cleanup.Wolfgang Denk1-41/+41
2006-11-03mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi1-1/+2
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi1-5/+5
2006-11-03mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips1-8/+28
2006-11-03mpc83xx: add QE ethernet supportDave Liu1-0/+29
2006-11-03mpc83xx: Add MPC8360EMDS basic board supportDave Liu1-0/+585