summaryrefslogtreecommitdiff
path: root/board/gdsys/mpc8308
AgeCommit message (Expand)AuthorFilesLines
2021-04-10ppc: Remove gdsys hrcon boardsTom Rini4-532/+3
2021-04-10ppc: Remove gdsys strider boardsTom Rini4-586/+1
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-11-06board: Rename uclass to sysinfoSimon Glass1-22/+25
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada3-5/+5
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass2-0/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass2-0/+2
2019-12-03common: Move some board functions out of common.hSimon Glass2-0/+2
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-05-21mpc83xx: Add gazerbeam boardDirk Eibach4-1/+210
2019-05-21gdsys: mpc8308: Add FPGA flavor optionMario Six1-0/+20
2019-05-21gdsys: Introduce GDSYS_LEGACY_DRIVERSMario Six2-0/+16
2019-05-21gdsys: mpc8308: Don't use manual RAM config if RAM driver is activeMario Six1-0/+4
2019-05-21gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to KconfigMario Six1-0/+22
2019-05-21gdsys: mpc8308: Use shadow register for output GPIO valuesMario Six4-3/+25
2019-05-21gdsys: mpc8308: Fix style violationsMario Six3-57/+59
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-2/+2
2019-05-21strider: Migrate to CONFIG_TARGET_STRIDERMario Six1-1/+1
2019-05-21hrcon: Migrate to CONFIG_TARGET_HRCONMario Six1-1/+1
2018-09-28cmd: Add osd commandsMario Six1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-03-09treewide: Fix gdsys mail addressesMario Six5-5/+5
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini1-0/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-2/+2
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-1/+0
2017-05-22Convert CONFIG_CMD_IOLOOP to KconfigSimon Glass1-0/+5
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/+5
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2-2/+2
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger2-8/+46
2016-07-22gdsys: Drop print_fpga_state functionTom Rini1-8/+0
2016-06-06strider: Support con-dp flavorDirk Eibach1-0/+37
2016-03-21strider: Add DP501 support for cpu modelDirk Eibach1-5/+26
2015-11-13hrcon: Add fan controllersDirk Eibach2-23/+12
2015-11-13hrcon: Add support for the DH variantDirk Eibach2-4/+28
2015-11-13hrcon: Fix videoboard i2c setupDirk Eibach1-2/+8
2015-11-13hrcon: Use generic ioep-fpga supportDirk Eibach1-238/+3
2015-11-13mpc83xx: Add strider boardDirk Eibach4-0/+518
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-11-19mpc83xx: Add gdsys hrcon boardDirk Eibach7-0/+903