mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-05 15:06:58 +00:00
Since .config has PLATFORM now, it is expected that the PLATFORM= command line option is no longer necessary as long as a proper .config exists. This patch implements this expectation. Now the platform to be selected is determined by the following steps. 1. If PLATFORM= is provided on the command line, the specified value is used. 2. If there is no PLATFORM= on the command line and PLATFORM is defined in config.mk, its value is used. 3. If neither PLATFORM= on the command line nor config.mk is available, a predefined default value is used. v1 -> v2: * 'make oldconfig' should not pass CONFIG_xxx to the script since config.mk can be out-dated. * Change the default value of PLATFORM to SBL for backward compatibility of 'make all'. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> Acked-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com> |
||
---|---|---|
.. | ||
configs | ||
debug | ||
guest | ||
assign.c | ||
cpu_primary.S | ||
cpu_state_tbl.c | ||
cpu.c | ||
cpuid.c | ||
ept.c | ||
gdt.c | ||
idt.S | ||
interrupt.c | ||
intr_lapic.c | ||
intr_main.c | ||
io.c | ||
ioapic.c | ||
irq.c | ||
Kconfig | ||
mmu.c | ||
mtrr.c | ||
notify.c | ||
pm.c | ||
retpoline-thunk.S | ||
softirq.c | ||
timer.c | ||
trampoline.S | ||
trusty.c | ||
vmexit.c | ||
vmx_asm.S | ||
vmx.c | ||
vtd.c |