Files
minix/releasetools/rpi-bootloader/bootloader3.S
Jean-Baptiste Boric 61569864b0 kernel: add support for Raspberry Pi 2 and 3
Co-Authored-By: Benjamin Dauphin <benjamin.dauphin@live.fr>
Co-Authored-By: Gilles Henaux <gill.henaux@gmail.com>
2016-06-01 11:11:29 +02:00

19 lines
236 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_3_B console=tty00"
.data
.align 4
.space 256
stack_top: