[U-Boot] [PATCH v5 6/8] dm: x86: Add a driver for Intel PCH9
Simon Glass
sjg at chromium.org
Tue Jan 19 04:27:58 CET 2016
Hi Bin,
On 18 January 2016 at 20:26, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>
> The same here, just a :)
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Hmm, should I fix these or do you think they don't matter?
Also, are you going to pick up this series?
>
>> Changes in v5: None
>> Changes in v4: None
>> Changes in v3: None
>> Changes in v2:
>> - Rename the PCH functions
>> - Update the get_version() handle to use an enum
>>
>> drivers/pch/Makefile | 1 +
>> drivers/pch/pch9.c | 43 +++++++++++++++++++++++++++++++++++++++++++
>> 2 files changed, 44 insertions(+)
>> create mode 100644 drivers/pch/pch9.c
>>
>
> Regards,
> Bin
Regards,
Simon
More information about the U-Boot
mailing list