[U-Boot] [PATCH v2 03/17] dm: x86: Add a uclass for a Platform Controller Hub
Simon Glass
sjg at chromium.org
Wed Apr 1 05:14:49 CEST 2015
On 26 March 2015 at 09:29, Simon Glass <sjg at 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 at 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
More information about the U-Boot
mailing list