summaryrefslogtreecommitdiff
path: root/board/gdsys
AgeCommit message (Expand)Author
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger
2016-07-22gdsys: Drop print_fpga_state functionTom Rini
2016-06-06strider: Support con-dp flavorDirk Eibach
2016-06-06gdsys: osd: Allow osdsize on valid screens onlyDirk Eibach
2016-06-06ioep-fpga: Support intempo compressionDirk Eibach
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day
2016-03-21strider: Add DP501 support for cpu modelDirk Eibach
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-12board: gdsys: Enable osd on output onlyDirk Eibach
2015-11-12board: gdsys: Add osdsize commandDirk Eibach
2015-11-12hrcon: Add fan controllersDirk Eibach
2015-11-12hrcon: Add support for the DH variantDirk Eibach
2015-11-12hrcon: Fix videoboard i2c setupDirk Eibach
2015-11-12hrcon: Use generic ioep-fpga supportDirk Eibach
2015-11-12mpc83xx: Add strider boardDirk Eibach
2015-11-12iocon: reset FPGAs in last_stage_init()Reinhard Pfau
2015-11-12controlcenterd: Disable sideband clocksDirk Eibach
2015-11-12dlvision-10g: Support displayportDirk Eibach
2015-11-12board: gdsys: Consider DP501 limits on link trainingDirk Eibach
2015-11-12board: gdsys: Increase DP501 I2C retry intervalDirk Eibach
2015-11-12board: gdsys: Configure DP501 SPDIF inputDirk Eibach
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass
2014-11-19mpc83xx: Add gdsys hrcon boardDirk Eibach
2014-11-19board: iocon: Fix uninitialized accessDirk Eibach
2014-11-19board: iocon: Fix fpga index in print_fpga_info()Dirk Eibach
2014-11-19board: dlvision-10g: Compile fixDirk Eibach
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30Add board MAINTAINERS filesMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-07-07board: iocon: Modify iocon hardware startupDirk Eibach
2014-07-07board: gdsys: Enable scrambling on DP501Dirk Eibach
2014-07-07board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach
2014-07-07board: gdsys: Configure bridge on DP501 to support DDC onlyDirk Eibach
2014-07-07board: iocon: Support DisplayPort hardwareDirk Eibach
2014-07-07board: controlcenterd: Use new API for setting i2c busDirk Eibach
2014-07-07board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API changeDirk Eibach
2014-07-07board: controlcenterd: Fix pci accessDirk Eibach
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19Fix bug in io64 target (introduced by commit aba27ac)Vasili Galka
2014-06-11Check run_command() return code properlyThomas Betker