[PATCH v7 08/17] x86: apl: Add PUNIT driver
Bin Meng
bmeng.cn at gmail.com
Sun Dec 15 01:40:11 CET 2019
On Mon, Dec 9, 2019 at 8:41 AM Simon Glass <sjg at chromium.org> wrote:
>
> Add a driver for the Apollo Lake P-unit (power unit). It is modelled as a
> syscon driver since it only needs to be probed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v7: None
> Changes in v6:
> - Drop Glacier Lake code
> - Drop platform data and pre-PCI code, since DM PCI is available in SPL
>
> Changes in v5: None
> Changes in v4:
> - Name this P-Unit instead of power unit, in the commit message
> - apollolake -> Apollo Lake
>
> Changes in v3:
> - Use pci_get_devfn()
>
> Changes in v2: None
>
> arch/x86/cpu/apollolake/Makefile | 3 +
> arch/x86/cpu/apollolake/punit.c | 94 ++++++++++++++++++++++++++++++++
> 2 files changed, 97 insertions(+)
> create mode 100644 arch/x86/cpu/apollolake/punit.c
>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list