aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
AgeCommit message (Expand)Author
2021-07-13pseries: Update SLOF firmware imageAlexey Kardashevskiy
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC supportBin Meng
2021-06-28pc-bios: Update the palcode-clipper imageRichard Henderson
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth
2021-05-10pc-bios/s390: Update the s390-ccw bios binaries with the Clang and other fixesThomas Huth
2021-05-09pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth
2021-05-09pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé
2021-05-09pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth
2021-05-09pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth
2021-05-09pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth
2021-05-09pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth
2021-05-09pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth
2021-05-09pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer
2021-05-04roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci supportBin Meng
2021-03-16Update OpenBIOS images to 4a004110 built from submodule.Mark Cave-Ayland
2021-03-10pseries: Update SLOF firmware imageAlexey Kardashevskiy
2021-03-04roms/opensbi: Upgrade from v0.8 to v0.9Bin Meng
2021-02-09pc-bios: update mirror URLs to GitLabStefan Hajnoczi
2021-02-08pc-bios/descriptors: fix paths in json filesSergei Trofimovich
2021-02-08pc-bios/meson: Only install EDK2 blob firmwares with system emulationPhilippe Mathieu-Daudé
2021-01-23meson.build: Detect bzip2 programPhilippe Mathieu-Daudé
2021-01-23meson.build: Declare global edk2_targets / install_edk2_blobs variablesPhilippe Mathieu-Daudé
2020-12-15build: -no-pie is no functional linker flagChristian Ehrhardt
2020-11-23pc-bios/s390: Update the s390-ccw bios binariesThomas Huth
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman
2020-11-23pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman
2020-11-20qboot: update to latest upstreamPaolo Bonzini
2020-11-04pc-bios/s390: update s390-ccw bios binariesCornelia Huck
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne
2020-10-26configure: move install_blobs from configure to mesonPaolo Bonzini
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini
2020-10-13Remove superfluous .gitignore filesThomas Huth
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth
2020-10-06pc-bios/s390-ccw: Do not bail out early if not finding a SCSI diskThomas Huth
2020-10-06pc-bios/s390-ccw: Move the inner logic of find_subch() to a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw: Introduce ENODEV define and remove guards of othersThomas Huth
2020-10-06pc-bios/s390-ccw: Move ipl-related code from main() into a separate functionThomas Huth
2020-10-06pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-commonThomas Huth