drivers/intel/fsp1_0: Drop support
No platform is using this. Change-Id: I3ea6df4d9ce9043755f319f699adc189d754df1f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36985 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
f67c81fc70
commit
15c012181d
11 changed files with 1 additions and 1386 deletions
|
|
@ -97,12 +97,6 @@ static void clear_memory(void *unused)
|
|||
cbmem_get_region(&baseptr, &size);
|
||||
memranges_insert(&mem, (uintptr_t)baseptr, size, BM_MEM_TABLE);
|
||||
|
||||
if (CONFIG(PLATFORM_USES_FSP1_0)) {
|
||||
/* Protect CBMEM pointer */
|
||||
memranges_insert(&mem, CBMEM_FSP_HOB_PTR, sizeof(void *),
|
||||
BM_MEM_TABLE);
|
||||
}
|
||||
|
||||
if (CONFIG(ARCH_X86)) {
|
||||
/* Find space for PAE enabled memset */
|
||||
pgtbl = get_free_memory_range(&mem, MEMSET_PAE_PGTL_ALIGN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue