src/arch: Capitalize CPU, RAM and ROM
Change-Id: Ia6ac94a93b48037a392a9aec2cd19cd80369173f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15953 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
45de1fe4fb
commit
777ea897e8
@ -77,7 +77,7 @@ _start:
|
||||
/* Push the thread pointer. */
|
||||
push $0
|
||||
#endif
|
||||
/* Push the cpu index and struct cpu */
|
||||
/* Push the CPU index and struct CPU */
|
||||
push $0
|
||||
push $0
|
||||
|
||||
@ -331,12 +331,12 @@ gdtaddr:
|
||||
* which is defined in entry32.inc
|
||||
*
|
||||
* When the machine is initially started, we use a very simple
|
||||
* gdt from rom (that in entry32.inc) which only contains those
|
||||
* gdt from ROM (that in entry32.inc) which only contains those
|
||||
* entries we need for protected mode.
|
||||
*
|
||||
* When we're executing code from RAM, we want to do more complex
|
||||
* stuff, like initializing PCI option roms in real mode, or doing
|
||||
* a resume from a suspend to ram.
|
||||
* stuff, like initializing PCI option ROMs in real mode, or doing
|
||||
* a resume from a suspend to RAM.
|
||||
*/
|
||||
gdt:
|
||||
/* selgdt 0, unused */
|
||||
|
Reference in New Issue
Block a user