Updated distr files.
--HG-- branch : dtrg-videocore rename : mach/i80/.distr => mach/vc4/.distr rename : plat/cpm/.distr => plat/rpi/.distr
This commit is contained in:
31
plat/rpi/.distr
Normal file
31
plat/rpi/.distr
Normal file
@@ -0,0 +1,31 @@
|
||||
descr
|
||||
boot.s
|
||||
build.mk
|
||||
README
|
||||
include/ack/config.h
|
||||
include/sys/select.h
|
||||
include/unistd.h
|
||||
include/pi.h
|
||||
include/termios.h
|
||||
libsys/brk.c
|
||||
libsys/close.c
|
||||
libsys/creat.c
|
||||
libsys/errno.s
|
||||
libsys/getpid.c
|
||||
libsys/_hol0.s
|
||||
libsys/isatty.c
|
||||
libsys/kill.c
|
||||
libsys/libsysasm.h
|
||||
libsys/libsys.h
|
||||
libsys/lseek.c
|
||||
libsys/open.c
|
||||
libsys/pi_phys_to_user.s
|
||||
libsys/pi_uart.s
|
||||
libsys/pi_user_to_phys.s
|
||||
libsys/read.c
|
||||
libsys/select.c
|
||||
libsys/signal.c
|
||||
libsys/tcgetattr.c
|
||||
libsys/tcsetattr.c
|
||||
libsys/time.c
|
||||
libsys/write.c
|
||||
@@ -110,6 +110,10 @@ __exit:
|
||||
.define _pi_kernel_parameters
|
||||
.comm _pi_kernel_parameters, 4
|
||||
|
||||
.define .linenumber, .filename
|
||||
.comm .linenumber, 4 ! current linenumber (used for debugging)
|
||||
.comm .filename, 4 ! ptr to current filename (used for debugging)
|
||||
|
||||
! User stack.
|
||||
|
||||
.comm .stack, STACKSIZE
|
||||
|
||||
Reference in New Issue
Block a user