User Details
- User Since
- May 9 2014, 11:24 PM (551 w, 3 d)
Oct 19 2024
Actually update the value to 256.
Increase array size to 256, as suggested by the developer who root caused the problem.
Oct 11 2024
Nov 6 2023
I've just applied the latest version of this patch but it's still looking for aarch64/Makefile.inc both during a "make buildworld" and a "make" in usr.sbin/bhyve on my Ampere system:
bcran@gluon:~/src/freebsd/usr.sbin/bhyve % make make: "/home/bcran/src/freebsd/usr.sbin/bhyve/Makefile" line 68: Could not find aarch64/Makefile.inc make: Fatal errors encountered -- cannot continue make: stopped in /home/bcran/src/freebsd/usr.sbin/bhyve
Oct 28 2023
The change to usr.sbin/Makefile.aarch64 no longer applies following commit 773606fcdfae00a3f850bcd39969a63d9a8fb129.
I'm probably missing something since I'm just catching up with this work, but 'make buildworld' fails in usr.sbin/bhyve:
===> usr.sbin/bhyve (includes) make[4]: "/home/bcran/src/usr.sbin/bhyve/Makefile" line 68: Could not find aarch64/Makefile.inc make[4]: Fatal errors encountered -- cannot continue make[4]: stopped in /home/bcran/src/usr.sbin/bhyve
Mar 12 2023
Sep 19 2022
Jun 13 2022
Change the MOVED entry and add a section to UPDATING.
Jun 6 2022
Add ONLY_FOR_ARCH lines and revert i386 addition at top
Add separate qemu_x64 and qemu_i386 flavors.
Jun 5 2022
I'm not sure how to handle the fact that qemu (OVMF) firmware can be built for both x86_64 and i386.
The existing port uses FLAVOR, but since sysutils/edk2 already uses FLAVOR for the platform, I'm not sure how selecting the architecture should be done.
Fix summary.
May 26 2022
May 25 2022
Updated sysutils/bhyve-firmware to depend on edk2@bhyve
May 21 2022
May 16 2022
Urgh, I remembered just in time about sysutils/bhyve-firmware that will also need updated.
Added entry to MOVED.
Actually deleted sysutils/uefi-edk2-bhyve this time.
May 15 2022
Deleted sysutils/uefi-edk2-bhyve and added an entry to MOVED.
May 9 2022
Fixed Makefile
May 8 2022
As I mentioned in the summary, the following code doesn't do what I want it to: it doesn't create /usr/local/share/uefi-firmware.
Apr 25 2022
Keep USE_GCC
Dec 21 2021
Could I get approval from a port committer for this please?
Dec 12 2021
Keep PORTEPOCH at 2.
Is it valid to reset PORTEPOCH to 1 when updating the PORTVERSION?
Dec 5 2021
Remove romfile_dup. Fix strdup/strsep.
Dec 1 2021
Put allocations on one line.
Added {}.
Removed gpa variable, and used gpa_alloctop instead.
Nov 28 2021
man page updates.
Fix romfile[,varfile] in man page.
Add back checks for var_size and total_size.
Fix tabs vs spaces.
Update code to work against FreeBSD-CURRENT.
Oct 21 2021
Oct 17 2021
Jul 20 2021
Jul 7 2021
Jul 5 2021
Jul 3 2021
May 31 2021
I tested the code from https://github.com/FreeBSD-UPB/freebsd-src/tree/projects/bhyvearm64/ (as of 2021-05-29) on my SolidRun Honeycomb system and it fails to allocate resources in the gicv3 code when I run kldload vmm.
May 11 2021
May 2 2021
With examples like Apple's "goto fail" bug (https://www.imperialviolet.org/2014/02/22/applebug.html) I'm surprised style(9) only allows, and doesn't recommend or mandate braces around single-line statements.
Apr 9 2021
I noticed this is against the svn repo:
Repository rS FreeBSD src repository - subversion"
You'll probably want to switch over to Git and rebase this patch.
Just a comment typo: "number of contained objecct handles" - should be "object".
Mar 28 2021
Mar 24 2021
@manu Sorry, could you re-approve the change please?
Mar 20 2021
We'll also need to update the port revision.
Mar 16 2021
@woodsb02 Could you review and approve this for me, please?
Mar 14 2021
Feb 18 2021
Now the firmware work has been committed, I'll switch back to working on this.
Committed as r565866.
Feb 16 2021
Feb 15 2021
At this point, I'd like to get this committed as soon as possible so we can move away from gcc 4.8 and python 2.
Updated to code from today's master, 2021-02-14.
Jan 16 2021
The patch no longer applies against 13-CURRENT: I needed to apply several lines manually.