[U-Boot] [PATCH v3 07/15] cpu: add CPU driver for Broadcom MIPS SoCs

Simon Glass sjg at chromium.org
Wed Apr 19 00:12:21 UTC 2017


On 18 April 2017 at 14:38, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  v3: Several improvements:
>   - Probe driver correctly.
>   - Allocate size for priv struct.
>   - Cosmetic fixes.
>  v2: Introduce changes suggested by Daniel Schwierzeck:
>   - Split BMIPS support patches.
>   - Get register base from DT.
>
>  drivers/cpu/Makefile    |   2 +
>  drivers/cpu/bmips_cpu.c | 280 ++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 282 insertions(+)
>  create mode 100644 drivers/cpu/bmips_cpu.c

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


More information about the U-Boot mailing list