summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-08 10:22:07 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-05-08 10:36:33 +0100
commit5e4cddc7077052aa602acc944760bb6691b6d825 (patch)
treed03acdb4b3d68d9a2f5d126deeb60e4ac1c69ad1
parentfbf97165fcdc93094bdeff607a6738d1c633ed9e (diff)
downloadlorries-5e4cddc7077052aa602acc944760bb6691b6d825.tar.gz
More lorries for qemu
-rw-r--r--open-source-lorries/qemu-SLOF.lorry6
-rw-r--r--open-source-lorries/qemu-ipxe.lorry6
-rw-r--r--open-source-lorries/qemu-openbios.lorry6
-rw-r--r--open-source-lorries/qemu-palcode.lorry6
-rw-r--r--open-source-lorries/qemu-seabios.lorry6
-rw-r--r--open-source-lorries/qemu-sgabios.lorry6
-rw-r--r--open-source-lorries/qemu-vgabios.lorry6
7 files changed, 42 insertions, 0 deletions
diff --git a/open-source-lorries/qemu-SLOF.lorry b/open-source-lorries/qemu-SLOF.lorry
new file mode 100644
index 0000000..773f075
--- /dev/null
+++ b/open-source-lorries/qemu-SLOF.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-SLOF": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/SLOF.git"
+ }
+}
diff --git a/open-source-lorries/qemu-ipxe.lorry b/open-source-lorries/qemu-ipxe.lorry
new file mode 100644
index 0000000..a242de5
--- /dev/null
+++ b/open-source-lorries/qemu-ipxe.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-ipxe": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/ipxe.git"
+ }
+}
diff --git a/open-source-lorries/qemu-openbios.lorry b/open-source-lorries/qemu-openbios.lorry
new file mode 100644
index 0000000..4827745
--- /dev/null
+++ b/open-source-lorries/qemu-openbios.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-openbios": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/openbios.git"
+ }
+}
diff --git a/open-source-lorries/qemu-palcode.lorry b/open-source-lorries/qemu-palcode.lorry
new file mode 100644
index 0000000..6a24571
--- /dev/null
+++ b/open-source-lorries/qemu-palcode.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-palcode": {
+ "type": "git",
+ "url": "git://github.com/rth7680/qemu-palcode.git"
+ }
+}
diff --git a/open-source-lorries/qemu-seabios.lorry b/open-source-lorries/qemu-seabios.lorry
new file mode 100644
index 0000000..9598846
--- /dev/null
+++ b/open-source-lorries/qemu-seabios.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-seabios": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/seabios.git/"
+ }
+}
diff --git a/open-source-lorries/qemu-sgabios.lorry b/open-source-lorries/qemu-sgabios.lorry
new file mode 100644
index 0000000..b4529a6
--- /dev/null
+++ b/open-source-lorries/qemu-sgabios.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-sgabios": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/sgabios.git"
+ }
+}
diff --git a/open-source-lorries/qemu-vgabios.lorry b/open-source-lorries/qemu-vgabios.lorry
new file mode 100644
index 0000000..24bc6c7
--- /dev/null
+++ b/open-source-lorries/qemu-vgabios.lorry
@@ -0,0 +1,6 @@
+{
+ "qemu-vgabios": {
+ "type": "git",
+ "url": "git://git.qemu-project.org/vgabios.git/"
+ }
+}