SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
edminiv2: switch to SPLED Mini V2 is based on Orion 5x which boots at fixedaddress 0xFFFF0000 in NOR Flash. Place SPL there, andswitch U-Boot from .bin to .img format, stored inNOR Flash at 0xFF
edminiv2: switch to SPLED Mini V2 is based on Orion 5x which boots at fixedaddress 0xFFFF0000 in NOR Flash. Place SPL there, andswitch U-Boot from .bin to .img format, stored inNOR Flash at 0xFFF90000.Note: this patch was tested on HW and works, i.e.it boots U-Boot properly, but SPL console outputcurrently does not appear, due to GD being trashedby arch/arm/lib/spl.c. This trashing is soon to beremoved, and then ED Mini V2 SPL console output willbecome visible.Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
ARM: orion5x: move SoC headers to mach-orion5x/include/machMove arch/arm/include/asm/arch-orion5x/* -> arch/arm/mach-orion5x/include/mach/*Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.
ARM: orion5x: move SoC headers to mach-orion5x/include/machMove arch/arm/include/asm/arch-orion5x/* -> arch/arm/mach-orion5x/include/mach/*Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk <wd@denx.de>[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini <trini@ti.com>
ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.hinclude/common.h has the reset_cpu defined already. No need tore-define here.Signed-off-by: Dinh Nguyen <dinguyen@altera.com>S
ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.hinclude/common.h has the reset_cpu defined already. No need tore-define here.Signed-off-by: Dinh Nguyen <dinguyen@altera.com>Signed-off-by: Pavel Machek <pavel@denx.de>Acked-By: Prafulla Wadaskar <Prafulla@marvell.com>
orion5x: add USB host ehci-marvell supportSigned-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
ARM: orion5x: reduce dependence of including platform fileFor files like the drivers/serial/serial.c, it must include theplatform file, as the CONFIG_SYS_NS16550_COM1 must reference tothe definit
ARM: orion5x: reduce dependence of including platform fileFor files like the drivers/serial/serial.c, it must include theplatform file, as the CONFIG_SYS_NS16550_COM1 must reference tothe definition in the platform definition files.Include the platform definition file in the config file, so that itwould decouple the dependence for the driver files.Signed-off-by: Lei Wen <leiwen@marvell.com>
Replace obsolete e-mail addressSigned-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Orion5x: Correct DRAM bank detection
orion5x: fix relocation-incompatible codeSigned-off-by: Albert Aribaud <albert.aribaud@free.fr>
orion5x: fix comment-in-comment typo in cpu.hSigned-off-by: Albert Aribaud <albert.aribaud@free.fr>
orion5x: allow overriding default mappings windowsTurn all ORION5X_DEF{ADR,SZ}_xxx macros into ORION5X_{ADR,SZ}_xxxand allow defining them from board code to override defaults. Thisis particularl
orion5x: allow overriding default mappings windowsTurn all ORION5X_DEF{ADR,SZ}_xxx macros into ORION5X_{ADR,SZ}_xxxand allow defining them from board code to override defaults. Thisis particularly useful for defining board-specific FLASH addressand size in board header file rather than having to tweak orion5xcode.Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
cmd_ide: add support for orion5xAdd MVSATAHC definitions to orion5x.Add support for orion5x in cmd_ide.Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
mvgbe: add support for orion5x GbE controllerAdd definitions and initialization in orion5x for mvgbe.Add orion5x in mvgbe SoC includes.Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>Acke
mvgbe: add support for orion5x GbE controllerAdd definitions and initialization in orion5x for mvgbe.Add orion5x in mvgbe SoC includes.Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>Acked-by: Prafulla Wadaskar <prafulla@marvell.com>Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Initial support for Marvell Orion5x SoCThis patch adds support for the Marvell Orion5x SoC.It has no use alone, and must be followed by a patchto add Orion5x support for serial, then support for
Initial support for Marvell Orion5x SoCThis patch adds support for the Marvell Orion5x SoC.It has no use alone, and must be followed by a patchto add Orion5x support for serial, then support forthe ED Mini V2, an Orion5x-based product from LaCie.Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>