Commits on Dec 8, 2019

  1. mb/asus/am1i-a: Remove defined and not used ITE_CONFIG_REG_CC

    Change-Id: I934830c09f7996e8f5aae5d5abe9fb6014fb478d
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37569
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    Reviewed-by: Mike Banon <mikebdp2@gmail.com>
    ElyesH authored and felixheld committed Dec 8, 2019
    Copy the full SHA
    dafc78b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. AGESA,binaryPI: Move PORT80 selection to C bootblock

    Because the function is implemented in C, post_code() calls
    from cache_as_ram.S and other early assembly entry files may
    not currently work for cold boots. Assembly implementation
    needs to follow one day.
    
    This effectively removes PORT80 routing from boards with
    ROMCC_BOOTBLOCK.
    
    Change-Id: I71aa94b33bd6f65e243724810472a440e98e0750
    Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37451
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    kmalkki committed Dec 9, 2019
    Copy the full SHA
    657d68b View commit details
    Browse the repository at this point in the history
  2. mb/google/poppy: set detachable system type for nocturne/soraka

    Set the SMBIOS system type to detachable for nocturne and
    soraka variants, to allow the OS to correctly process events.
    
    Change-Id: Ie0ee5ea6666542c0bca2c264b2ed2e6135b78658
    Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37540
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Angel Pons <th3fanbus@gmail.com>
    MrChromebox authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    0bb6447 View commit details
    Browse the repository at this point in the history
  3. mb/intel/kblrvp: Remove hex values from VR settings

    Change the hex values in the VR configuration tables of the Intel Kaby
    Lake RVP boards to the same style that is used in the other mainboards.
    
    Also, correct some numbers in the comment tables that did not match the register values.
    The values in the tables haven't changed.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I77af544d7d88143e19abedb12a13627779c705c6
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37550
    Reviewed-by: Angel Pons <th3fanbus@gmail.com>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    wvervoorn authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    57aa8e3 View commit details
    Browse the repository at this point in the history
  4. EC sync: Properly handle VBERROR return codes from vb2api_ec_sync

    Some return codes were missed when implementing this initially; the vboot
    logic can require the system to command the EC to reboot to its RO, switch
    RW slots or it can require a poweroff of the SoC.  This patch appropriately
    handles these return codes.
    
    BUG=b:145768046
    BRANCH=firmware-hatch-12672.B
    TEST=ODM verified this patch fixes the issues seen.
    
    Change-Id: I2748cf626d49c255cb0274cb336b072dcdf8cded
    Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37562
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Julius Werner <jwerner@chromium.org>
    Tim Wawrzynczak authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    14dd073 View commit details
    Browse the repository at this point in the history
  5. Documentation: Remove redundant 'documentation'

    We are already in documentation so it should be obvious that other
    links point to other documentation.
    
    Change-Id: I7a021a09bdb88418ec85dbf433465f26445057d0
    Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37241
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    ArthurHeymans authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    1bb3303 View commit details
    Browse the repository at this point in the history
  6. Documentation: Move ACPI documentation in a subindex

    Change-Id: I17c5263674b805a73d98aaa3e7090083905e37ef
    Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37242
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    ArthurHeymans authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    edcce07 View commit details
    Browse the repository at this point in the history
  7. mb/google/octopus: Create Foob variant

    This commit creates a foob variant for Octopus. The initial settings
    override the baseboard was copied from variant phaser.
    
    BUG=b:144890301
    BRANCH=octopus
    TEST=emerge-octopus coreboot
    
    Signed-off-by: Peichao Wang <peichao.wang@bitland.corp-partner.google.com>
    Change-Id: Ibcdda4dd0846612f5e98ab454db7144c1caf0507
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37456
    Reviewed-by: Henry Sun <henrysun@google.com>
    Reviewed-by: Marco Chen <marcochen@google.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Peichao Wang authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    3b34db6 View commit details
    Browse the repository at this point in the history
  8. soc/intel/bsw/gpio: Factor out GPI macros

    This patch simplifies some GPIO macros by removing redundant code.
    Also, for the sake of completeness, add two missing macros.
    
    Change-Id: I838efe8b26f60d3e059f4ce18c116aefbc0b0400
    Signed-off-by: Angel Pons <th3fanbus@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37404
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Th3Fanbus authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    96e2a5d View commit details
    Browse the repository at this point in the history
  9. 3rdparts/fsp: Update fsp submodule

    The name for the CoffeeLake FSP.fd was changed to Fsp.fd.
    Therefore the CoffeLake / WhiskeyLake default path was
    changed.
    
    Change-Id: I0f51e378fcaacb25392d8940a342fc968c730157
    Signed-off-by: Johanna Schander <coreboot@mimoja.de>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37564
    Reviewed-by: Felix Singer <felixsinger@posteo.net>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Mimoja authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    0b82b3d View commit details
    Browse the repository at this point in the history
  10. drivers/intel/fsp2_0: Allow to add FSP binaries from repo for IceLake

    This commit is adding a dependency check for the FSP_USE_REPO
    config option which so far was not able to deal with IceLake
    systems.
    
    Change-Id: I29faa8d3acff5680b611951fc193d33f514dc0d3
    Signed-off-by: Johanna Schander <coreboot@mimoja.de>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37561
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Mimoja authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    808f5c3 View commit details
    Browse the repository at this point in the history
  11. util/lint: Update spelling.txt to latest linux version

    Change-Id: Ife90b61d04e32f307a688d81922bdcf6fa57cfc9
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37572
    Reviewed-by: Martin Roth <martinroth@google.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    ElyesH authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    c79efa8 View commit details
    Browse the repository at this point in the history
  12. src/device: Fix typo

    Change-Id: Ibe99264a82fdea0e185907d2d2d4c57078ef3ae4
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37571
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Patrick Georgi <pgeorgi@google.com>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    ElyesH authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    aeff512 View commit details
    Browse the repository at this point in the history
  13. mb/gigabyte/ga-b75m-d3h: Add ga-b75-d3v as a variant

    It is an ATX board similar to existing ga-b75* boards. The major
    difference is the configuration of pci-e ports on PCH, and on-board
    pci-e NIC. (see below)
    
    Tested:
        - CPU i5 3570T
        - Slotted DIMM 8GiB*4 from Kingston
        - usb2 and usb3
        - pci and pci-e ports
        - sata
        - Sound
        - S3
        - AR8161 NIC connected to 1c.2 with mac address burnt in efuse
        - libgfxinit-based graphic init
        - NVRAM options for North and South bridges
        - tpm 1.2 on lpc (similar to ga-b75m-d3h)
        - Linux 4.19.67-2 within Debian GNU/Linux stable, loaded from
          SeaBIOS.
    
    Change-Id: I1a969880e4da02abf8ba73aac60ee1296fe0abf2
    Signed-off-by: Bill XIE <persmule@hardenedlinux.org>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/36992
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
    persmule authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    322635a View commit details
    Browse the repository at this point in the history
  14. mb/lenovo/t420/devicetree: Use subsystemid inheritance

    Change-Id: Ia321f2b974539ac1684173d767dd9eb64060364a
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37284
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    Reviewed-by: Patrick Rudolph <siro@das-labor.org>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    f15f310 View commit details
    Browse the repository at this point in the history
  15. mb/lenovo/t420s/devicetree: Use subsystemid inheritance

    Change-Id: Ia77f0ce89b2234b9c164bb326d76bef98949832a
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37285
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    5ee7e47 View commit details
    Browse the repository at this point in the history
  16. mb/lenovo/l520/devicetree: Use subsystemid inheritance

    Change-Id: I90774e22fb7765f44b6cd4fa05b535236b782023
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37296
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    7e12857 View commit details
    Browse the repository at this point in the history
  17. mb/lenovo/x220/devicetree: Use subsystemid inheritance

    Change-Id: Ia9367d03b6f97f1eb8c35045fd7bb79e5f45b535
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37297
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    289b7d6 View commit details
    Browse the repository at this point in the history
  18. mb/lenovo/x230/devicetree: Use subsystemid inheritance

    Change-Id: I95dbf55b74deca1e035ee1d042f1549d2583e346
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37298
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    bbb00d7 View commit details
    Browse the repository at this point in the history
  19. mb/lenovo/t430/devicetree: Use subsystemid inheritance

    Change-Id: I53e9e1a8381ca51200dc5306eef32442668607a3
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37299
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    07b2fdb View commit details
    Browse the repository at this point in the history
  20. mb/lenovo/t430s/devicetree: Use subsystemid inheritance

    Change-Id: Ifde5d382eb223bd996b9bb909c751e9d5f0a11e5
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37300
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    b8b9786 View commit details
    Browse the repository at this point in the history
  21. mb/lenovo/s230u/devicetree: Use subsystemid inheritance

    Change-Id: I70eabc0b03709409d997ccbe8b8e257d68aec338
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37302
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    abb0ebb View commit details
    Browse the repository at this point in the history
  22. mb/lenovo/w530/devicetree: Use subsystemid inheritance

    Change-Id: I0646b18e823c52109e0fb62c85726622156172b9
    Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37385
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    lemenkov authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    d01b675 View commit details
    Browse the repository at this point in the history
  23. payloads/bayou: remove unhooked payload

    The bayou payload is not attached to the build system in any way, and
    has not been for quite a while. Since selecting it in Kconfig does
    nothing, remove this payload now that coreboot 4.10 has been released.
    
    Change-Id: Icfb18b88e460a4e4b538b7efe907d4eef6c40638
    Signed-off-by: Angel Pons <th3fanbus@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/34565
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: ron minnich <rminnich@gmail.com>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Th3Fanbus authored and pgeorgi committed Dec 9, 2019
    Copy the full SHA
    3979def View commit details
    Browse the repository at this point in the history
  24. binaryPI boards: Bulk remove BINARYPI_LEGACY_WRAPPER remains

    These boards currently have no build-testing, so they degrade
    fast. Apply some of the build-tested changes we know to be
    good from pcengines/apu2 to get them a bit closer to using
    POSTCAR_STAGE=y.
    
    Change-Id: Ibc9a15ed5e91c6dd857f2dd02e37d0979dd6ae90
    Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37373
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    kmalkki committed Dec 9, 2019
    Copy the full SHA
    4841203 View commit details
    Browse the repository at this point in the history
  25. Kconfig: Drop NO_RELOCATABLE_RAMSTAGE

    It's not selected anywhere anymore. Drop it and set the default for
    RELOCATABLE_RAMSTAGE directly.
    
    Change-Id: I580e89525ece39418afeefd6a9d0b89b370ca95f
    Signed-off-by: Nico Huber <nico.h@gmx.de>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37577
    Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
    Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
    Reviewed-by: ron minnich <rminnich@gmail.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    i-c-o-n committed Dec 9, 2019
    Copy the full SHA
    d83bd53 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. include/device/pci_ids: Add Coffeelake U IGD P630

    Change-Id: Ifdb9943e6362b7f29c2079759ea09d7b3a940993
    Signed-off-by: Christian Walter <christian.walter@9elements.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37608
    Reviewed-by: Patrick Rudolph <siro@das-labor.org>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    walterchris authored and siro20 committed Dec 10, 2019
    Copy the full SHA
    19b963c View commit details
    Browse the repository at this point in the history
  2. Documentation: Describe how to deal with snooping https proxies

    Disabling SSL verification is far from optimal, but depending on the
    circumstances may be the most practical way, so describe how to do
    that instead of leaving users confused.
    
    It's also not _that_ bad because git's hashing scheme should uncover
    most attempts to tamper with code, either when checking signed tags
    or when people push (and see lots of modified commits).
    
    State the command in a way that isn't conductive to careless
    copy & paste.
    
    Change-Id: Idbd52ba5d6e8b0f0e891fca16e4159ccef10771a
    Signed-off-by: Patrick Georgi <pgeorgi@google.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37599
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    Reviewed-by: Angel Pons <th3fanbus@gmail.com>
    pgeorgi committed Dec 10, 2019
    Copy the full SHA
    e86ded8 View commit details
    Browse the repository at this point in the history
  3. mainboard/(i945,ich7): Remove commented RCBA32(0x341c) code

    PCIe root port clock gate is already enabled at i945/early_init.c
    Also fix comments when only PCIe root port is enabled.
    
    Change-Id: Ica38529dbdd5cc51b19b426999a1d9f0b678b4f5
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37576
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    ElyesH authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    1374607 View commit details
    Browse the repository at this point in the history
  4. mb/google/kohaku: Update TCC offset setting

    This change sets TCC offset to 10 for kohaku.
    
    BUG=b:144532818
    BRANCH=firmware-hatch-12672.B
    TEST=Checked thermal and performance efficiency internally (b:144532818)
    
    Change-Id: Ia4b53de3a53bc39c1cd0f7626ae23d4c11a7a3db
    Signed-off-by: Seunghwan Kim <sh_.kim@samsung.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37587
    Reviewed-by: Kane Chen <kane.chen@intel.com>
    Reviewed-by: Grace Kao <grace.kao@intel.com>
    Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    shkim117 authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    0a2de7b View commit details
    Browse the repository at this point in the history
  5. sb/amd/{agesa,pi}/hudson: Explicitly enable LPC controller

    Location in hudson_lpc_port80() was called conditionally.
    Also move hudson_lpc_decode() call after enable_acpimmio_decode_pmXX()
    due the change from IO to MMIO using pm_read/write.
    
    Change-Id: I38e94e4b04f0a493052cfd3ffdd0a9c2ac0d07fc
    Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37595
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    kmalkki authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    a244d5e View commit details
    Browse the repository at this point in the history
  6. amdblocks/pci: add common implementation of MMCONF enabling

    Add common function to enable PCI MMCONF base address. Use the common
    function in stoneyridge bootblock.
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    Change-Id: I1bb8b22b282584c421a9fffa3322b2a8e406d037
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37552
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
    miczyg1 authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    200d213 View commit details
    Browse the repository at this point in the history
  7. soc/intel/common: Add Jasperlake Device IDs

    Add Jasperlake SA and PCH IDs
    
    Change-Id: I2c9ec1ee4236184b986d99250f263172c80f7117
    Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37434
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
    Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
    Reviewed-by: V Sowmya <v.sowmya@intel.com>
    ronakkanabar authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    263f129 View commit details
    Browse the repository at this point in the history
  8. mb/{facebook/portwell}: Remove ITE8258_CMD_PORT

    ITE8258_CMD_PORT is used in com_init.c only.
    Replace ITE8258_CMD_PORT by fixed value in the c file.
    ITE8258_DATA_PORT is removed as this isn't used.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I401da3f127db9e65763fd8d115eb274fbadbefbe
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37609
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    18aa6fe View commit details
    Browse the repository at this point in the history
  9. vboot: remove old vboot_fill_handoff function header

    This function was removed in CB:33535.
    
    BUG=b:124141368
    TEST=make clean && make runtests
    BRANCH=none
    
    Change-Id: Ifded75319c92dcbb4befbb3fbecc1cd2df8a9ad0
    Signed-off-by: Joel Kitching <kitching@google.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37588
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Furquan Shaikh <furquan@google.com>
    Reviewed-by: Julius Werner <jwerner@chromium.org>
    Joel Kitching authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    9e052c2 View commit details
    Browse the repository at this point in the history
  10. mb/google/daisy: Move 'PMIC_BUS' to Kconfig

    Change-Id: If40fa38e5b249452a6dacf4a4045b6bd00c27cfa
    Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37580
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Julius Werner <jwerner@chromium.org>
    ElyesH authored and pgeorgi committed Dec 10, 2019
    Copy the full SHA
    1252013 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. mb/google/drallion/variants/drallion: Update thermal configuration fo…

    …r DPTF
    
    Follow thermal table for first tuning.
    
    BUG=b:144464314
    TEST=Built and tested on drallion
    
    Change-Id: I4546622cdc6efb2bf2eb973cfc5c6f22c40cc6ef
    Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/36860
    Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
    Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    John Su authored and furquan-goog committed Dec 11, 2019
    Copy the full SHA
    9484792 View commit details
    Browse the repository at this point in the history
  2. mb/portwell/m107/devicetree.cb: Use IGD_MEMSIZE_32MB

    Make code more readable.
    Replace 1 by IGD_MEMSIZE_32MB for PcdIgdDvmtS0PreAlloc.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I5d84e575935e9e60610e1805e1402f290672b114
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37616
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    8d98d80 View commit details
    Browse the repository at this point in the history
  3. mb/facebook/fbg1701/acpi/ec.asl: Remove header

    File contains header only.
    Remove header leaving an empty file.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I8b1c6b38bd7936cc7af11c13744325bed23a6e83
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37613
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    c8e1c0d View commit details
    Browse the repository at this point in the history
  4. mb/{facebook/portwell}: Define SDCARD_CD in dsdt.asl

    SDCARD_CD is defined in onboard.h but required in ASL only, move this
    define to dsdt.asl.
    Removed the onboard.h file from the ASL files that don use it.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I35b75e0ae2e2bc4ce143aaec6df6016774676095
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37610
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    c1c5354 View commit details
    Browse the repository at this point in the history
  5. mb/portwell/m107/acpi/superio.asl: Correct indent

    Remove the additional tabs on all lines.
    
    BUG=N/A
    TEST=build
    
    Change-Id: I02b1314fe2ae89da3659b198c12df9c30c8a039d
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37611
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    106abb8 View commit details
    Browse the repository at this point in the history
  6. mb/goog/hatch/var/dratini: Tune i2c frequency to 400 KHz

    Tuning i2c frequency for dratini:
    I2C0: 396 KHz
    I2C1: 398 KHz
    I2C3: unused
    I2C4: 394 KHz
    
    BUG=b:145891557
    BRANCH=hatch
    TEST=emerge-hatch coreboot chromeos-bootimage
    
    Change-Id: I1431554fbce5f3ce113ef1a934e39448e7ba321c
    Signed-off-by: Wisley Chen <wisley.chen@quantatw.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37605
    Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
    Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    WisleyChen authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    4217423 View commit details
    Browse the repository at this point in the history
  7. mb/portwell/m107/fadt.c Use get_apic_table_revision

    Fixed value of ACPI_FADT_REV_ACPI_2_0 is replaced by
    get_acpi_table_revision().
    
    BUG=N/A
    TEST=build
    
    Change-Id: I95b0d886b73f94bc880c0e3e7d512211d2d33e21
    Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37612
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    FransHendriks authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    a7ddf4c View commit details
    Browse the repository at this point in the history
  8. soc/intel/Kconfig: Load Tiger Lake SOC Kconfig

    Change-Id: I25463f1b7b5d8242da3decf3e7a7ca54c699d467
    Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37554
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
    Reviewed-by: Furquan Shaikh <furquan@google.com>
    Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    aamirbohra authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    ddb4b0d View commit details
    Browse the repository at this point in the history
  9. soc/intel/tigerlake: add soc implementation for ETR address API

    Add soc_pmc_etr_addr function definition in tigerlake SOC code.
    The function is declared in common soc intel pmc driver.
    
    Change-Id: Icc471b16304c72a9341abdd9797ba3f8d0d3d1bc
    Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37555
    Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
    Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
    Reviewed-by: Ravishankar Sarawadi <ravishankar.sarawadi@intel.corp-partner.google.com>
    Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    aamirbohra authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    e0cdaf0 View commit details
    Browse the repository at this point in the history
  10. soc/intel/tigerlake: Include soc common lpss header file

    Include soc common lpss header file to resolve build error due to
    missing soc_lpss_controllers_list declaration.
    
    Also remove console header since it is unused.
    
    Change-Id: I2b2c82fc7592120993bc483d3061803cf75c7335
    Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37556
    Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
    Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
    Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    aamirbohra authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    86da00d View commit details
    Browse the repository at this point in the history
  11. printf: Automatically prefix %p with 0x

    According to the POSIX standard, %p is supposed to print a pointer "as
    if by %#x", meaning the "0x" prefix should automatically be prepended.
    All other implementations out there (glibc, Linux, even libpayload) do
    this, so we should make coreboot match. This patch changes vtxprintf()
    accordingly and removes any explicit instances of "0x%p" from existing
    format strings.
    
    How to handle zero padding is less clear: the official POSIX definition
    above technically says there should be no automatic zero padding, but in
    practice most other implementations seem to do it and I assume most
    programmers would prefer it. The way chosen here is to always zero-pad
    to 32 bits, even on a 64-bit system. The rationale for this is that even
    on 64-bit systems, coreboot always avoids using any memory above 4GB for
    itself, so in practice all pointers should fit in that range and padding
    everything to 64 bits would just hurt readability. Padding it this way
    also helps pointers that do exceed 4GB (e.g. prints from MMU config on
    some arm64 systems) stand out better from the others.
    
    Change-Id: I0171b52f7288abb40e3fc3c8b874aee14b9bdcd6
    Signed-off-by: Julius Werner <jwerner@chromium.org>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37626
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    Reviewed-by: Patrick Georgi <pgeorgi@google.com>
    Reviewed-by: David Guckian
    jwerner-chromium authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    540a980 View commit details
    Browse the repository at this point in the history
  12. drivers/i2c/rt5663/: fix missing header include

    'struct acpi_gpio' and 'struct acpi_irq' require the inclusion
    of acpi_device.h. The only reason this wasn't caught previously
    is due to the header being included with another driver compiled
    first on the one board using it (google/eve).
    
    Change-Id: I987f0ec6f769e550f3421629e0ef0c579a3d12f9
    Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37539
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    MrChromebox authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    ba8d8f2 View commit details
    Browse the repository at this point in the history
  13. mb/**/hda_verb.c: use denary numerals for lengths

    Denary, also known as "decimal" or "base 10," is the standard
    number system used around the world. Therefore, make use of it.
    
    Change-Id: Ia22705d7629a322292cfd557add9cfadc649c16c
    Signed-off-by: Angel Pons <th3fanbus@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37537
    Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Th3Fanbus authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    e495105 View commit details
    Browse the repository at this point in the history
  14. vc/amd/pi: Allow 00670F00 to build with no binaryPI

    Make the default binaryPI image strings for all stoneyridge-based
    APUs depend on USE_AMD_BLOBS.  Ensure the build completes without
    names, and without images.
    
    Change-Id: I74a38efa2a4ad2f9f12a1f8e7fb8694d0ab9dd1e
    Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
    Reviewed-on: https://review.coreboot.org/c/coreboot/+/37228
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
    marshall-dawson authored and pgeorgi committed Dec 11, 2019
    Copy the full SHA
    fd6fb28 View commit details
    Browse the repository at this point in the history