]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: x86: Add a uclass for a Platform Controller Hub
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:27 +0000 (09:29 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:14 +0000 (11:11 -0600)
commit452f5487536e9d5bf9bb7e515368f6deac7d61f5
treef8ccb7bc81be57f8998bfcb6e64c4fd4f8620931
parentba4575626eddef71b5a8dc26dc4b267918b9438c
dm: x86: Add a uclass for a Platform Controller Hub

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>
arch/x86/cpu/ivybridge/bd82x6x.c
arch/x86/lib/Makefile
arch/x86/lib/pch-uclass.c [new file with mode: 0644]