[U-Boot] Pull request: u-boot-riscv/master

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@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

On Fri, Oct 18, 2019 at 03:00:07PM +0800, uboot@andestech.com wrote:
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@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)
Applied to u-boot/master, thanks!
participants (2)
-
Tom Rini
-
uboot@andestech.com