[U-Boot] [PATCH v5 06/14] cpu: add CPU driver for Broadcom MIPS SoCs
Simon Glass
sjg at chromium.org
Mon Apr 24 03:39:02 UTC 2017
On 23 April 2017 at 02:43, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
> v5: Add specific desc functions.
> v4: No changes.
> 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 | 310 ++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 312 insertions(+)
> create mode 100644 drivers/cpu/bmips_cpu.c
Reviewed-by: Simon Glass <sjg at chromium.org>
But please use readl() instead of __raw_readl()
More information about the U-Boot
mailing list