Revision 753d11f2

b/.gitmodules
13 13
[submodule "roms/openbios"]
14 14
	path = roms/openbios
15 15
	url = git://git.qemu.org/openbios.git
16
[submodule "roms/qemu-palcode"]
17
	path = roms/qemu-palcode
18
	url = git://repo.or.cz/qemu-palcode.git
b/Makefile
251 251
mpc8544ds.dtb \
252 252
multiboot.bin linuxboot.bin \
253 253
s390-zipl.rom \
254
spapr-rtas.bin slof.bin
254
spapr-rtas.bin slof.bin \
255
palcode-clipper
255 256
else
256 257
BLOBS=
257 258
endif
b/configure
3618 3618
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
3619 3619
FILES="$FILES pc-bios/spapr-rtas/Makefile"
3620 3620
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
3621
for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.rom $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do
3621
for bios_file in \
3622
    $source_path/pc-bios/*.bin \
3623
    $source_path/pc-bios/*.rom \
3624
    $source_path/pc-bios/*.dtb \
3625
    $source_path/pc-bios/openbios-* \
3626
    $source_path/pc-bios/palcode-*
3627
do
3622 3628
    FILES="$FILES pc-bios/`basename $bios_file`"
3623 3629
done
3624 3630
mkdir -p $DIRS
b/pc-bios/README
32 32
- The S390 zipl loader is an addition to the official IBM s390-tools
33 33
  package. That fork is maintained in its own git repository at:
34 34
  git://repo.or.cz/s390-tools.git
35

  
36
- The sources for the Alpha palcode image is available from:
37
  git://repo.or.cz/qemu-palcode.git
b/roms/qemu-palcode
1
Subproject commit 7abb12f60eb3069019e9497e193733d77d8f0722

Also available in: Unified diff