mbox series

[v2,0/5] microblaze: Switch to distro boot

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

Message

Michal Simek Oct. 12, 2020, 8 a.m. 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

Changes in v2:
- Add missing CONFIG_DISTRO_DEFAULTS=y

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          | 13 ++--
 include/configs/microblaze-generic.h          | 66 ++++++++++++++++---
 5 files changed, 93 insertions(+), 18 deletions(-)

Comments

Michal Simek Oct. 27, 2020, 7:12 a.m. UTC | #1
po 12. 10. 2020 v 10:00 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> 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
>
> Changes in v2:
> - Add missing CONFIG_DISTRO_DEFAULTS=y
>
> 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          | 13 ++--
>  include/configs/microblaze-generic.h          | 66 ++++++++++++++++---
>  5 files changed, 93 insertions(+), 18 deletions(-)
>
> --
> 2.28.0
>

Applied.
M