Mark Millard

Results 37 comments of Mark Millard

In case it is of interest, an example of the last text to go out on the serial console follows. There is more output generated by the kernel afterwards but...

In more recent 21.04 linux-raspi drafts, enabling ACPI via "LANG=C fakeroot debian/rules editconfigs" results in 2 check failures: ``` . . . Running config-check for all configurations ... check-config: /tmp/tmp.XvvM4JZewH/CONFIGS/arm64-config.flavour.raspi:...

"armv8crypto0: CPU lacks AES instructions" is not a fatal error but just informational. Here is part of a "dmesg -a" from an RPi3B boot using the normal U-Boot style: gpioled0:...

Is this about building world and kernel? Building ports (as part of building packages)? All 3? armv6 packakges (and, so, ports) were cross built by the official package builders (built...

How I managed to miss that context I do not know. Sorry for the noise.

Looks like there are later issues such as `drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c: return drm_compat_ioctl(filp, cmd, arg);` being in use with drm_compat_ioctl defined as NULL : `drivers/gpu/drm/amd/amdgpu/amdgpu_ioc32.c:43:26: error: called object type 'void *' is...

FYI: I used RasPiOS64 (my abbreviation) to set up *.dtd files for 8 GiBytes and for total_mem based 2048 MiBytes via dtc -Ifs -Odtb /proc/device-tree . On FreeBSD I then...

There have been no commits after: Mar 16, 2024 . No one with the appropriate background knowledge and interest looks to have worked on it since then. The EDK2 material...

Somewhat related is if quarterly should get 2.1.4 (or later): it is at 2.1.2, which predates the "Fix symbols collision between libmd and libcrypto" change.

I'll note that the explorations also lead to the issue-questions for the bootstrap pkg and quarterly: https://github.com/freebsd/pkg/issues/2460