Commit 77c8c40a60542f1a12e81f24e37ad4a5e5cf6623

Authored by Peng Fan
1 parent 2e5901d654

MLK-18577-2 Kconfig: Introduce CONFIG_XEN

Introduce CONFIG_XEN to make U-Boot could be used as bootloader
for a virtual machine.

Without bootloader, we could successfully boot up android on XEN, but
we need need bootloader to support A/B, dm verify and etc.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 612b2627de010db79e3dd79e912d0c6481e2ef01)
(cherry picked from commit 544cd6a59b34728a18310f0a950500332ddf6c39)
(cherry picked from commit f0a0afa7740fac0a7ec26d4e77135ac10bd0318f)

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -73,6 +73,13 @@
73 73 Enabling this option will pass "--coverage" to gcc to compile
74 74 and link code instrumented for coverage analysis.
75 75  
  76 +config XEN
  77 + bool "Select U-Boot run as a bootloader inside a XEN Virtual Machine"
  78 + default n
  79 + help
  80 + Enabling this option will make U-Boot run as a bootloader
  81 + inside a XEN Virtual Machine.
  82 +
76 83 config DISTRO_DEFAULTS
77 84 bool "Select defaults suitable for booting general purpose Linux distributions"
78 85 select AUTO_COMPLETE