Age | Commit message (Expand) | Author | Files | Lines |
2021-05-14 | pc-bios/s390-ccw: Fix inline assembly for older versions of Clang | Thomas Huth | 4 | -8/+8 |
2021-05-10 | pc-bios/s390: Update the s390-ccw bios binaries with the Clang and other fixes | Thomas Huth | 2 | -0/+0 |
2021-05-09 | pc-bios/s390-ccw: Allow building with Clang, too | Thomas Huth | 1 | -1/+2 |
2021-05-09 | pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-05-09 | pc-bios/s390-ccw: Fix the cc-option macro in the Makefile | Thomas Huth | 1 | -2/+2 |
2021-05-09 | pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturn | Thomas Huth | 1 | -0/+1 |
2021-05-09 | pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linker | Thomas Huth | 1 | -1/+1 |
2021-05-09 | pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer | Thomas Huth | 1 | -2/+2 |
2021-05-09 | pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang | Thomas Huth | 1 | -1/+1 |
2021-05-09 | pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached | Marc Hartmayer | 1 | -1/+1 |
2021-05-04 | roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci support | Bin Meng | 1 | -0/+0 |
2021-03-16 | Update OpenBIOS images to 4a004110 built from submodule. | Mark Cave-Ayland | 3 | -0/+0 |
2021-03-10 | pseries: Update SLOF firmware image | Alexey Kardashevskiy | 2 | -1/+1 |
2021-03-04 | roms/opensbi: Upgrade from v0.8 to v0.9 | Bin Meng | 4 | -0/+0 |
2021-02-09 | pc-bios: update mirror URLs to GitLab | Stefan Hajnoczi | 1 | -2/+2 |
2021-02-08 | pc-bios/descriptors: fix paths in json files | Sergei Trofimovich | 1 | -1/+1 |
2021-02-08 | pc-bios/meson: Only install EDK2 blob firmwares with system emulation | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-01-23 | meson.build: Detect bzip2 program | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-01-23 | meson.build: Declare global edk2_targets / install_edk2_blobs variables | Philippe Mathieu-Daudé | 2 | -18/+17 |
2020-12-15 | build: -no-pie is no functional linker flag | Christian Ehrhardt | 1 | -1/+0 |
2020-11-23 | pc-bios/s390: Update the s390-ccw bios binaries | Thomas Huth | 2 | -0/+0 |
2020-11-23 | pc-bios: s390x: Clear out leftover S390EP string | Eric Farman | 3 | -1/+10 |
2020-11-23 | pc-bios: s390x: Ensure Read IPL memory is clean | Eric Farman | 1 | -0/+3 |
2020-11-20 | qboot: update to latest upstream | Paolo Bonzini | 1 | -0/+0 |
2020-11-04 | pc-bios/s390: update s390-ccw bios binaries | Cornelia Huck | 2 | -0/+0 |
2020-11-04 | s390-bios: Skip writing iplb location to low core for ccw ipl | Jason J. Herne | 1 | -1/+3 |
2020-10-26 | configure: move install_blobs from configure to meson | Paolo Bonzini | 2 | -7/+8 |
2020-10-26 | configure: move directory options from config-host.mak to meson | Paolo Bonzini | 2 | -2/+2 |
2020-10-13 | Remove superfluous .gitignore files | Thomas Huth | 1 | -1/+0 |
2020-10-06 | pc-bios/s390: Update the s390-ccw bios binaries | Thomas Huth | 2 | -0/+0 |
2020-10-06 | pc-bios: s390x: Go into disabled wait when encountering a PGM exception | Janosch Frank | 1 | -1/+4 |
2020-10-06 | pc-bios: s390x: Use reset PSW if avaliable | Janosch Frank | 3 | -9/+24 |
2020-10-06 | pc-bios: s390x: Save PSW rework | Janosch Frank | 1 | -20/+13 |
2020-10-06 | pc-bios: s390x: Fix bootmap.c zipl component entry data handling | Janosch Frank | 2 | -3/+9 |
2020-10-06 | pc-bios/s390-ccw: break loop if a null block number is reached | Marc Hartmayer | 1 | -1/+1 |
2020-10-06 | pc-bios/s390-ccw: fix off-by-one error | Marc Hartmayer | 1 | -1/+1 |
2020-10-06 | pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel() | Thomas Huth | 1 | -1/+0 |
2020-10-06 | pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad | Thomas Huth | 2 | -12/+24 |
2020-10-06 | pc-bios/s390-ccw: Scan through all devices if no boot device specified | Thomas Huth | 1 | -15/+31 |
2020-10-06 | pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk | Thomas Huth | 5 | -16/+37 |
2020-10-06 | pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate function | Thomas Huth | 1 | -42/+57 |
2020-10-06 | pc-bios/s390-ccw: Introduce ENODEV define and remove guards of others | Thomas Huth | 1 | -4/+2 |
2020-10-06 | pc-bios/s390-ccw: Move ipl-related code from main() into a separate function | Thomas Huth | 1 | -8/+12 |
2020-10-06 | pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common | Thomas Huth | 1 | -3/+4 |
2020-09-30 | meson: fix installation of keymaps | Anthony PERARD | 1 | -0/+2 |
2020-09-17 | seabios: add bios-microvm.bin binary | Gerd Hoffmann | 2 | -0/+1 |
2020-09-17 | microvm: name qboot binary qboot.rom | Gerd Hoffmann | 2 | -1/+1 |
2020-09-14 | roms: Add virtual Boot ROM for NPCM7xx SoCs | Havard Skinnemoen | 3 | -0/+7 |
2020-09-13 | pc-bios: update the README file with edk2-stable202008 information | Laszlo Ersek | 1 | -2/+2 |
2020-09-13 | pc-bios: refresh edk2 build artifacts for edk2-stable202008 | Laszlo Ersek | 6 | -0/+0 |