mips: octeon: Add bootoctlinux command
authorAaron Williams <awilliams@marvell.com>
Thu, 20 Aug 2020 05:22:03 +0000 (07:22 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 7 Oct 2020 18:25:58 +0000 (20:25 +0200)
commite602dd5238454c4b6c5b01dc83fbfd802de52095
tree41693c8bff8fbd2499b28201f3fdca809b24391c
parent4b43e7e210ae95c6841751ae42a5a45d5c03212b
mips: octeon: Add bootoctlinux command

Octeon needs a platform specific cmd to boot the Linux kernel, as
specific parameters need to be passed and special handling for the
multiple cores (SMP) is needed.

Co-developed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Aaron Williams <awilliams@marvell.com>
Signed-off-by: Stefan Roese <sr@denx.de>
[use gd->ram_base instead of gd->bd->bi_memstart]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/mach-octeon/Makefile
arch/mips/mach-octeon/bootoctlinux.c [new file with mode: 0644]
arch/mips/mach-octeon/include/mach/bootoct_cmd.h [new file with mode: 0644]