You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Miao Yan
871a57bb81
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface.
...
The next version VxWorks adopts device tree (for PowerPC and ARM) as its hardware
description mechanism. For PowerPC, the boot interface conforms to
the ePAPR standard, which is:
void (*kernel_entry)(ulong fdt_addr,
ulong r4 /* 0 */,
ulong r5 /* 0 */,
ulong r6 /* EPAPR_MAGIC */, ulong r7 /* IMA size */,
ulong r8 /* 0 */, ulong r9 /* 0 */)
For ARM, the boot interface is:
void (*kernel_entry)(void *fdt_addr)
Signed-off-by: Miao Yan <miao.yan@windriver.com>
[trini: Fix build error when !CONFIG_OF_FDT is set, typo on PowerPC,
missing extern ft_fixup_num_cores]
Signed-off-by: Tom Rini <trini@ti.com>
12 years ago
..
Makefile
ARM: convert makefiles to Kbuild style
12 years ago
_ashldi3.S
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
_ashrdi3.S
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
_divsi3.S
cosmetic: remove empty lines at the top of file
12 years ago
_lshrdi3.S
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
_modsi3.S
cosmetic: remove empty lines at the top of file
12 years ago
_udivsi3.S
Move lib_$ARCH directories to arch/$ARCH/lib
15 years ago
_umodsi3.S
Move lib_$ARCH directories to arch/$ARCH/lib
15 years ago
board.c
Merge branch 'u-boot/master' into u-boot-arm/master
12 years ago
bootm-fdt.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
bootm.c
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface.
12 years ago
cache-cp15.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
cache-pl310.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
cache.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
crt0.S
ARM: use r9 for gd
12 years ago
div0.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
eabi_compat.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
interrupts.c
Coding Style cleanup: remove trailing white space
12 years ago
memcpy.S
arm: lib: memcpy: Do not copy to same address
14 years ago
memset.S
arm: Use optimized memcpy and memset from linux
14 years ago
relocate.S
Coding Style cleanup: replace leading SPACEs by TABs
12 years ago
reset.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
sections.c
Add GPL-2.0+ SPDX-License-Identifier to source files
12 years ago
spl.c
arm: spl: Do not set the stack pointer twice
12 years ago