Re: [U-Boot] [PATCH v2 03/17] dm: x86: Add a uclass for a Platform Controller Hub

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass 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 > --- > > Changes in v2: None > >

[U-Boot] [PATCH v2 03/17] dm: x86: Add a uclass for a Platform Controller Hub

2015-03-26 Thread Simon Glass
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 --- Changes in v2: None arch/x86/cpu/ivybridge/bd82x6x.c | 9 - arch/x86/lib/M