mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: amd/gardenia: Remove rev-specific storage setup
Gardenia doesn't have the ability to modify settings depending on the board ID. Original-Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Original-Reviewed-by: Marc Jones <marcj303@gmail.com> (cherry picked from commit 536b4c424e5259ddbd82469f5f426d3189ff3f89) BUG=None BRANCH=None TEST=None Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/17220 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I2c928431306c669735cf735042855e95721bb107 Reviewed-on: https://chromium-review.googlesource.com/422223 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
c26f69da1a
commit
6d729527b0
1 changed files with 0 additions and 8 deletions
|
@ -32,7 +32,6 @@
|
|||
#include "northbridge/amd/pi/dimmSpd.h"
|
||||
#include "northbridge/amd/pi/agesawrapper.h"
|
||||
#include <PlatformMemoryConfiguration.h>
|
||||
#include <boardid.h>
|
||||
|
||||
static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr);
|
||||
|
||||
|
@ -90,13 +89,6 @@ AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr)
|
|||
#endif
|
||||
FchParams_env->Usb.Xhci1Enable = FALSE;
|
||||
FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */
|
||||
|
||||
/* sata configuration */
|
||||
/* SD configuration */
|
||||
/* Rev F has an on-board eMMC, which only supports SD 2.0 */
|
||||
if (board_id() == 'F') {
|
||||
FchParams_env->Sd.SdConfig = SdVer2;
|
||||
}
|
||||
}
|
||||
printk(BIOS_DEBUG, "Done\n");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue