From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 23 Sep 2020 14:00:17 +0200 Subject: [PATCH 0/5] microblaze: Switch to distro boot Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 2.28.0