summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 11:37:43 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-04-08 11:37:43 +0000
commit7e8c9aa271f13f67e4fc4968d2bf6fb8e5b229d7 (patch)
treeb962ba3cc6ce30f32c1d0c37c3210abb6e37b10e /README
parent56a684a2ee52b765fc69ec8c922c3da9d8ab7430 (diff)
downloadcoreboot-staging-7e8c9aa271f13f67e4fc4968d2bf6fb8e5b229d7.zip
coreboot-staging-7e8c9aa271f13f67e4fc4968d2bf6fb8e5b229d7.tar.gz
Replace sconfig with a C implementation.
(smaller, faster, standard parser generator, no more python) Provide precompiled parser, so bison and flex are optional dependencies. Adapt Makefile and abuild (which uses some sconfig file as a magic path) to match. Drop python as dependency from README, and add bison and flex as optional dependencies Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5373 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9438f4b..f56da44 100644
--- a/README
+++ b/README
@@ -34,7 +34,6 @@ Build Requirements
* gcc / g++
* make
- * python
Optional:
@@ -42,6 +41,7 @@ Optional:
* iasl (for targets with ACPI support)
* gdb (for better debugging facilities on some targets)
* ncurses (for 'make menuconfig')
+ * flex and bison (for regenerating parsers)
Building coreboot
OpenPOWER on IntegriCloud