aboutsummaryrefslogtreecommitdiff
path: root/stand/uboot/lib/net.c
Commit message (Collapse)AuthorAgeFilesLines
* stand/uboot: reorgWarner Losh2021-12-151-364/+0
| | | | | | | | | | | | | | | | | | | Build uboot ubldr and friends like we build efi binaries o move everything to be under stand/uboot o md code goes in arch/$ARCH o move everything over from the library - Had to rename console.c, disk.c and module.c due to conflicts o update version to 1.5 to reflect the new way of building This results in a more consistent build system and should represent no functional change, apart from powerpc version getting new help file. Also, moved to exlcuding uboot on powerpc64le by using BROKEN_OPTION instead of the incidental exclusion we had before due to Makefile reorgs. Sponsored by: Netflix Feedback by: stevek, jrtc27 Differential Revision: https://reviews.freebsd.org/D33362
* stand/uboot: fix setting of gateip.s_addrSimon J. Gerraty2020-06-011-1/+1
| | | | | | | | | | Missplaced paren. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=361710
* Backout 356693. The libsa malloc does provide necessary alignment andToomas Soome2020-01-131-1/+1
| | | | | | | | memalign by 4 will reduce alignment for some platforms. Thanks for Ian for pointing this out. Notes: svn path=/head/; revision=356700
* loader: allocate properly aligned buffer for network packetToomas Soome2020-01-131-1/+1
| | | | | | | | | Use memalign(4, size) to ensure we have properly aligned buffer. MFC after: 2 weeks Notes: svn path=/head/; revision=356693
* The libstand's panic() appends its own '\n' to the message, so that users of ↵Maxim Sobolev2018-11-291-2/+2
| | | | | | | | | | | the API don't need to supply one. MFC after: 2 weeks Notes: svn path=/head/; revision=341253
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-0/+364
Sponsored by: Netflix Notes: svn path=/head/; revision=325834