Rename hardwaremain() to main()

... and drop the wrapper on ARMv7

BUG=none
TEST=boot tested on snow
BRANCH=none

Change-Id: Ib2b4315b664292653f8cb898fc5633fce421deca
Reviewed-on: https://gerrit.chromium.org/gerrit/50728
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Reviewed-by: Ronald G. Minnich <rminnich@chromium.org>
Commit-Queue: Stefan Reinauer <reinauer@google.com>
Tested-by: Stefan Reinauer <reinauer@google.com>
This commit is contained in:
Stefan Reinauer 2013-05-09 16:30:06 -07:00 committed by ChromeBot
commit 2add3b64cc
25 changed files with 24 additions and 70 deletions

View file

@ -83,16 +83,16 @@
#define POST_ENTRY_C_START 0x13
/**
* \brief Pre call to hardwaremain()
* \brief Pre call to ram stage main()
*
* POSTed right before hardwaremain 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 hardwaremain (RAM)
* \brief Entry into coreboot in ram stage main()
*
* This is the first call in hardwaremain.c. If this code is POSTed, then
* This is the first call in ram stage main(). If this code is POSTed, then
* ramstage has succesfully loaded and started executing.
*/
#define POST_ENTRY_RAMSTAGE 0x80