Re: [PATCH v4 05/20] x86: Allow APCI in SPL

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > This is needed so we can find the DBG2 table provided by coreboot. Add a > Kconfig so it can be enabled. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > lib/Kconfig | 8 > 1 file changed, 8 insertions(+) > Review

[PATCH v4 05/20] x86: Allow APCI in SPL

2023-08-23 Thread Simon Glass
This is needed so we can find the DBG2 table provided by coreboot. Add a Kconfig so it can be enabled. Signed-off-by: Simon Glass --- (no changes since v1) lib/Kconfig | 8 1 file changed, 8 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index 42e559ad0b5..1d63099b8e1 100644 --