Pull request: u-boot-samsung master
Minkyu Kang
mk7.kang at samsung.com
Tue Aug 3 06:10:26 CEST 2021
Dear Tom,
The following changes since commit b70b9b07463db2f6937c7ea6d7fb5122feb7ba1b:
Prepare v2021.10-rc1 (2021-07-26 20:57:18 -0400)
are available in the git repository at:
git at source.denx.de:u-boot/custodians/u-boot-samsung.git master
for you to fetch changes up to 18f3afa4be879a9f591518a8f623b30f8b39917d:
snow: Enable unit tests (2021-07-27 10:34:27 +0900)
----------------------------------------------------------------
Simon Glass (3):
samsung: exynos: Convert SROMC interface to a driver
test: Fix size_t formats in strlcat test
snow: Enable unit tests
arch/arm/Kconfig | 1 +
arch/arm/dts/exynos5250-smdk5250.dts | 1 +
arch/arm/mach-exynos/include/mach/sromc.h | 18 ------------------
board/samsung/common/Makefile | 2 +-
board/samsung/common/board.c | 78 ------------------------------------------------------------------------------
board/samsung/common/sromc.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/samsung/smdkv310/smdkv310.c | 9 ---------
configs/arndale_defconfig | 1 -
configs/odroid-xu3_defconfig | 1 -
configs/peach-pi_defconfig | 1 -
configs/peach-pit_defconfig | 1 -
configs/smdk5250_defconfig | 1 -
configs/smdk5420_defconfig | 1 -
configs/smdkv310_defconfig | 1 -
configs/snow_defconfig | 3 ++-
configs/spring_defconfig | 1 -
include/fdtdec.h | 2 --
lib/fdtdec.c | 2 --
test/lib/strlcat.c | 4 ++--
19 files changed, 83 insertions(+), 121 deletions(-)
create mode 100644 board/samsung/common/sromc.c
--
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list