summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8610hpcd
AgeCommit message (Expand)AuthorFilesLines
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-1/+1
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun3-4/+4
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-25/+4
2013-10-17powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+73
2011-12-02board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warningWolfgang Denk1-2/+1
2011-10-28GCC4.6: Squash warnings in mpc8610hpcd.cMarek Vasut1-2/+2
2011-10-16punt unused clean/distclean targetsMike Frysinger1-7/+0
2011-09-09powerpc/mpc8610hpcd: set pci1_hose.config_table after fsl_setup_hoseZhao Chenhui1-6/+5
2011-08-05video: Add SHARP LQ084S3LG01 LCD support on P1022DSTimur Tabi1-1/+1
2011-07-29MPC8xxx: drop redundant boot messagesWolfgang Denk1-1/+1
2011-07-11powerpc/86xx: display boot device and bank on the MPC8610 HPCDTimur Tabi1-2/+23
2011-04-28powerpc: use 'video-mode' environment variable to configure DIUTimur Tabi1-42/+31
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala1-21/+0
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-5/+0
2011-01-14powerpc/86xx: Rework MPC8610HPCD pci_init_board to use common FSL PCIe codeKumar Gala2-64/+16
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-7/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15fsl: Clean up printing of PCI boot infoPeter Tyser1-10/+10
2010-10-2086xx: Create common linker scriptKumar Gala1-132/+0
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-22/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-09-25fsl_diu_fb: further refactoring of FSL DIU codeAnatolij Gustschin1-63/+11
2010-09-22fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo fe...Timur Tabi2-62/+22
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-4/+2
2010-07-20powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala1-10/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-06-14video: cfb_console: add weak default video_set_lut()Anatolij Gustschin1-9/+0
2010-05-27Convert Makefiles from COBJS-${} to COBJS-$()Kumar Gala1-1/+1
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-7/+7
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-6/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-1/+1
2010-04-07fsl: improve the PIXIS code and fix a few bugsTimur Tabi2-3/+0
2010-03-30mpc86xx: set the DDR BATs after calculating true DDR sizeTimur Tabi1-0/+2
2010-01-18PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-2/+2
2010-01-05ppc/86xx: Clean up MPC8610 HPCD PCI setup codeKumar Gala1-137/+62
2009-11-0586xx: Remove redundant code in initdramBecky Bruce1-5/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-09-24mpc8610hpcd: Use common 86xx fdt fixup codePeter Tyser1-13/+1
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala1-7/+5
2009-08-2986xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-3/+0
2009-08-29pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-9/+0
2009-08-29pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-9/+3
2009-07-2285xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boardsKumar Gala2-17/+21