
Hi Tom,
On Thu, Jan 14, 2021 at 1:31 AM Tom Rini trini@konsulko.com wrote:
On Wed, Jan 13, 2021 at 01:34:55PM +0800, uboot@andestech.com wrote:
Hi Tom,
Please pull some riscv updates:
- Update qemu-riscv.rst build instructions.
- Add support for SPI on Kendryte K210.
- Add Microchip PolarFire SoC Icicle Kit support.
Thanks Rick
CI: passed https://gitlab.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/5853
The following changes since commit
ee6726be4f0dccb612f0193c62ca149164c8a5af:
Merge tag 'ti-v2021.04-rc1' of
https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2021-01-12 09:32:48 -0500)
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 477b035bd200fbef3045902f3ea2fe26cd831a5c:
doc: board: Add Microchip MPFS Icicle Kit doc (2021-01-13 08:51:55
+0800)
NAK: ERROR: fdt or initrd relocation disabled at boot time #272: FILE: include/configs/microchip_mpfs_icicle.h:32:
"fdt_high=0xffffffffffffffff\0" \
It also disables initrd relocation, which I don't like, but isn't fatal. But you cannot disable fdt relocation as that leads to run time problems all too often.
Ok I will enable fdt relocation in PATCH v9 and remove "fdt_high=0xffffffffffffffff\0", "initrd_high=0xffffffffffffffff\0 from the board ENV.
Thanks Padmarao
-- Tom