Files
minix/releasetools/rpi-bootloader/bootloader.S
Korobov Nikita e70062feb3 [MAJOR] Add device tree compatibility
Unstable version of device tree compability.
Device tree passes through bootloader, but doesn't parse on this stage.
2017-05-25 08:23:38 +03:00

18 lines
235 B
ArmAsm

.text
.include "releasetools/rpi-bootloader/bootloader_common.S"
.align 4
argv:
.word argv0
.word argv1
.word 0x0
argv0:
.asciz "0x00200000"
argv1:
.asciz "board_name=RPI_2_B console=tty00"
.data
.align 4
.space 256
stack_top: