Re: [U-Boot] [PATCH 5/7] dm: x86: Add a driver for Intel PCH7

2015-12-08 Thread Bin Meng
Hi Simon, On Tue, Dec 1, 2015 at 12:11 PM, 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 PCH7. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH 5/7] dm: x86: Add a driver for Intel PCH7

2015-11-30 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 PCH7. Signed-off-by: Simon Glass --- drivers/pch/Makefile | 1 + drivers/pch/pch7.c | 30 ++