Introduced LLC (for TFTP and Console) to the usual networking stack.
authorRick van Rein <vanrein@hwdev.(none)>
Thu, 30 Jun 2011 21:35:14 +0000 (21:35 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Thu, 30 Jun 2011 21:35:14 +0000 (21:35 +0000)
commitb05ce5b72a7778b455cfb99be93705c85385fe2b
tree773701de4de5af7c6d4f5a8ff0d571e39ce3651a
parent6484cffb603826f9a9662eb63ff56b7cbb7eef14
Introduced LLC (for TFTP and Console) to the usual networking stack.
This introduces a few really useful programming facilities:
 1. To be able to download the Flash (and, in some future, upload)
 2. To access a console over Ethernet, displaying bottom_printf()
24 files changed:
TODO
include/0cpm/netfun.h
include/bottom/blackfin.h
src/driver/Makefile
src/driver/soc/tic55x.c [deleted file]
src/function/Makefile
src/function/bootloader.c
src/function/develtest/echo.c
src/function/develtest/keys2display.c
src/function/develtest/netconsole.c
src/function/develtest/switch2led.c
src/function/develtest/timer2led.c
src/function/netconsole.c
src/function/sip6phone/topmain.c
src/kernel/cpu.c
src/kernel/net.c
src/kernel/timer.c
src/net/Makefile
src/net/core.c
src/net/input.c
src/net/llc.c [new file with mode: 0644]
src/net/llconly.c
src/net/reply.c
src/target/Makefile