u-boot/arch/x86/cpu/apollolake
Andy Shevchenko ce1cbf1ae0 Revert "x86: Move FACP table into separate functions"
Before the culprit patch (see BugLink for the details):

  => acpi list
  Name      Base   Size  Detail
  ----  --------  -----  ------
  RSDP  000e4500     24  v02 U-BOOT
  RSDT  000e4530     38  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  XSDT  000e45e0     4c  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  CSRT  000e5490     58  v00 U-BOOT U-BOOTBL 20220401 INTL 0
  FACP  000e54f0    114  v06 U-BOOT U-BOOTBL 20220401 INTL 0
  DSDT  000e4780    c06  v02 U-BOOT U-BOOTBL 10000 INTL 20200925
  FACS  000e4740     40
  MCFG  000e5610     3c  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  SPCR  000e5650     50  v02 U-BOOT U-BOOTBL 20220401 INTL 0
  APIC  000e56a0     48  v02 U-BOOT U-BOOTBL 20220401 INTL 0

After the culprit patch:

  => acpi list
  Name      Base   Size  Detail
  ----  --------  -----  ------
  RSDP  000e4500     24  v02 U-BOOT
  RSDT  000e4530     34  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  XSDT  000e45e0     44  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  CSRT  000e53a0     58  v00 U-BOOT U-BOOTBL 20220401 INTL 0
  MCFG  000e5520     3c  v01 U-BOOT U-BOOTBL 20220401 INTL 0
  SPCR  000e5560     50  v02 U-BOOT U-BOOTBL 20220401 INTL 0
  APIC  000e55b0     48  v02 U-BOOT U-BOOTBL 20220401 INTL 0

As a result Linux kernel can't find mandatory tables and fails
to boot.

Hence, revert it for good.

This reverts commit 379d3c1fd6.

BugLink: https://lore.kernel.org/all/20220131225930.GJ7515@bill-the-cat/
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2022-03-31 08:27:52 -04:00
..
acpi.c Revert "x86: Move FACP table into separate functions" 2022-03-31 08:27:52 -04:00
cpu.c x86: coral: Avoid build error with !CONFIG_ACPIGEN 2021-03-27 15:04:30 +13:00
cpu_common.c x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00
cpu_spl.c x86: coral: Allow init of debug UART in U-Boot proper 2021-03-27 15:04:30 +13:00
fsp_bindings.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
fsp_m.c x86: coral: Move fsp-m settings to a subnode 2021-01-05 12:24:41 -07:00
fsp_s.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
hostbridge.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00
Kconfig spi: Rename SPI_SUPPORT to SPI 2021-09-04 12:26:02 -04:00
lpc.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00
Makefile x86: apl: Generate required ACPI tables 2020-09-25 11:27:19 +08:00
pch.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00
pmc.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00
punit.c x86: apl: Tell of-platdata about a required header file 2021-03-26 17:03:09 +13:00
spl.c x86: apl: Enhance debugging in the SPL loader 2021-02-01 15:11:42 +08:00
systemagent.c x86: apl: Add systemagent driver 2019-12-15 11:44:27 +08:00
uart.c treewide: Use OF_REAL instead of !OF_PLATDATA 2021-09-25 09:46:15 -06:00