src/include: Capitalize CPU, RAM and ROM
Change-Id: Id40c1bf868820c77ea20146d19c6d552c2f970c4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15942 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
1bcd7fcb61
commit
918535a657
9 changed files with 19 additions and 19 deletions
|
|
@ -82,14 +82,14 @@
|
|||
#define POST_ENTRY_C_START 0x13
|
||||
|
||||
/**
|
||||
* \brief Pre call to ram stage main()
|
||||
* \brief Pre call to RAM stage main()
|
||||
*
|
||||
* POSTed right before ram stage main() is called from c_start.S
|
||||
* POSTed right before RAM stage main() is called from c_start.S
|
||||
*/
|
||||
#define POST_PRE_HARDWAREMAIN 0x79
|
||||
|
||||
/**
|
||||
* \brief Entry into coreboot in ram stage main()
|
||||
* \brief Entry into coreboot in RAM stage main()
|
||||
*
|
||||
* This is the first call in hardwaremain.c. If this code is POSTed, then
|
||||
* ramstage has successfully loaded and started executing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue