aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
AgeCommit message (Expand)AuthorFilesLines
2021-09-30tests: qtest: bios-tables-test depends on the unpacked edk2 ROMsPaolo Bonzini1-1/+2
2021-09-30meson: unpack edk2 firmware even if --disable-blobsPaolo Bonzini2-3/+3
2021-09-13meson: look up cp and dtrace with find_program()Paolo Bonzini1-1/+2
2021-09-08Update OpenBIOS images to d657b653 built from submodule.Mark Cave-Ayland3-0/+0
2021-08-27ppc/pnv: update skiboot to commit 820d43c0a775.Cédric Le Goater1-0/+0
2021-07-13pseries: Update SLOF firmware imageAlexey Kardashevskiy2-1/+1
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy5-30/+2
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy11-0/+385
2021-07-09roms/u-boot: Bump ppce500 u-boot to v2021.07 to add eTSEC supportBin Meng1-0/+0
2021-06-28pc-bios: Update the palcode-clipper imageRichard Henderson1-0/+0
2021-06-02docs: fix references to docs/devel/s390-dasd-ipl.rstStefano Garzarella1-1/+1
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth4-8/+8
2021-05-10pc-bios/s390: Update the s390-ccw bios binaries with the Clang and other fixesThomas Huth2-0/+0
2021-05-09pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth1-1/+2
2021-05-09pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé1-0/+1
2021-05-09pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth1-2/+2
2021-05-09pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth1-0/+1
2021-05-09pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth1-1/+1
2021-05-09pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth1-2/+2
2021-05-09pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth1-1/+1
2021-05-09pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer1-1/+1
2021-05-04roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci supportBin Meng1-0/+0
2021-03-16Update OpenBIOS images to 4a004110 built from submodule.Mark Cave-Ayland3-0/+0
2021-03-10pseries: Update SLOF firmware imageAlexey Kardashevskiy2-1/+1
2021-03-04roms/opensbi: Upgrade from v0.8 to v0.9Bin Meng4-0/+0
2021-02-09pc-bios: update mirror URLs to GitLabStefan Hajnoczi1-2/+2
2021-02-08pc-bios/descriptors: fix paths in json filesSergei Trofimovich1-1/+1
2021-02-08pc-bios/meson: Only install EDK2 blob firmwares with system emulationPhilippe Mathieu-Daudé1-0/+1
2021-01-23meson.build: Detect bzip2 programPhilippe Mathieu-Daudé1-1/+0
2021-01-23meson.build: Declare global edk2_targets / install_edk2_blobs variablesPhilippe Mathieu-Daudé2-18/+17
2020-12-15build: -no-pie is no functional linker flagChristian Ehrhardt1-1/+0
2020-11-23pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2-0/+0
2020-11-23pc-bios: s390x: Clear out leftover S390EP stringEric Farman3-1/+10
2020-11-23pc-bios: s390x: Ensure Read IPL memory is cleanEric Farman1-0/+3
2020-11-20qboot: update to latest upstreamPaolo Bonzini1-0/+0
2020-11-04pc-bios/s390: update s390-ccw bios binariesCornelia Huck2-0/+0
2020-11-04s390-bios: Skip writing iplb location to low core for ccw iplJason J. Herne1-1/+3
2020-10-26configure: move install_blobs from configure to mesonPaolo Bonzini2-7/+8
2020-10-26configure: move directory options from config-host.mak to mesonPaolo Bonzini2-2/+2
2020-10-13Remove superfluous .gitignore filesThomas Huth1-1/+0
2020-10-06pc-bios/s390: Update the s390-ccw bios binariesThomas Huth2-0/+0
2020-10-06pc-bios: s390x: Go into disabled wait when encountering a PGM exceptionJanosch Frank1-1/+4
2020-10-06pc-bios: s390x: Use reset PSW if avaliableJanosch Frank3-9/+24
2020-10-06pc-bios: s390x: Save PSW reworkJanosch Frank1-20/+13
2020-10-06pc-bios: s390x: Fix bootmap.c zipl component entry data handlingJanosch Frank2-3/+9
2020-10-06pc-bios/s390-ccw: break loop if a null block number is reachedMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw: fix off-by-one errorMarc Hartmayer1-1/+1
2020-10-06pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()Thomas Huth1-1/+0
2020-10-06pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is badThomas Huth2-12/+24
2020-10-06pc-bios/s390-ccw: Scan through all devices if no boot device specifiedThomas Huth1-15/+31