
The following changes since commit 6c5f8dd540d7a8eff244d4c27a09451ca12c8d20:
Merge branch 'master' of git://git.denx.de/u-boot-usb (2019-04-21 19:00:04 -0400)
are available in the Git repository at:
https://github.com/goldsimon/u-boot.git
for you to fetch changes up to 5ff194620a5ada0bf05d9dc2668d2233289742a6:
arm: socfpga: clean up board config files (2019-04-22 20:08:59 +0200)
---------------------------------------------------------------- Simon Goldschmidt (15): socfpga: add Simon Goldschmidt as co-custodian eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT" i2c: designware: fix reset handling on socfpga gen5 rtc: m41t62: add compatible for m41t82 arm: socfpga: socrates: make rtc work configs: socfpga: socrates: enable rtc support arm: socfpga: fix comment about SPL memory layout arm: socfpga: put initial U-Boot stack into DDR arm: socfpga: imply/default common config options arm: socfpga: gen5: reduce SPL pre-reloc malloc arm: socfpga: move vining_fpga to DM_I2C arm: socfpga: clean up socfpga_common.h arm: socfpga: remove CONFIG_SYS_BOOTMAPSZ arm: socfpga: clean up board config files
MAINTAINERS | 1 + arch/arm/Kconfig | 2 ++ arch/arm/mach-socfpga/Kconfig | 23 +++++++++++++++ board/ebv/socrates/qts/iocsr_config.h | 2 +- cmd/Kconfig | 1 - cmd/eeprom.c | 23 +++++++++------ configs/socfpga_arria10_defconfig | 6 ---- configs/socfpga_arria5_defconfig | 10 ------- configs/socfpga_cyclone5_defconfig | 10 ------- configs/socfpga_dbm_soc1_defconfig | 10 ------- configs/socfpga_de0_nano_soc_defconfig | 10 ------- configs/socfpga_de10_nano_defconfig | 10 ------- configs/socfpga_de1_soc_defconfig | 10 ------- configs/socfpga_is1_defconfig | 8 ------ configs/socfpga_sockit_defconfig | 10 ------- configs/socfpga_socrates_defconfig | 12 ++------ configs/socfpga_sr1500_defconfig | 10 ------- configs/socfpga_stratix10_defconfig | 2 -- configs/socfpga_vining_fpga_defconfig | 18 +++++------- doc/git-mailrc | 3 +- drivers/i2c/designware_i2c.c | 20 +++++++++---- drivers/rtc/m41t62.c | 11 ++++++++ include/configs/socfpga_arria10_socdk.h | 6 ---- include/configs/socfpga_arria5_socdk.h | 2 -- include/configs/socfpga_common.h | 116 +++++++++++++++------------------------------------------------------------- include/configs/socfpga_cyclone5_socdk.h | 2 -- include/configs/socfpga_de0_nano_soc.h | 2 -- include/configs/socfpga_de10_nano.h | 2 -- include/configs/socfpga_de1_soc.h | 2 -- include/configs/socfpga_is1.h | 2 -- include/configs/socfpga_sockit.h | 2 -- include/configs/socfpga_socrates.h | 2 -- include/configs/socfpga_sr1500.h | 11 -------- include/configs/socfpga_vining_fpga.h | 18 ------------ 34 files changed, 101 insertions(+), 278 deletions(-)