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