]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2022-12-05-add-IPv6-support'
authorTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 18:28:22 +0000 (13:28 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 5 Dec 2022 18:28:22 +0000 (13:28 -0500)
commit84e96dd42e79b9a3760dd9c1e5ecac740caea0e9
tree9df20918981d508e1c9f8b27533abce955073889
parent9ac98a4d0259964f16d7469708926b761e539856
parent070829ccb15e8fe60ce774a6a5b6a1b1e238957e
Merge branch '2022-12-05-add-IPv6-support'

To quote the author:
This patch set adds basic IPv6 support to U-boot.
It is based on Chris's Packham patches
(https://lists.denx.de/pipermail/u-boot/2017-January/279366.html)
Chris's patches were taken as base. There were efforts to launch it on
HiFive SiFive Unmatched board but the board didn't work well. The code was
refactored, fixed some bugs as CRC for little-endian, some parts were implemented in
our own way, something was taken from Linux. Finally we did manual tests and the
board worked well.

Testing was done on HiFive SiFive Unmatched board (RISC-V)