]> Git Repo - qemu.git/commitdiff
target-alpha: Add custom PALcode image for CLIPPER emulation.
authorRichard Henderson <[email protected]>
Fri, 24 Jun 2011 18:58:37 +0000 (11:58 -0700)
committerRichard Henderson <[email protected]>
Sat, 8 Oct 2011 15:46:03 +0000 (08:46 -0700)
Signed-off-by: Richard Henderson <[email protected]>
.gitmodules
Makefile
configure
pc-bios/README
pc-bios/palcode-clipper [new file with mode: 0755]
roms/qemu-palcode [new submodule]

index c3faa3879038ee81b918484f69dc070ddfad3e06..2a43dbcd7cc8944cf8d7ec952528bc8e40c107a4 100644 (file)
@@ -13,3 +13,6 @@
 [submodule "roms/openbios"]
        path = roms/openbios
        url = git://git.qemu.org/openbios.git
+[submodule "roms/qemu-palcode"]
+       path = roms/qemu-palcode
+       url = git://repo.or.cz/qemu-palcode.git
index 6ed3194fd764fd25aec783a6a4154370c0069fe9..8b6c19a0a5c5a86fb93d628ae72ef69826bd487c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,8 @@ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
 mpc8544ds.dtb \
 multiboot.bin linuxboot.bin \
 s390-zipl.rom \
-spapr-rtas.bin slof.bin
+spapr-rtas.bin slof.bin \
+palcode-clipper
 else
 BLOBS=
 endif
index 29cdd752a96ba3ebb858b18a9c72e62458c6eb0c..9b4fe34fcef9768bc0d14ac841b65857904b8f71 100755 (executable)
--- a/configure
+++ b/configure
@@ -3618,7 +3618,13 @@ FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
 FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
 FILES="$FILES pc-bios/spapr-rtas/Makefile"
 FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
-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
+for bios_file in \
+    $source_path/pc-bios/*.bin \
+    $source_path/pc-bios/*.rom \
+    $source_path/pc-bios/*.dtb \
+    $source_path/pc-bios/openbios-* \
+    $source_path/pc-bios/palcode-*
+do
     FILES="$FILES pc-bios/`basename $bios_file`"
 done
 mkdir -p $DIRS
index 02651fe224f690fd8b05e469b2f2202591c779e1..4d1d816fdbe899a3e5cda6cef0e19df884681eb4 100644 (file)
@@ -32,3 +32,6 @@
 - The S390 zipl loader is an addition to the official IBM s390-tools
   package. That fork is maintained in its own git repository at:
   git://repo.or.cz/s390-tools.git
+
+- The sources for the Alpha palcode image is available from:
+  git://repo.or.cz/qemu-palcode.git
diff --git a/pc-bios/palcode-clipper b/pc-bios/palcode-clipper
new file mode 100755 (executable)
index 0000000..a92372c
Binary files /dev/null and b/pc-bios/palcode-clipper differ
diff --git a/roms/qemu-palcode b/roms/qemu-palcode
new file mode 160000 (submodule)
index 0000000..7abb12f
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 7abb12f60eb3069019e9497e193733d77d8f0722
This page took 0.03884 seconds and 4 git commands to generate.