summaryrefslogtreecommitdiff
path: root/usr.sbin/mkuboot
AgeCommit message (Collapse)Author
2013-11-11Make sure string and symbol tables are properly aligned.Patrick Wildt
From and with drahn@bitrig, fgs@, syl@ Tested by aalm@, ok fgs@
2013-11-01Fix endianess for big endian architecture.Sylvestre Gallon
Works with macppc. ok miod@
2013-10-28Improve mkuboot's ELF handling. This fixes the problem where mkubootPatrick Wildt
running on 64-bit systems does not create valid images. While there, append kernel symbols at the end of the kernel. ok syl@
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-07-28Let mkuboot recognize native ELF binaries and only output the program headersMiod Vallat
area in this case, to save the need for `objcopy -O binary'; this will make beagle install/upgrade processes easier until they get a native bootloader. Tested by florian@ on panda ES and rapha@ on BeagleBone
2013-05-30Move mkuboot to the proper location.Brandon Mercer
OK jasper@ get it in deraadt@