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

2016-01-18 Thread Bin Meng
On Tue, Jan 19, 2016 at 11:19 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 PCH7. > > Signed-off-by:

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

2016-01-18 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 --- Changes in v5: - Use #define instead of enum

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

2016-01-18 Thread Bin Meng
On Tue, Jan 19, 2016 at 11:26 AM, Bin Meng wrote: > On Tue, Jan 19, 2016 at 11:19 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