diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-07-02 13:19:39 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-07 21:27:22 +0000 |
commit | 78561f481e3c25e23dc658f883a16402fd9d38f6 (patch) | |
tree | f863d7cc4e50e2ce4780ad562a1eb6702cc3e521 /src/include/program_loading.h | |
parent | eb5e47dd9467602d09a3f8e6e4cf5dd702bb0cc4 (diff) |
lib/romstage_stack.c: Remove file
After platforms have moved to POSTCAR_STAGE=y the only
remaining user is binaryPI now. Make it simpler.
Change-Id: Ia70c5c85e06c42f965fb7204b633db9b619e2e84
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33957
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/include/program_loading.h')
-rw-r--r-- | src/include/program_loading.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h index 223fc0bef1..5ac74bf238 100644 --- a/src/include/program_loading.h +++ b/src/include/program_loading.h @@ -173,10 +173,6 @@ void run_romstage(void); /* Run ramstage from romstage. */ void run_ramstage(void); -/* Determine where stack for ramstage loader is located. */ -enum { ROMSTAGE_STACK_CBMEM, ROMSTAGE_STACK_LOW_MEM }; -uintptr_t romstage_ram_stack_base(size_t size, int src); - /* Backup OS memory to CBMEM_ID_RESUME on ACPI S3 resume path, * if ramstage overwrites low memory. */ void backup_ramstage_section(uintptr_t base, size_t size); |