]> git.baikalelectronics.ru Git - uboot.git/commit
arch: x86: lib: acpi_table: Fix MCFG entries
authorMoritz Fischer <moritzf@google.com>
Sat, 5 Feb 2022 20:17:44 +0000 (12:17 -0800)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Feb 2022 19:30:13 +0000 (12:30 -0700)
commit728be97c771fc9016adb7706a3dca271e6c6cc92
tree0986f3c34a7dc108945c710abd9eb8831e8bac22
parentfbb0ef4f9fe3c2790851cc266cefa0aab5965dd7
arch: x86: lib: acpi_table: Fix MCFG entries

Commit 08ae072f87fc ("x86: Move SSDT table to a writer function")
introduced a bug where the actual MCFG entries are no longer generated.

Cc: Simon Glass <sjg@chromium.org>
Fixes: 08ae072f87fc ("x86: Move SSDT table to a writer function")
Signed-off-by: Moritz Fischer <moritzf@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c