Commits (16)
-
Felix Held authored
gpe_configure_sci has a size_t type parameter, so we need to include types.h instead of stdint.h here. Signed-off-by:
Felix Held <felix-coreboot@felixheld.de> Change-Id: I2879d5cf27c432871a2b9c5c90bdd539b97f9d3e Reviewed-on: https://review.coreboot.org/c/coreboot/+/51414Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Marshall Dawson <marshalldawson3rd@gmail.com>
8494d8a1 -
Felix Held authored
Signed-off-by:
Felix Held <felix-coreboot@felixheld.de> Change-Id: I32fd9b7165306266613e8497b5d07473b5fea02d Reviewed-on: https://review.coreboot.org/c/coreboot/+/51415Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Marshall Dawson <marshalldawson3rd@gmail.com>
e77d9393 -
Felix Held authored
Signed-off-by:
Felix Held <felix-coreboot@felixheld.de> Change-Id: I6fb53d88a840a782af7502660ff85205f84523b8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51416Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Marshall Dawson <marshalldawson3rd@gmail.com>
7d3df29c -
Nikolai Vyssotski authored
This UPD will be used to pass VBIOS buffer pointer to FSP PEI GOP driver. BUG=b:171234996 BRANCH=Zork Change-Id: I0c5d4a9d96e5c3d47e262072b689ed62e59129b3 Signed-off-by:
Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49866Reviewed-by:
Raul Rangel <rrangel@chromium.org> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
2d24146a -
Nico Huber authored
Rename `set_L1_ss_latency` to what it does: `set_ltr_max_latencies`. TEST=Built google/brya0 with BUILD_TIMELESS=1: no changes. Change-Id: I7008aa18bf80d6709dce1b2d3bfbb5ea407a0574 Signed-off-by:
Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51326Reviewed-by:
Angel Pons <th3fanbus@gmail.com> Reviewed-by:
Aaron Durbin <adurbin@chromium.org> Reviewed-by:
Furquan Shaikh <furquan@google.com> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
a768deae -
Nico Huber authored
Replace the existing, odd looking, unordered definitions used for LTR configuration with the usual names used by upstream libpci. TEST=Built google/brya0 with BUILD_TIMELESS=1: no changes. Fixes: Code looked like UEFI copy-pasta. Header file was a mess. Change-Id: Icf666692e22730e1bdf4bcdada433b3219af568a Signed-off-by:
Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51327Reviewed-by:
Angel Pons <th3fanbus@gmail.com> Reviewed-by:
Aaron Durbin <adurbin@chromium.org> Reviewed-by:
Furquan Shaikh <furquan@google.com> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
c2ffe89f -
Nico Huber authored
The `q35-alpine.cfg` adds a lot of PCIe devices to resemble the topology inside an Intel Alpine Ridge Thunderbolt controller. By no means could this be detected as such a controller. But having a real-world example of such a topology can help to test the allocator and other algorithms on a deeper tree. It adds two levels of PCIe switches (`alpine-root` and `alpine-1`), and two endpoints (a `pci-testdev` and an xHCI controller). It can be added to the default `q35-base.cfg` config, e.g. with: $ make qemu QEMU_EXTRA_CFGS=util/qemu/q35-alpine.cfg Change-Id: Ieab09c5b67a5aafa986e7d68a6c1a974530408b0 Signed-off-by:Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51329Reviewed-by:
Arthur Heymans <arthur@aheymans.xyz> Reviewed-by:
Angel Pons <th3fanbus@gmail.com> Reviewed-by:
Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by:
Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
a6a8df39 -
Mathew King authored
BUG=b:181961514 TEST=builds Signed-off-by:
Mathew King <mathewk@chromium.org> Change-Id: I289a2ad1adc5dcc33c5863d6138f66b9b6dc6590 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51294Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Martin Roth <martinroth@google.com>
7a8108de -
Mathew King authored
Configure early GPIOs in verstage if it is run in PSP otherwise configure them in bootblock. BUG=b:181961514, b:180721208 TEST=builds Signed-off-by:
Mathew King <mathewk@chromium.org> Change-Id: Ib9410089592776ffe198901f2de914fd04bdbade Reviewed-on: https://review.coreboot.org/c/coreboot/+/51348Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Martin Roth <martinroth@google.com>
d490afbe -
Mathew King authored
BUG=b:181961514, b:180721208 TEST=builds Signed-off-by:
Mathew King <mathewk@chromium.org> Change-Id: I0d22de977f09cbf46b28243d9f0c1e9a36e1398f Reviewed-on: https://review.coreboot.org/c/coreboot/+/51295Reviewed-by:
Martin Roth <martinroth@google.com> Reviewed-by:
Justin Frodsham <justin.frodsham@amd.corp-partner.google.com> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
d5baf6d8 -
Mathew King authored
BUG=b:180507937 TEST=guybrush builds without globalnvs in dsdt.asl Signed-off-by:
Mathew King <mathewk@chromium.org> Change-Id: I3ffe94f7b575126e61245bed9c9560313df2d725 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51291Reviewed-by:
Raul Rangel <rrangel@chromium.org> Reviewed-by:
Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by:
build bot (Jenkins) <no-reply@coreboot.org>
fc49adfe -
Mathew King authored
BUG=b:180507937 TEST=builds Signed-off-by:
Mathew King <mathewk@chromium.org> Change-Id: Icb8aba87390475cad7a2a9911c3832a59c987b65 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51240Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Martin Roth <martinroth@google.com>
1ab35a7f -
Nikolai Vyssotski authored
Load VBIOS in pci set_resources to PCI_VGA_RAM_IMAGE_START (0xc0000) since pci_dev_init() will not load it in GOP case (VGA_ROM_RUN is not set). Add Cezanne GFX PID. BUG=b:171234996 BRANCH=Zork Change-Id: I4a6fea9b6cd60c862e15ed2ed539869c0f9bd363 Signed-off-by:
Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49867Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Nico Huber <nico.h@gmx.de> Reviewed-by:
Raul Rangel <rrangel@chromium.org>
b649d6ac -
Nikolai Vyssotski authored
Pass PCI_VGA_RAM_IMAGE_START as VBIOS image pointer for GOP driver. BUG=b:171234996 BRANCH=Zork Change-Id: I49adcacf2abb914e460fbc87b488a22dca8c8af2 Signed-off-by:
Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51420Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Nico Huber <nico.h@gmx.de> Reviewed-by:
Raul Rangel <rrangel@chromium.org>
b6069537 -
Nikolai Vyssotski authored
Pass PCI_VGA_RAM_IMAGE_START as VBIOS image pointer for GOP driver. BUG=b:171234996 Change-Id: I504f808d85d8084e6f32f73cebf02fb0f784cd73 Signed-off-by:
Nikolai Vyssotski <nikolai.vyssotski@amd.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51421Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Nico Huber <nico.h@gmx.de> Reviewed-by:
Raul Rangel <rrangel@chromium.org>
42cd4ddb -
Martin Roth authored
This adds the Guybrush APCBs into the AMD firmware binary. BUG=b:182510885 TEST=Build Signed-off-by:
Martin Roth <martinroth@chromium.org> Change-Id: Iba40cab1d68e9f8d7291e7d715be185a3b6249f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51418Tested-by:
build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by:
Mathew King <mathewk@chromium.org>
99f967b7
Showing
src/soc/amd/cezanne/xhci.c
0 → 100644
util/qemu/q35-alpine.cfg
0 → 100644