[U-Boot] [PATCH v6 09/14] MIPS: add support for Broadcom MIPS BCM6358 SoC family
Simon Glass
sjg at chromium.org
Sat Apr 29 00:27:17 UTC 2017
On 24 April 2017 at 16:39, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
> v6: Several improvements:
> - Rename and shrink reset_cntl syscon to pll_cntl.
> - Reorder include config defines.
> v5: No changes.
> v4: No changes.
> v3: Add cfi-flash defines.
> v2: Introduce changes suggested by Daniel Schwierzeck:
> - Split BMIPS support patches.
> - Add PERF_BASE to cpus.
> - Merge with "fix ioremap for BCM6358" patch.
> - Add a custom ioremap.h instead of modifying the generic one.
>
> arch/mips/dts/brcm,bcm6358.dtsi | 98 ++++++++++++++++++++++++++++++++++
> arch/mips/mach-bmips/Kconfig | 18 ++++++-
> arch/mips/mach-bmips/include/ioremap.h | 45 ++++++++++++++++
> include/configs/bmips_bcm6358.h | 30 +++++++++++
> 4 files changed, 190 insertions(+), 1 deletion(-)
> create mode 100644 arch/mips/dts/brcm,bcm6358.dtsi
> create mode 100644 arch/mips/mach-bmips/include/ioremap.h
> create mode 100644 include/configs/bmips_bcm6358.h
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list