mb/google/zork: use full path of SoC's chip.h
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I50d8c45e711dc62afe6f80e0f66422bcc9924dfd Reviewed-on: https://review.coreboot.org/c/coreboot/+/60202 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
2bfc6c6a42
commit
1ea1e9d13a
|
@ -7,8 +7,8 @@
|
||||||
#include <boardid.h>
|
#include <boardid.h>
|
||||||
#include <ec/google/chromeec/ec.h>
|
#include <ec/google/chromeec/ec.h>
|
||||||
#include <FspmUpd.h>
|
#include <FspmUpd.h>
|
||||||
|
#include <soc/amd/picasso/chip.h>
|
||||||
#include <soc/platform_descriptors.h>
|
#include <soc/platform_descriptors.h>
|
||||||
#include "chip.h"
|
|
||||||
|
|
||||||
const struct soc_amd_gpio *variant_early_gpio_table(size_t *size);
|
const struct soc_amd_gpio *variant_early_gpio_table(size_t *size);
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include <baseboard/variants.h>
|
#include <baseboard/variants.h>
|
||||||
|
#include <soc/amd/picasso/chip.h>
|
||||||
#include <soc/pci_devs.h>
|
#include <soc/pci_devs.h>
|
||||||
#include "chip.h"
|
|
||||||
|
|
||||||
uint32_t usb_oc_map_override[USB_PORT_COUNT] = {
|
uint32_t usb_oc_map_override[USB_PORT_COUNT] = {
|
||||||
USB_OC_PIN_0,
|
USB_OC_PIN_0,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <soc/pci_devs.h>
|
#include <soc/pci_devs.h>
|
||||||
#include <fw_config.h>
|
#include <fw_config.h>
|
||||||
#include <sar.h>
|
#include <sar.h>
|
||||||
#include "chip.h"
|
#include <soc/amd/picasso/chip.h>
|
||||||
|
|
||||||
static const fsp_ddi_descriptor hdmi_ddi_descriptors[] = {
|
static const fsp_ddi_descriptor hdmi_ddi_descriptors[] = {
|
||||||
{ // DDI0, DP0, eDP
|
{ // DDI0, DP0, eDP
|
||||||
|
|
Loading…
Reference in New Issue