[U-Boot] [PATCH v2 05/14] cpu: add CPU driver for Broadcom MIPS SoCs
Álvaro Fernández Rojas
noltari at gmail.com
Tue Apr 18 06:45:23 UTC 2017
Hi Simon,
When trying to fix sysreset driver as you suggested I realized that I'm not allocating any size for priv on bmips cpu driver.Should I use priv_auto_alloc for this?(Still learning about u-boot dm...)
On Sun, Apr 16, 2017 at 9:34 PM +0200, "Simon Glass" <sjg at chromium.org> wrote:
On 15 April 2017 at 16:03, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
> ---
> 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 | 271 ++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 273 insertions(+)
> create mode 100644 drivers/cpu/bmips_cpu.c
>
Reviewed-by: Simon Glass
More information about the U-Boot
mailing list