Commits on Apr 29, 2018

  1. configs: fix PXE ROM PCI ID and remove apu2-documentaiton dependency

    Change-Id: Iec6fb7c3f1332226fcc23717125acc6274b03aa8
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed Apr 29, 2018
    Copy the full SHA
    8e3220c View commit details
    Browse the repository at this point in the history
  2. util/cbfstool/lz4frame.c: Add comment to fall through

    GCC7 has a new feature called -Wimplicit-fallthrough enabled by
    default which checks for fallthrough in switch statements which is a
    common error. When a fallthrough is actually intended a comment saying
    so will satisfy GCC.
    
    Fixes cbfstool not building with GCC7.
    
    Change-Id: I83252fc96be7ce0971d4251b0fc88fbbd7440e71
    Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
    Reviewed-on: https://review.coreboot.org/20036
    Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
    Reviewed-by: Nico Huber <nico.h@gmx.de>
    Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
    ArthurHeymans authored and pietrushnic committed Apr 29, 2018
    Copy the full SHA
    a9731f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. .gitlab-ci.yml: migrate infrastructure to support new fw-builder

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Apr 30, 2018
    Copy the full SHA
    161a6a3 View commit details
    Browse the repository at this point in the history
  2. configs: get rid of apu2-documentation dependency for apu1

    Change-Id: I67953f363e7d42ca3783c166342e4b78a243a82b
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed Apr 30, 2018
    Copy the full SHA
    564f6f3 View commit details
    Browse the repository at this point in the history
  3. .gitlab-ci.yml: fix RELEASE_DIR

    Change-Id: I326068838676d9218d116e98aeaa1c3e4999bf91
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed Apr 30, 2018
    Copy the full SHA
    2c0ef71 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Merge pull request #127 from pcengines/coreboot-sdk-support-4.6.9

    Coreboot sdk support 4.6.9
    miczyg1 committed May 1, 2018
    Copy the full SHA
    5950997 View commit details
    Browse the repository at this point in the history
  2. .gitlab-ci.yml: change RELEASE_DIR to /home/coreboot/release and add …

    …debugging echo
    
    Change-Id: I4966653fc869994baaa48bc1425977caf739e7e2
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed May 1, 2018
    Copy the full SHA
    4ede01a View commit details
    Browse the repository at this point in the history
  3. .gitlab-ci.yml: extend debugging logs

    Change-Id: I82311dedf610b82fadb821cf0124a4d19a4a79ad
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed May 1, 2018
    Copy the full SHA
    6ac2cff View commit details
    Browse the repository at this point in the history
  4. .gitlab-ci.yml: add dependencies and more debug info

    Change-Id: I56cf84fd8524d761f106a7b4b68677ab0427930e
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed May 1, 2018
    Copy the full SHA
    a3b9a62 View commit details
    Browse the repository at this point in the history
  5. .gitlab-ci.yml: use workspace directory for artifacts

    Change-Id: Ie65fd2dfb79a5f08c9dbaf54d281aa4ba13be97b
    Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
    pietrushnic committed May 1, 2018
    Copy the full SHA
    b2a6462 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. mb/pcengines/apu2: add microcode blob

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    745451e View commit details
    Browse the repository at this point in the history
  2. src/cpu/amd: add initial infrastructure and options to include microcode

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    b56bed9 View commit details
    Browse the repository at this point in the history
  3. src/cpu/amd: implement microcode update procedure for family 16h

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    86fa4ad View commit details
    Browse the repository at this point in the history
  4. mb/pcengines/apu2/microcode_amd: change blob to raw, unmodified binary

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    814caea View commit details
    Browse the repository at this point in the history
  5. src/cpu/amd: distinguish microcode update procedure for fam16h and fa…

    …m10h-15h
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    c399d78 View commit details
    Browse the repository at this point in the history
  6. mb/pcengines/apu2/romstage.c: update microcode if corresponding optio…

    …n is selected
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 8, 2018
    Copy the full SHA
    369109a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. gitlab-ci.yml: add possibility to build from branches

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    7fe36b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from pcengines/pce_fw_builder_support

    Pce fw builder support
    pietrushnic committed May 10, 2018
    Copy the full SHA
    a6bb1ac View commit details
    Browse the repository at this point in the history
  3. gitlab-ci.yml: use latest tag for pce-fw-builder

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    60e56c4 View commit details
    Browse the repository at this point in the history
  4. src/cpu/amd/pi/00730F01/Kconfig: remove the option to add microcode

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    040c011 View commit details
    Browse the repository at this point in the history
  5. src/cpu/amd: move update microcode procedure to 00730F01 folder

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    e268e70 View commit details
    Browse the repository at this point in the history
  6. src/cpu/amd/pi/00730F01/microcode_fam16h.c: change the name of microc…

    …ode blob to look for
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    bfc0e06 View commit details
    Browse the repository at this point in the history
  7. src/cpu: add option to include raw microcode binary to CBFS

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    ee1228c View commit details
    Browse the repository at this point in the history
  8. src/cpu/amd/pi/00730F01/Kconfig: select option that model 00730F01 su…

    …pport ucode in CBFS
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    0627638 View commit details
    Browse the repository at this point in the history
  9. mb/pcengines/apu: try to update microcode by default

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    af13e8a View commit details
    Browse the repository at this point in the history
  10. src/mainboard/pcengines/apu2/microcode_amd: remove the blob

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    0779e42 View commit details
    Browse the repository at this point in the history
  11. src/cpu/amd: cleanup old include microcode option

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    1e05f29 View commit details
    Browse the repository at this point in the history
  12. src/cpu/amd/pi/00730F01/update_microcode.c: correct comment format

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 10, 2018
    Copy the full SHA
    bbd2cab View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. CHANGELOG.md: update v4.6.9 release info

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 11, 2018
    Copy the full SHA
    06f3828 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from pcengines/update-builder

    gitlab-ci.yml: use latest tag for pce-fw-builder
    pietrushnic committed May 11, 2018
    Copy the full SHA
    bea7b6f View commit details
    Browse the repository at this point in the history
  3. CHANGELOG.md: remove IOMMu from release info

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 11, 2018
    Copy the full SHA
    7d4a75f View commit details
    Browse the repository at this point in the history
  4. src/mainboard/pcengines/apu2/mainboard.c: fix operands lengths in com…

    …parison
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 11, 2018
    Copy the full SHA
    a834ee8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #141 from pcengines/serial_number_fix

    src/mainboard/pcengines/apu2/mainboard.c: fix operands lengths in com…
    miczyg1 committed May 11, 2018
    Copy the full SHA
    0061b67 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG: add info about serial number fix

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 11, 2018
    Copy the full SHA
    643a077 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #139 from pcengines/update-changelog

    CHANGELOG.md: update v4.6.9 release info
    pietrushnic committed May 11, 2018
    Copy the full SHA
    ffbbba2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #132 from pcengines/add_ucode

    Add microcode update
    miczyg1 committed May 11, 2018
    Copy the full SHA
    6f9b721 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #143 from pcengines/rel_v4.6.9

    Rel v4.6.9
    miczyg1 committed May 11, 2018
    Copy the full SHA
    c3314b1 View commit details
    Browse the repository at this point in the history