The first version that was demonstrated to get an IPv6 address
authorRick van Rein <vanrein@hwdev.(none)>
Sat, 25 Jun 2011 10:33:06 +0000 (10:33 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Sat, 25 Jun 2011 10:33:06 +0000 (10:33 +0000)
commit6484cffb603826f9a9662eb63ff56b7cbb7eef14
treeaf5e04d96fca0e12a1e4e0fc11981d76d7dc7c53
parent701cc41370d2942fef8954bf4265576d46a84540
The first version that was demonstrated to get an IPv6 address
on various networks, and (hackfully) show it on the display of
(only) a Grandstream BT200.  Autoboot first tries IPv6 autoconf
then DHCPv6, then falls back to a 6bed4 tunnel.  The first two
options worked on an IPv6-supporting LAN, the latter on a
retro network (aka IPv4-only).
80 files changed:
Makefile
TODO
bin/i2cp/i2cp.c
doc/coding.rst [new file with mode: 0644]
doc/porting.rst
doc/top2bottom.rst
include/0cpm/app.h
include/0cpm/cons.h
include/0cpm/cpu.h
include/0cpm/defaults.h
include/0cpm/event.h
include/0cpm/flash.h [new file with mode: 0644]
include/0cpm/irq.h
include/0cpm/kbd.h
include/0cpm/led.h
include/0cpm/netcmd.h
include/0cpm/netdb.h
include/0cpm/netfun.h
include/0cpm/netinet.h [new file with mode: 0644]
include/0cpm/resource.h
include/0cpm/show.h
include/0cpm/snd.h [new file with mode: 0644]
include/0cpm/timer.h
include/bottom/blackfin.h [new file with mode: 0644]
include/bottom/devel.h [new file with mode: 0644]
include/bottom/grandstream.h
include/bottom/ht162x.h
include/bottom/ksz8842.h
include/bottom/linuxtuntest.h
include/bottom/tic55x.h
include/stdbool.h
src/driver/Makefile
src/driver/ata/si3210.c
src/driver/ht162x.c
src/driver/ksz8842.c
src/driver/net/rtl8019as.c
src/driver/soc/tic54x.c
src/driver/soc/visba3.c
src/driver/tic55x/LICENSE-WARNING.TXT
src/driver/tic55x/dma.c [new file with mode: 0644]
src/driver/tic55x/gpio.c
src/driver/tic55x/grandstream-bt20x.c
src/driver/tic55x/int.c
src/driver/tic55x/isrmap.asm
src/driver/tic55x/timer.c
src/driver/tlv320aic2x.c
src/driver/util/ledsimu.c
src/driver/util/linuxtuntest.c
src/function/Kconfig
src/function/Kconfig.devel
src/function/Makefile
src/function/bootloader.c [new file with mode: 0644]
src/function/bootloader/main.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/app.c
src/kernel/cpu.c
src/kernel/led.c
src/kernel/net.c
src/kernel/resource.c
src/kernel/timer.c
src/net/6bed4.c [new file with mode: 0644]
src/net/Makefile
src/net/core.c
src/net/db.c
src/net/input.c
src/net/llconly.c [new file with mode: 0644]
src/net/reply.c
src/net/send.c
src/phone/app_zero.c
src/target/Kconfig.brand
src/target/Kconfig.platform
src/target/Makefile
src/target/linksys_spa962.h
src/target/smc_dsp20x.h