summaryrefslogtreecommitdiff
path: root/board/freescale/mpc837xerdb
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: Drop pci_init_board()Simon Glass2-110/+0
2021-07-19treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USBTom Rini1-1/+1
2021-07-06mpc8379erdb: enable DM_USB DM_PCI DM_ETHSinan Akman1-1/+10
2021-02-22mpc8379erdb: Convert to DM_MMCSinan Akman1-1/+8
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-2/+2
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-01-17common: Move testdram() into init.hSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-1/+1
2019-05-21mpc83xx: Get rid of CONFIG_83XX_CLKINMario Six1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2017-08-16env: Rename getenv/_f() to env_get()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-3/+7
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-03-02mpc837xerdb: "fix Calling __hwconfig without a buffer" warningSinan Akman1-1/+6
2015-01-20MAINTAINERS: add me as the maintainer of mpc837xerdbSinan Akman1-2/+2
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-25MAINTAINERS: comment out invalid maintainersMasahiro Yamada1-1/+1
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-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-23/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk3-31/+3
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+97
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
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-2/+2
2010-04-27ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQKumar Gala1-1/+1
2009-07-19mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCIKim Phillips2-4/+4
2009-07-17mpc83xx: MPC837XERDB: Add support for FSL eSDHCAnton Vorontsov1-0/+18
2009-07-0283xx: Replace CONFIG_ECC_INIT_VIA_DDRC referencesPeter Tyser1-2/+2
2009-02-24mpc83xx: MPC837XERDB: Add PCIe supportAnton Vorontsov1-0/+57
2008-10-22mpc83xx: fix serdes setup for the MPC8378E boardsAnton Vorontsov1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-37/+37
2008-09-24mpc83xx: spd_sdram: fix ddr sdram base address assignment bugAnton Vorontsov1-1/+1
2008-07-03Cleanup 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-04-12mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-03-29mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips1-9/+6
2008-03-2683xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov1-0/+1
2008-03-2683xx: initialize serdes for MPC837XRDB boardsAnton Vorontsov1-0/+37
2008-03-2683xx: Add Vitesse VSC7385 firmware uploadingTimur Tabi1-5/+22