summaryrefslogtreecommitdiffstats
path: root/util/sconfig/sconfig.tab.h_shipped
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-09-03 12:40:15 -0500
committerAaron Durbin <adurbin@google.com>2014-10-07 21:03:25 +0200
commitffda804b52768467ea7b3394a3e2fe9039f87362 (patch)
treeeb8830ed7337316f2776491ba48c27fd5d6b54eb /util/sconfig/sconfig.tab.h_shipped
parenta296f9e3d385d2d310aae1cdfd4a20c592de1d20 (diff)
downloadcoreboot-ffda804b52768467ea7b3394a3e2fe9039f87362.tar.gz
coreboot-ffda804b52768467ea7b3394a3e2fe9039f87362.tar.bz2
coreboot-ffda804b52768467ea7b3394a3e2fe9039f87362.zip
sconfig: add cpu device type
In order to enumerate CPU devices that are non-x86 (read: no lapic) provide a generic 'cpu' device. Change-Id: Ifeafdad8076935c3448784e6958117002509acbf Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/6824 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'util/sconfig/sconfig.tab.h_shipped')
-rw-r--r--util/sconfig/sconfig.tab.h_shipped21
1 files changed, 11 insertions, 10 deletions
diff --git a/util/sconfig/sconfig.tab.h_shipped b/util/sconfig/sconfig.tab.h_shipped
index be651799018d..061abd430987 100644
--- a/util/sconfig/sconfig.tab.h_shipped
+++ b/util/sconfig/sconfig.tab.h_shipped
@@ -52,16 +52,17 @@
I2C = 270,
APIC = 271,
CPU_CLUSTER = 272,
- DOMAIN = 273,
- IRQ = 274,
- DRQ = 275,
- IO = 276,
- NUMBER = 277,
- SUBSYSTEMID = 278,
- INHERIT = 279,
- IOAPIC_IRQ = 280,
- IOAPIC = 281,
- PCIINT = 282
+ CPU = 273,
+ DOMAIN = 274,
+ IRQ = 275,
+ DRQ = 276,
+ IO = 277,
+ NUMBER = 278,
+ SUBSYSTEMID = 279,
+ INHERIT = 280,
+ IOAPIC_IRQ = 281,
+ IOAPIC = 282,
+ PCIINT = 283
};
#endif