aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8349emds/mpc8349emds.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-01ppc: Remove MPC8349EMDS board and ARCH_MPC8349 supportTom Rini1-277/+0
2021-08-30global: Remove unused or unnecessary CONFIG symbols related to DDRTom Rini1-23/+0
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini1-2/+0
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-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-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
2018-11-27spi: Zap CONFIG_HARD_SPIJagan Teki1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2011-11-03mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds codeJoe Hershberger1-14/+13
2011-09-29powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driverYork Sun1-11/+15
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-1/+1
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-1/+1
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-VILLARD1-42/+42
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-08-25MPC8349EMDS: Add PCI Agent (PCISLAVE) supportIra W. Snyder1-0/+9
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
2008-06-03SPI API improvementsHaavard Skinnemoen1-13/+12
2008-03-05Remove erroneous or extra spd.h #includers.Jon Loeliger1-3/+1
2008-01-17codingstyle cleanup for spi driverKim Phillips1-1/+1
2008-01-17Implement hard SPI driver on MPC8349EMDSBen Warren1-0/+29
2008-01-08mpc83xx: remove FLAT_TREE codeKim Phillips1-13/+1
2007-08-16mpc83xx: move freescale boards to boards/freescaleKim Phillips1-0/+274