-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: coreboot/blobs
base: master
head repository: WeirdTreeThing/blobs
compare: master
- 9 commits
- 27 files changed
- 4 contributors
Commits on Jun 10, 2023
-
cpu/intel/stm: Remove blank line at start of README.md
Change-Id: I2d3ba738bf40ea7ac23ac7a28e4cb3542ce825a5 Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22248b1 - Browse repository at this point
Copy the full SHA 22248b1View commit details -
cpu/intel/stm: Remove blank line at end of README.md
Change-Id: Ica42f20c752997df2c5a0d84e85104812f77b6cb Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec80479 - Browse repository at this point
Copy the full SHA ec80479View commit details -
cpu/intel/stm: Use official spelling of *Kaby Lake*
Change-Id: I8e049931e48eebcf66773bce3126532f0a405b38 Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a683e04 - Browse repository at this point
Copy the full SHA a683e04View commit details -
cpu/intel/stm: Use *firmware* over *BIOS*
Change-Id: Icccdc30db1d473275c93ffdb0bd6d87c14181a2d Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3434921 - Browse repository at this point
Copy the full SHA 3434921View commit details -
cpu/intel/stm: Mark up file name as code/monospace
Change-Id: Ib86fb06d5b1824ae445fac2ba11a6cc54974e0f0 Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecad6f8 - Browse repository at this point
Copy the full SHA ecad6f8View commit details -
cpu/intel/stm: Use URLs so a link is generated
Change-Id: I21b1f681a3e6def66149b74c62eb9b0c52bd7249 Signed-off-by: Paul Menzel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba23e82 - Browse repository at this point
Copy the full SHA ba23e82View commit details -
00730F01/binaryPI: fix firmware table lookup
The bug was discussed in CB:31074, referred to as "off-by-one" error. AGESA looks for ROM signature of the firmware table at 5 offsets instead of all 6 possible offsets. As a result placing the AMD firmware with amdfwtool at offset FFFA0000 will lead to the incorrect xHCI controller initialization by not loading the xHCI firmware from the firmware table. Increase the loop iterations to 6 in order to allow offset FFFA0000 to be checked for ROM signature presence. The goal is to save even more space in the SPI flash by putting the AMD firmware at the highest possible address. The bug was present in both AGESA 1.0.0.A and 1.0.0.4 used by PC Engines apu2 platforms. TEST=Set the AMD FW offset to FFFA0000, build apu2 firmware and check whether xHCI controller appears in lspci on Linux and USB 3.0 devices get enumerated properly. Signed-off-by: Michał Żygowski <[email protected]> Change-Id: I7d81998b34c24d8294c81631224d92133bb67f24
Configuration menu - View commit details
-
Copy full SHA for 797e7fc - Browse repository at this point
Copy the full SHA 797e7fcView commit details
Commits on Jul 24, 2023
-
mb/google: amd projects: Add signed verstage files
Add signed verstage files previously held within the chromium repo to align with our upstream first philosophy. BUG=None TEST=builds Change-Id: I3ce54d2bbd84a9b0b0ed070fde86d91cd0c8c6a9 Signed-off-by: Jon Murphy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8db7df - Browse repository at this point
Copy the full SHA a8db7dfView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66eed0b - Browse repository at this point
Copy the full SHA 66eed0bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master