summaryrefslogtreecommitdiffstats
path: root/builddeps
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps')
-rwxr-xr-xbuilddeps17
1 files changed, 16 insertions, 1 deletions
diff --git a/builddeps b/builddeps
index 6e57e98..57697da 100755
--- a/builddeps
+++ b/builddeps
@@ -2,7 +2,7 @@
# builddeps script: builds the dependencies needed for 'build' to compile the ROM images
#
-# Copyright (C) 2014 Francis Rowe
+# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -52,6 +52,21 @@
./builddeps-flashrom
+# Build SeaBIOS (legacy X86 BIOS payload for coreboot)
+# --------------------------------------------------------------------
+
+./builddeps-seabios
+
+# Build GRUB Invaders
+# --------------------------------------------------------------------
+
+./builddeps-grubinvaders
+
+# Build i945-pwm
+# --------------------------------------------------------------------
+
+./builddeps-i945pwm
+
# ------------------- DONE ----------------------