[PATCH v3 28/32] cpu: add basic cpu driver for MediaTek ARM chips

Simon Glass sjg at chromium.org
Fri Sep 9 20:21:13 CEST 2022


On Fri, 9 Sept 2022 at 06:05, Weijie Gao <weijie.gao at mediatek.com> wrote:
>
> Add basic CPU driver used to retrieve CPU model information.
>
> Tested-by: Daniel Golle <daniel at makrotopia.org>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> ---
> v3 changes:
>   Use regmap to read hwver registers
> v2 changes: new
> ---
>  drivers/cpu/Makefile  |  1 +
>  drivers/cpu/mtk_cpu.c | 86 +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 87 insertions(+)
>  create mode 100644 drivers/cpu/mtk_cpu.c
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list