Build binaries that will run bare metal. Add enough syscall library to init the uart...
authorDavid Given <dg@cowlark.com>
Fri, 24 May 2013 23:35:29 +0000 (00:35 +0100)
committerDavid Given <dg@cowlark.com>
Fri, 24 May 2013 23:35:29 +0000 (00:35 +0100)
commitec25fec145ab1a0c33e8641af967ed3f8341acfa
tree742d81e61639997cc8c79b6c43751cada072dcda
parent472f7783422bc372c6f018e5a867b67833f83c44
Build binaries that will run bare metal. Add enough syscall library to init the uart and write text.

--HG--
branch : dtrg-videocore
rename : plat/rpi/libsys/libsys.h => plat/rpi/libsys/libsysasm.h
rename : plat/rpi/libsys/_sys_rawread.s => plat/rpi/libsys/phys_to_user.s
rename : plat/rpi/libsys/_sys_rawread.s => plat/rpi/libsys/uart.s
rename : plat/rpi/libsys/_sys_rawread.s => plat/rpi/libsys/user_to_phys.s
plat/rpi/boot.s
plat/rpi/build.mk
plat/rpi/include/pi.h [new file with mode: 0644]
plat/rpi/libsys/libsysasm.h [new file with mode: 0644]
plat/rpi/libsys/phys_to_user.s [new file with mode: 0644]
plat/rpi/libsys/uart.s [new file with mode: 0644]
plat/rpi/libsys/user_to_phys.s [new file with mode: 0644]