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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: pcengines/seabios
base: rel-1.12.1.1
Choose a base ref
head repository: pcengines/seabios
compare: rel-1.12.1.2
Choose a head ref
  • 11 commits
  • 5 files changed
  • 1 contributor

Commits on May 20, 2019

  1. src/hw/sdcard.c: increase SD PIO timeout for SD 3.0 mode

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 20, 2019
    Copy the full SHA
    a3b6cdf View commit details
    Browse the repository at this point in the history
  2. src/hw/usb-xhci.c: lower the hub detect debug level

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

Commits on May 21, 2019

  1. src/block.c: initialize SD card later

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

Commits on May 22, 2019

  1. src/boot.c: Add fallback boot function

    Do not boot secondary payloads from CBFS unless at least one HDD/USB/SD card
    is present.
    
    Allow booting next hard disk devices according to bootorder when previous
    device fails. This mechanism works only if MBR signature is not valid
    (no partitions on the disk). If MBR has valid signature, but contains
    garbage, SeaBIOS will execute it and get stuck (as it was up till now)
    due to legacy BIOS and MBR limitation (cannot verify if MBR code is valid).
    As a solution one may clear the first 512 bytes of HDD to clear MBR of the
    unused devices.
    
    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed May 22, 2019
    Copy the full SHA
    ae13bc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from pcengines/harddisk_fallback_boot

    src/boot.c: Add fallback boot function
    miczyg1 committed May 22, 2019
    Copy the full SHA
    182368a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. src/hw/sdcard.c: wait for card presence

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

Commits on May 30, 2019

  1. Merge pull request #42 from pcengines/sd3_0_pio_timeout_

    src/hw/sdcard.c: increase SD PIO timeout for SD 3.0 mode
    miczyg1 committed May 30, 2019
    Copy the full SHA
    628bb16 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. CHANGELOG.md: add rel-1.12.1.2 release info

    Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    b7454b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from pcengines/changelog_update

    CHANGELOG.md: add rel-1.12.1.2 release info
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    750bf36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from pcengines/rel_1.12.1.2

    Rel 1.12.1.2
    miczyg1 committed Jun 4, 2019
    Copy the full SHA
    171da70 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG.md: fix release link

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