From 5e4cddc7077052aa602acc944760bb6691b6d825 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 8 May 2014 10:22:07 +0100 Subject: More lorries for qemu --- open-source-lorries/qemu-SLOF.lorry | 6 ++++++ open-source-lorries/qemu-ipxe.lorry | 6 ++++++ open-source-lorries/qemu-openbios.lorry | 6 ++++++ open-source-lorries/qemu-palcode.lorry | 6 ++++++ open-source-lorries/qemu-seabios.lorry | 6 ++++++ open-source-lorries/qemu-sgabios.lorry | 6 ++++++ open-source-lorries/qemu-vgabios.lorry | 6 ++++++ 7 files changed, 42 insertions(+) create mode 100644 open-source-lorries/qemu-SLOF.lorry create mode 100644 open-source-lorries/qemu-ipxe.lorry create mode 100644 open-source-lorries/qemu-openbios.lorry create mode 100644 open-source-lorries/qemu-palcode.lorry create mode 100644 open-source-lorries/qemu-seabios.lorry create mode 100644 open-source-lorries/qemu-sgabios.lorry create mode 100644 open-source-lorries/qemu-vgabios.lorry 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/" + } +} -- cgit v1.2.1