Skip to content

Commit

Permalink
dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
Browse files Browse the repository at this point in the history
This is a new CPU feature advertising interface that is fine-grained,
extensible, aware of privilege levels, and gives control of features
to all levels of the stack (firmware, hypervisor, and OS).

The design and binding specification is described in detail in doc/.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[stewart: fix maybe-uninitialized warning from older GCC, doc cleanup]
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
npiggin authored and stewartsmith committed Feb 21, 2018
1 parent 08b1929 commit 7f4c8e8
Show file tree
Hide file tree
Showing 9 changed files with 1,391 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/Makefile.inc
Expand Up @@ -9,7 +9,7 @@ CORE_OBJS += vpd.o hostservices.o platform.o nvram.o nvram-format.o hmi.o
CORE_OBJS += console-log.o ipmi.o time-utils.o pel.o pool.o errorlog.o
CORE_OBJS += timer.o i2c.o rtc.o flash.o sensor.o ipmi-opal.o
CORE_OBJS += flash-subpartition.o bitmap.o buddy.o pci-quirk.o powercap.o psr.o
CORE_OBJS += pci-dt-slot.o direct-controls.o
CORE_OBJS += pci-dt-slot.o direct-controls.o cpufeatures.o

ifeq ($(SKIBOOT_GCOV),1)
CORE_OBJS += gcov-profiling.o
Expand Down

0 comments on commit 7f4c8e8

Please sign in to comment.