
1 Apr
2015
1 Apr
'15
5:14 a.m.
On 26 March 2015 at 09:29, Simon Glass sjg@chromium.org wrote:
Add a simple uclass for this chip which is often found in x86 systems where the CPU is a separate device.
The device can have children, so make it scan the device tree for these.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/ivybridge/bd82x6x.c | 9 --------- arch/x86/lib/Makefile | 1 + arch/x86/lib/pch-uclass.c | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 arch/x86/lib/pch-uclass.c
Applied to u-boot-dm/next