Linux EFI development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] small fixes when boot with acpi=force option
@ 2024-11-25 17:07 Yeoreum Yun
  2024-11-25 17:07 ` [PATCH v2 1/2] arm64/acpi: panic when failed to init acpi table " Yeoreum Yun
  2024-11-25 17:07 ` [PATCH v2 2/2] efi/fdt: ignore dtb when acpi option is used with force Yeoreum Yun
  0 siblings, 2 replies; 13+ messages in thread
From: Yeoreum Yun @ 2024-11-25 17:07 UTC (permalink / raw)
  To: ardb, broonie, sami.mujawar, sudeep.holla, pierre.gondois,
	hagarhem, catalin.marinas, will, guohanjun, Jonathan.Cameron
  Cc: linux-arm-kernel, linux-kernel, linux-efi, Yeoreum Yun

When acpi=force option is used, the dt should be ignored whether it's
invalid, passed from command line or from configuration table but it
doesn't so it produces error message
while scanning dt early time thou it isn't used in booting process.

Change to ignore dt when acpi=force option is used.

v2:
  - ignore getting dtb from configuration table when acpi=force option is used

Yeoreum Yun (2):
  arm64/acpi: panic when failed to init acpi table with acpi=force
    option
  efi/fdt: ignore dtb when acpi option is used with force

 arch/arm64/kernel/acpi.c           |  2 ++
 drivers/firmware/efi/libstub/fdt.c | 10 ++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

--
LEVI:{C3F47F37-75D8-414A-A8BA-3980EC8A46D7}


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

end of thread, other threads:[~2024-11-25 18:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 17:07 [PATCH v2 0/2] small fixes when boot with acpi=force option Yeoreum Yun
2024-11-25 17:07 ` [PATCH v2 1/2] arm64/acpi: panic when failed to init acpi table " Yeoreum Yun
2024-11-25 17:30   ` Ard Biesheuvel
2024-11-25 17:41     ` Mark Brown
2024-11-25 17:59     ` Levi Yun
2024-11-25 17:07 ` [PATCH v2 2/2] efi/fdt: ignore dtb when acpi option is used with force Yeoreum Yun
2024-11-25 17:18   ` Mark Brown
2024-11-25 17:24   ` Ard Biesheuvel
2024-11-25 17:45     ` Levi Yun
2024-11-25 17:53       ` Ard Biesheuvel
2024-11-25 18:15         ` Levi Yun
2024-11-25 18:32           ` Ard Biesheuvel
2024-11-25 18:47             ` Levi Yun

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