HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16278
-gerrit
commit 00f989cbf42984a3e22abfc2377e4e80240d2a77 Author: Elyes HAOUAS ehaouas@noos.fr Date: Sun Aug 21 10:49:19 2016 +0200
src/include: Capitalize APIC
Change-Id: I9b3a2cce6c6bb85791d5cde076d5de95ef0e8790 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/include/cpu/x86/lapic.h | 2 +- src/include/cpu/x86/smm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/include/cpu/x86/lapic.h b/src/include/cpu/x86/lapic.h index 16bc42d..dfcb4da 100644 --- a/src/include/cpu/x86/lapic.h +++ b/src/include/cpu/x86/lapic.h @@ -6,7 +6,7 @@ #include <halt.h> #include <smp/node.h>
-/* See if I need to initialize the local apic */ +/* See if I need to initialize the local APIC */ #if CONFIG_SMP || CONFIG_IOAPIC # define NEED_LAPIC 1 #else diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index c1051ad..9d7e6a1 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -537,8 +537,8 @@ void *smm_get_save_state(int cpu); * the address of the module's parameters (if present). * - runtime - this field is a result only. The SMM runtime location is filled * into this field so the code doing the loading can manipulate the - * runtime's assumptions. e.g. updating the apic id to CPU map to - * handle sparse apic id space. + * runtime's assumptions. e.g. updating the APIC id to CPU map to + * handle sparse APIC id space. */ struct smm_loader_params { void *stack_top;