coreboot-kgpe-d16/util/sconfig
Patrick Georgi 8f625f6e93 Improve the sconfig parser:
- The device tree must start with a chip (not a device)
- It's more clearly visible at which places chip, device, register and resource can be used.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5526 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-05-05 13:13:47 +00:00
..
Makefile.inc Split C code in sconfig's parser into a separate file. 2010-05-05 11:19:50 +00:00
lex.yy.c_shipped Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
main.c sconfig: Make cur_bus and cur_parent local to the parser. 2010-05-05 12:05:25 +00:00
sconfig.h sconfig: Make cur_bus and cur_parent local to the parser. 2010-05-05 12:05:25 +00:00
sconfig.l Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
sconfig.tab.c_shipped Improve the sconfig parser: 2010-05-05 13:13:47 +00:00
sconfig.tab.h_shipped Split C code in sconfig's parser into a separate file. 2010-05-05 11:19:50 +00:00
sconfig.y Improve the sconfig parser: 2010-05-05 13:13:47 +00:00