Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreboot/blobs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: WeirdTreeThing/blobs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 27 files changed
  • 4 contributors

Commits on Jun 10, 2023

  1. cpu/intel/stm: Remove blank line at start of README.md

    Change-Id: I2d3ba738bf40ea7ac23ac7a28e4cb3542ce825a5
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    22248b1 View commit details
    Browse the repository at this point in the history
  2. cpu/intel/stm: Remove blank line at end of README.md

    Change-Id: Ica42f20c752997df2c5a0d84e85104812f77b6cb
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    ec80479 View commit details
    Browse the repository at this point in the history
  3. cpu/intel/stm: Use official spelling of *Kaby Lake*

    Change-Id: I8e049931e48eebcf66773bce3126532f0a405b38
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a683e04 View commit details
    Browse the repository at this point in the history
  4. cpu/intel/stm: Use *firmware* over *BIOS*

    Change-Id: Icccdc30db1d473275c93ffdb0bd6d87c14181a2d
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3434921 View commit details
    Browse the repository at this point in the history
  5. cpu/intel/stm: Mark up file name as code/monospace

    Change-Id: Ib86fb06d5b1824ae445fac2ba11a6cc54974e0f0
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    ecad6f8 View commit details
    Browse the repository at this point in the history
  6. cpu/intel/stm: Use URLs so a link is generated

    Change-Id: I21b1f681a3e6def66149b74c62eb9b0c52bd7249
    Signed-off-by: Paul Menzel <[email protected]>
    paulmenzel authored and Paul Menzel committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    ba23e82 View commit details
    Browse the repository at this point in the history
  7. 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
    miczyg1 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    797e7fc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. 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]>
    jpmurphy-google committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a8db7df View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    66eed0b View commit details
    Browse the repository at this point in the history
Loading