summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8349emds
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-171-0/+1
* common: Move pci_init_board() out of common.hSimon Glass2019-12-021-0/+1
* mpc83xx: Get rid of CONFIG_SYS_LBC_*Mario Six2019-05-211-9/+18
* mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six2019-05-211-4/+4
* mpc83xx: Get rid of CONFIG_SYS_DDR_BASEMario Six2019-05-211-1/+1
* mpc83xx: Kconfig: Migrate HRCW to KconfigMario Six2019-05-211-0/+1
* mpc83xx: Get rid of CONFIG_83XX_CLKINMario Six2019-05-211-0/+1
* mpc83xx: Migrate legacy PCI options to KconfigMario Six2019-05-211-6/+6
* mpc83xx: Make distinct MPC8349EMDS_SDRAM boardMario Six2019-05-212-0/+14
* spi: Zap CONFIG_HARD_SPIJagan Teki2018-11-271-1/+1
* board/freescale: Remove invalid fsl email addressesFabio Estevam2018-05-101-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-074-9/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-1/+1
* board_f: Drop return value from initdram()Simon Glass2017-04-051-4/+8
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-051-1/+1
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-1/+3
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-3/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-301-0/+6
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+15
* Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2013-11-253-6/+6
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-24/+3
* powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain2013-10-161-4/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-244-70/+4
* mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds codeJoe Hershberger2011-11-031-14/+13
* punt unused clean/distclean targetsMike Frysinger2011-10-151-6/+0
* powerpc/mpc8xxx: Merge entries in DDR speed tableYork Sun2011-10-091-35/+45
* powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driverYork Sun2011-09-293-11/+123
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk2010-10-181-28/+0
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-1/+1
* 83xx: Remove warmboot parameter from PCI init functionsPeter Tyser2010-09-231-3/+3
* 83xx/85xx/86xx: LBC register cleanupBecky Bruce2010-07-161-1/+1
* mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCIKim Phillips2009-07-182-5/+5
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-121-1/+1
* MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent modeIra Snyder2009-01-211-7/+0
* Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang2008-10-291-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-182-66/+66
* mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov2008-09-241-1/+1
* MPC8349EMDS: Add PCI Agent (PCISLAVE) supportIra W. Snyder2008-08-252-0/+58
* MPC8349EMDS: use 83XX_GENERIC_PCI setup codeIra W. Snyder2008-08-251-317/+60
* Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk2008-07-021-1/+1
* Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2008-07-011-1/+1
* Change initdram() return type to phys_size_tBecky Bruce2008-06-121-1/+1