summaryrefslogtreecommitdiff
path: root/board/gdsys
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-28cmd: Add osd commandsMario Six3-0/+161
2018-08-06mvebu: select boot device at SoC levelBaruch Siach3-44/+0
2018-08-06mvebu: consolidate SPL boot device config symbolsBaruch Siach2-26/+2
2018-08-06mvebu: a38x: drop duplicate platform id symbolsBaruch Siach1-12/+0
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal4-4/+4
2018-05-14ARM: mvebu: a38x: restore support for setting timingChris Packham1-1/+2
2018-05-14ARM: mvebu: a38x: sync ddr training code with upstreamChris Packham1-9/+12
2018-05-09ihs_mdio: Make DM-compatibleMario Six2-5/+58
2018-05-09ihs_mdio: Encapsulate register accessMario Six1-7/+34
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini42-88/+42
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini3-6/+0
2018-03-09treewide: Fix gdsys mail addressesMario Six16-17/+17
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-3/+3
2017-12-07powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun1-1/+1
2017-11-30arm: mvebu: correct comments around cas_wl/cas_lChris Packham1-1/+1
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini1-0/+2
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass5-8/+8
2017-07-12driver/ddr: Add support for setting timing in hws_topology_mapMarek BehĂșn1-1/+2
2017-07-04powerpc: remove 4xx supportHeiko Schocher34-3175/+0
2017-06-23controlcenterd_36BIT_SDCARD: Fix unused variable warningTom Rini1-14/+13
2017-05-22Convert CONFIG_CMD_IOLOOP to KconfigSimon Glass1-0/+5
2017-05-22Drop digital thermometer and thermostat (DTT) driversSimon Glass4-12/+28
2017-05-12gdsys: P1022: Fix unused variable warningsTom Rini1-25/+24
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
2017-03-23arm: mvebu: Add gdsys ControlCenter-Compact boardDirk Eibach17-0/+1694
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-9/+0
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash3-3/+3
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-2/+1
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger5-18/+102
2016-07-22gdsys: Drop print_fpga_state functionTom Rini4-25/+4
2016-06-06strider: Support con-dp flavorDirk Eibach2-0/+38
2016-06-06gdsys: osd: Allow osdsize on valid screens onlyDirk Eibach1-0/+3
2016-06-06ioep-fpga: Support intempo compressionDirk Eibach1-6/+11
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-03-21strider: Add DP501 support for cpu modelDirk Eibach4-26/+59
2016-01-19Add more SPDX-License-Identifier tagsTom Rini6-44/+6
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren2-4/+4