summaryrefslogtreecommitdiff
path: root/board/gdsys
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-8/+8
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-17/+17
2021-07-31arm: mvebu: gdsys: Remove custom spl_board_init()Pali Rohár2-21/+1
2021-04-10ppc: Remove controlcenterd boardsTom Rini11-2036/+0
2021-04-10ppc: Remove gdsys hrcon boardsTom Rini11-1026/+3
2021-04-10ppc: Remove gdsys strider boardsTom Rini9-861/+1
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass5-40/+40
2021-02-26ddr: marvell: a38x: add support for twin-die combined memory deviceMoti Buskila1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2020-11-06board: Rename uclass to sysinfoSimon Glass2-27/+32
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada4-7/+7
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass5-0/+6
2020-05-19common: Drop linux/delay.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass7-17/+23
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop flash.h from common headerSimon Glass2-0/+2
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon 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 Glass4-0/+4
2019-12-03common: Move command functions out of common.hSimon Glass2-0/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass2-0/+2
2019-08-11env: Move env_get() to env.hSimon Glass4-0/+4
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-05-21mpc83xx: Add gazerbeam boardDirk Eibach5-1/+211
2019-05-21gdsys: ioep-fpga: Switch to gazerbeam-style reportingMario Six1-140/+489
2019-05-21gdsys: cmd_ioloop: Make DM compatibleMario Six1-5/+288
2019-05-21gdsys: cmd_ioloop: Introduce commenting enumMario Six1-4/+9
2019-05-21gdsys: cmd_ioloop: Fix style violationsMario Six1-40/+38
2019-05-21gdsys: mpc8308: Add FPGA flavor optionMario Six1-0/+20
2019-05-21gdsys: Introduce GDSYS_LEGACY_DRIVERSMario Six11-0/+58
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-21gdsys: Post ppc4xx removal cleanupMario Six2-131/+0
2019-05-21gdsys: phy: Adapt fixup_88e1518() to latest Release NotesDirk Eibach1-2/+0
2019-05-21ihs_mdio: Use new regmap interfaceMario Six1-2/+3
2019-05-21mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six1-2/+2
2019-05-21strider: Migrate to CONFIG_TARGET_STRIDERMario Six2-3/+3
2019-05-21hrcon: Migrate to CONFIG_TARGET_HRCONMario Six2-2/+2
2019-01-21board: mvebu: drop unused ETH_PHY macro definitionsBaruch Siach1-4/+0
2018-12-08ARM: mvebu: a38x: sync ddr training code with mv_ddr-armada-18.09.02Chris Packham1-1/+1
2018-11-29tpm: Convert to use a device parameterSimon Glass6-83/+143