mbox series

[0/5] microblaze: Switch to distro boot

Message ID cover.1600862419.git.michal.simek@xilinx.com
Headers show
Series microblaze: Switch to distro boot | expand

Message

Michal Simek Sept. 23, 2020, noon UTC
Hi,

this series has only one purpose to move microblaze to distro boot to be
aligned with other platforms and ways how they boot.

Depends on https://lists.denx.de/pipermail/u-boot/2020-September/427495.html

Thanks,
Michal


T Karthik Reddy (5):
  microblaze: Enable spi for microblaze
  microblaze: trivial code fixes
  microblaze: board: Check return value whlie saving env variables
  microblaze: Setup distro boot env variables at run time
  microblaze: Add support for distro boot

 arch/microblaze/Kconfig                       |  3 +
 board/xilinx/microblaze-generic/Kconfig       |  5 ++
 .../microblaze-generic/microblaze-generic.c   | 24 ++++++-
 configs/microblaze-generic_defconfig          | 12 ++--
 include/configs/microblaze-generic.h          | 66 ++++++++++++++++---
 5 files changed, 92 insertions(+), 18 deletions(-)