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" <s...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
- Re: [U-Boot] [PATCH v2 03/14] MIPS: allow us... Simon Glass
- [U-Boot] [PATCH v2 02/14] sysreset: add syscon-re... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 02/14] sysreset: add ... Simon Glass
- Re: [U-Boot] [PATCH v2 02/14] sysreset: ... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 02/14] sysres... Simon Glass
- Re: [U-Boot] [PATCH v2 02/14] sy... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 07/14] MIPS: add initial infra... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 10/14] MIPS: add support for B... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 05/14] cpu: add CPU driver for... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 05/14] cpu: add CPU d... Simon Glass
- Re: [U-Boot] [PATCH v2 05/14] cpu: add C... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 11/14] MIPS: add BMIPS Comtren... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 13/14] MIPS: add BMIPS Comtren... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 12/14] MIPS: add support for B... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 04/14] serial: add serial driv... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 04/14] serial: add se... Simon Glass
- [U-Boot] [PATCH v2 06/14] ram: add RAM driver for... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 06/14] ram: add RAM d... Simon Glass
- [U-Boot] [PATCH v2 09/14] MIPS: add BMIPS Huawei ... Álvaro Fernández Rojas
- [U-Boot] [PATCH v2 14/14] u-boot.elf: build it fo... Álvaro Fernández Rojas
- Re: [U-Boot] [PATCH v2 14/14] u-boot.elf: bu... Daniel Schwierzeck