aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8323erdb
AgeCommit message (Expand)AuthorFilesLines
2021-07-07ppc: Remove MPC8323ERDB boardTom Rini5-328/+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/delay.h from common headerSimon Glass1-0/+1
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_BASEMario Six1-1/+1
2018-05-10board/freescale: Remove invalid fsl email addressesFabio Estevam1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-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
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-3/+3
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-13kconfig: 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-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-21/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-15PPC MPC83xx: Fix MPC8323ERDB build warningWolfgang Denk1-1/+5
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+71
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-07-06powerpc/83xx: remove empty board_early_init_f()Timur Tabi1-5/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-28/+0
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-09-2383xx: Remove warmboot parameter from PCI init functionsPeter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-31/+31
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-03-28mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski1-0/+34
2008-03-05Remove erroneous or extra spd.h #includers.Jon Loeliger1-5/+0
2008-01-08mpc83xx: remove FLAT_TREE codeKim Phillips1-10/+0
2007-08-16mpc83xx: implement board_add_ram_infoKim Phillips1-2/+0
2007-08-15mpc83xx: migrate remaining freescale boards to libfdtKim Phillips1-3/+12
2007-08-15mpc83xx: move common /memory node update mechanism to cpu.cKim Phillips1-22/+0
2007-08-10mpc83xx: add support for the MPC8323E RDBKim Phillips3-0/+295