[U-Boot] Pull request: u-boot-riscv/master
uboot at andestech.com
uboot at andestech.com
Fri Oct 18 07:00:07 UTC 2019
Hi Tom,
Please pull some riscv updates:
- Support sifive DM based gpio driver for FU540-SoC.
- Align boot image header with Linux v5.3
https://travis-ci.org/rickchen36/u-boot-riscv/builds/599424917
Thanks
Rick
The following changes since commit a2fce50455c9831f36765e5813b0b5e98f55d70b:
Merge tag 'for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi (2019-10-17 07:26:16 -0400)
are available in the Git repository at:
git at gitlab.denx.de:u-boot/custodians/u-boot-riscv.git
for you to fetch changes up to 70d64a4c7646aa51c0334618ccb9af0132d9d834:
RISC-V: Align boot image header with Linux (2019-10-18 09:04:19 +0800)
----------------------------------------------------------------
Atish Patra (1):
RISC-V: Align boot image header with Linux
Sagar Shrikant Kadam (2):
gpio: sifive: add support for DM based gpio driver for FU540-SoC
configs: fu540: enable gpio driver
arch/riscv/include/asm/arch-generic/gpio.h | 35 +++++++++++++++++++++
arch/riscv/include/asm/gpio.h | 6 ++++
arch/riscv/lib/image.c | 11 ++++---
board/sifive/fu540/Kconfig | 3 ++
drivers/gpio/Kconfig | 7 +++++
drivers/gpio/Makefile | 1 +
drivers/gpio/sifive-gpio.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 235 insertions(+), 5 deletions(-)
create mode 100644 arch/riscv/include/asm/arch-generic/gpio.h
create mode 100644 arch/riscv/include/asm/gpio.h
create mode 100644 drivers/gpio/sifive-gpio.c
More information about the U-Boot
mailing list