IABSD.fr/ports/sysutils/firmware/vmm

Branch :


Log

Author Commit Date CI Message
384eb285 2024-05-06 12:23:55 bump REVISION for py3.10 -> py3.11 switch
fb65d362 2024-02-14 19:36:10 update to seabios 1.16.3; OK mlarkin
47d79d9c 2023-09-19 20:00:01 use SITES/DIST_TUPLE
942341f3 2023-09-05 13:05:24 update to seabios 1.16.2 OK dv who also tested a bunch of Linux guests i386 test sthen
7a3dff69 2023-07-14 09:13:57 eliminate patch file paths that move up the directory tree ok sthen@
2eae9042 2023-06-12 15:53:01 sysutils/firmware/vmm: change the way linkage is done seabios required ld.bdf for linkage of several files for generating the 16bit X86 BIOS file. but egcc8 + cf-protection=branch needs a recent linker (and the ld.bdf version in base is too old), and some parts of the build (kconfig stuff) fail. switch the build to standard linker ld.lld and explicitly use ld.bdf only for 16bit X86 BIOS file. tested by kn@ and dv@ ok dv@
21bd0eef 2023-04-06 16:42:09 Omit datetime and hostname from dmesg visible version string It is a weird concat of port version, datetime, hostname, port revision, uname(?) and a fixed string(?), in that order. -bios0: vendor SeaBIOS version "1.14.0-20230330_133212-symphytum.spacehopper.orgp2-OpenBSD-vmm" date 01/01/2011 +bios0: vendor SeaBIOS version "1.14.0p3-OpenBSD-vmm" date 01/01/2011 OK sthen dv
63d50496 2023-02-04 09:36:42 seabios: regen patches
de54e7ff 2023-02-04 09:35:35 seabios: Pass --keep-section .fixedaddress.* to llvm-strip. Removing these sections from rom16.o would result in vmd hanging and spinning on early boot. ok dv
f015e7be 2022-12-30 19:27:53 Forgot to remove the un-needed patch files.