Re: [U-Boot] [PATCH v4 6/8] dm: x86: Add a driver for Intel PCH9

2016-01-17 Thread Bin Meng
On Sun, Jan 17, 2016 at 7:44 AM, Simon Glass wrote: > At some point we may need to distinguish between different types of PCHs, > but for existing supported platforms we only need to worry about version 7 > and version 9 bridges. Add a driver for the PCH9. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH v4 6/8] dm: x86: Add a driver for Intel PCH9

2016-01-16 Thread Simon Glass
At some point we may need to distinguish between different types of PCHs, but for existing supported platforms we only need to worry about version 7 and version 9 bridges. Add a driver for the PCH9. Signed-off-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: - Rename th