public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] xilinx: Enable redundant variables for all Xilinx SoCs
@ 2021-03-30 10:09 Michal Simek
  2021-03-30 10:09 ` [PATCH 1/4] env: Setup default value for ENV_OFFSET_REDUND Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Simek @ 2021-03-30 10:09 UTC (permalink / raw)
  To: u-boot

Hi,

based on discussion with Tom here
https://lists.denx.de/pipermail/u-boot/2021-January/437234.html
I decided to enable redundant variables on all Xilinx SoCs. Users who don't
want to use it can disable this option. But having extended structure for
variable storing is based on that thread above the right way to go.
It means switch to the right approach is better to do earlier rather than
later.

Thanks,
Michal


Ashok Reddy Soma (2):
  xilinx: zynq: Add support for saving env based on bootmode
  xilinx: versal: Add support for saving env based on bootmode

Michal Simek (2):
  env: Setup default value for ENV_OFFSET_REDUND
  xilinx: Enable redundant variable handling

 board/xilinx/versal/board.c          | 30 ++++++++++++++++++++++++++
 board/xilinx/zynq/board.c            | 32 ++++++++++++++++++++++++++++
 configs/microblaze-generic_defconfig |  1 +
 configs/xilinx_versal_virt_defconfig |  4 ++++
 configs/xilinx_zynq_virt_defconfig   |  6 +++++-
 configs/xilinx_zynqmp_virt_defconfig |  1 +
 env/Kconfig                          |  3 ++-
 7 files changed, 75 insertions(+), 2 deletions(-)

-- 
2.31.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-23  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-30 10:09 [PATCH 0/4] xilinx: Enable redundant variables for all Xilinx SoCs Michal Simek
2021-03-30 10:09 ` [PATCH 1/4] env: Setup default value for ENV_OFFSET_REDUND Michal Simek
2021-03-30 10:09 ` [PATCH 2/4] xilinx: zynq: Add support for saving env based on bootmode Michal Simek
2021-03-30 10:09 ` [PATCH 3/4] xilinx: versal: " Michal Simek
2021-03-30 10:10 ` [PATCH 4/4] xilinx: Enable redundant variable handling Michal Simek
2021-04-23  6:42 ` [PATCH 0/4] xilinx: Enable redundant variables for all Xilinx SoCs Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox