ack/plat/rpi/libsys
David Given 2054618e75 Add basic termios to the rpi platform to allow echoing/newline translation to be controlled.
--HG--
branch : dtrg-videocore
rename : plat/rpi/include/unistd.h => plat/rpi/include/termios.h
rename : plat/rpi/libsys/write.c => plat/rpi/libsys/tcgetattr.c
rename : plat/rpi/libsys/write.c => plat/rpi/libsys/tcsetattr.c
2013-05-30 23:19:55 +01:00
..
_hol0.s Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
brk.c Heap allocations now works. 2013-05-25 23:28:47 +01:00
close.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
creat.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
errno.s Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
getpid.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
isatty.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
kill.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
libsys.h Add basic termios to the rpi platform to allow echoing/newline translation to be controlled. 2013-05-30 23:19:55 +01:00
libsysasm.h Build binaries that will run bare metal. Add enough syscall library to init the uart and write text. 2013-05-25 00:35:29 +01:00
lseek.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
open.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
pi_phys_to_user.s Renamed the pi-specific functions to be a bit cleaner. 2013-05-26 00:22:39 +01:00
pi_uart.s Allow reading from the mini UART. Add a check to not touch the UART unless it's been initialised (in case of accidents when running in kernel mode). 2013-05-26 18:58:54 +01:00
pi_user_to_phys.s Renamed the pi-specific functions to be a bit cleaner. 2013-05-26 00:22:39 +01:00
read.c Add basic termios to the rpi platform to allow echoing/newline translation to be controlled. 2013-05-30 23:19:55 +01:00
signal.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
tcgetattr.c Add basic termios to the rpi platform to allow echoing/newline translation to be controlled. 2013-05-30 23:19:55 +01:00
tcsetattr.c Add basic termios to the rpi platform to allow echoing/newline translation to be controlled. 2013-05-30 23:19:55 +01:00
time.c Skeleton of VideoCore IV support for the Raspberry Pi. 2013-05-17 00:03:38 +01:00
write.c Add basic termios to the rpi platform to allow echoing/newline translation to be controlled. 2013-05-30 23:19:55 +01:00