summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-11 09:13:00 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-11 09:13:00 +0200
commit5956c12aea578cd9ad063e8ceca992bb7c4d0095 (patch)
tree34cc51f8bfc454166d010f1a05c7eafec00ab637
parente0a939506d341aea9c10cc7df47718c0a955ec25 (diff)
downloadjenkins.debian.net-5956c12aea578cd9ad063e8ceca992bb7c4d0095.tar.xz
reproducible coreboot…
-rw-r--r--TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4d619f3f..cd5b2c05 100644
--- a/TODO
+++ b/TODO
@@ -235,9 +235,18 @@ egrep -R -l '(debbindiff had trouble comparing|maybe there is still )' /var/lib/
* coreboot
** add more variations: domain+hostname, uid+gid, USER, UTS namespace
-** split into two jobs, one to build the toolchain, the other to test, keep the git repo and update it. run both jobs weekly.
+** split into two jobs? one to build the toolchain, the other to test, keep the git repo and update it. run both jobs weekly.
*** call script with "init" or "run-tests"
-*** not sure how to best keep the git repo and the toolchain (not on tmpfs) while building in tmpfs...
+*** not sure how to best keep the git repo and the toolchain (not on tmpfs) while building in tmpfs... maybe just do it in one job...
+** build the docs?
+** also build with payloads. x86 use seabios as default, arm boards dont have a default. grub is another payload. and these: bayou coreinfo external filo libpayload nvramcui - and:
+*** CONFIG_PAYLOAD_NONE=y
+*** CONFIG_PAYLOAD_ELF is not set
+*** CONFIG_PAYLOAD_LINUX is not set
+*** CONFIG_PAYLOAD_SEABIOS is not set
+*** CONFIG_PAYLOAD_FILO is not set
+*** CONFIG_PAYLOAD_GRUB2 is not set
+*** CONFIG_PAYLOAD_TIANOCORE is not set
* openwrt
----