AGESA f12 f15: Add OEM customisation
Follow-up on commitsa5d72a3and53052fefor f12 and f15. OEM Hooks are not BiosCallOuts. Change-Id: Iab22b0d73282a5a1a5d1344397b4430c0ebb81b5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/14888 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
5003632407
commit
90e63deeba
20 changed files with 287 additions and 535 deletions
|
|
@ -2298,7 +2298,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
|||
#include "OptionsHt.h"
|
||||
#include "OptionHtInstall.h"
|
||||
#include "OptionMemory.h"
|
||||
#include "PlatformMemoryConfiguration.h"
|
||||
#include "OptionMemoryInstall.h"
|
||||
#include "OptionMemoryRecovery.h"
|
||||
#include "OptionMemoryRecoveryInstall.h"
|
||||
|
|
|
|||
|
|
@ -2284,7 +2284,6 @@ CONST UINT32 ROMDATA AmdPlatformTypeCgf = CFG_AMD_PLATFORM_TYPE;
|
|||
#include "OptionsHt.h"
|
||||
#include "OptionHtInstall.h"
|
||||
#include "OptionMemory.h"
|
||||
#include "PlatformMemoryConfiguration.h"
|
||||
#include "OptionMemoryInstall.h"
|
||||
#include "OptionMemoryRecovery.h"
|
||||
#include "OptionMemoryRecoveryInstall.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue