summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8349emds
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-05-21mpc83xx: Get rid of CONFIG_SYS_LBC_*Mario Six1-9/+18
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-4/+4
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_BASEMario Six1-1/+1
2019-05-21mpc83xx: Kconfig: Migrate HRCW to KconfigMario Six1-0/+1
2019-05-21mpc83xx: Get rid of CONFIG_83XX_CLKINMario Six1-0/+1
2019-05-21mpc83xx: Migrate legacy PCI options to KconfigMario Six1-6/+6
2019-05-21mpc83xx: Make distinct MPC8349EMDS_SDRAM boardMario Six2-0/+14
2018-11-27spi: Zap CONFIG_HARD_SPIJagan Teki1-1/+1
2018-05-11board/freescale: Remove invalid fsl email addressesFabio Estevam1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-4/+8
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
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: Moving Freescale DDR driver to a common driverYork Sun3-6/+6
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-24/+3
2013-10-17powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain1-4/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-70/+4
2011-11-04mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds codeJoe Hershberger1-14/+13
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-10-10powerpc/mpc8xxx: Merge entries in DDR speed tableYork Sun1-35/+45
2011-09-30powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driverYork Sun3-11/+123
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-28/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-09-2383xx: Remove warmboot parameter from PCI init functionsPeter Tyser1-3/+3
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-1/+1
2009-07-19mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCIKim Phillips2-5/+5
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-1/+1
2009-01-22MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent modeIra Snyder1-7/+0
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-66/+66
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-08-26MPC8349EMDS: Add PCI Agent (PCISLAVE) supportIra W. Snyder2-0/+58
2008-08-26MPC8349EMDS: use 83XX_GENERIC_PCI setup codeIra W. Snyder1-317/+60
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1