[U-Boot] [PULL] u-boot-socfpga/master
Marek Vasut
marex at denx.de
Fri Apr 26 09:31:09 UTC 2019
The following changes since commit 3fbd2dce351ab5d40d3244f26bd713caa4f826e2:
Merge branch '2019-04-22-master-imports' (2019-04-24 09:04:23 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to bf068c7643f23c3f0936e3d1d292cc537acaf3bb:
arm: socfpga: mailbox: Fix off-by-one error on command length checking
(2019-04-25 00:00:49 +0200)
----------------------------------------------------------------
Ley Foon Tan (1):
arm: socfpga: mailbox: Fix off-by-one error on command length checking
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 +++++++++++++++++++++++
arch/arm/mach-socfpga/mailbox_s10.c | 4 ++--
board/ebv/socrates/qts/iocsr_config.h | 2 +-
board/samtec/vining_fpga/socfpga.c | 9 +--------
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 ------------------
36 files changed, 104 insertions(+), 288 deletions(-)
More information about the U-Boot
mailing list