Heinrich Schuchardt

Results 31 issues of Heinrich Schuchardt

Hello @mwhudson, My update.yaml has ``` - name: install-packages packages: - efivar - libefiboot1 - libefivar1 ``` to update efivar which has a problem on the target system. grub-install fails...

With release 0.10.0 the litmus test for PROPPATCH fails with '423 Locked'. Cf. https://salsa.debian.org/xypron/pywebdav/-/jobs/4196190 ``` _________________________ Test.test_run_litmus_noauth __________________________ self = def test_run_litmus_noauth(self): result = [] proc = None try: print('Starting...

Do we want to include the EFI_DT_FIXUP_PROTOCOL in the EBBR (https://github.com/U-Boot-EFI/EFI_DT_FIXUP_PROTOCOL)?

If the firmware is loaded from a GPT partitioned medium, it should use the partition type GUID (and not sector number or partition number) to identify the relevant partition. This...

UEFI is not a software but a specification. The software that is described in the linked slide deck is Tianocore EDK2. RISC-V support has not been mainlined yet. U-Boot (https://www.denx.de/wiki/U-Boot)...

Chapter 3.4 refers to letter M as a profile family name. But chapter 3.1 does not declare it. The profile family enumerations in both chapters should match. As an M...

RVM profile

The OBSOLETE_BY value is used in do_install() to prevent installing a module that is no longer needed or supported since the specified kernel version. But the module is still being...

bug
help wanted

ubuntu-report has an indirect dependency on an outdated version of x/sys which does not support riscv64: ``` github.com/ubuntu/ubuntu-report github.com/sirupsen/[email protected] github.com/sirupsen/[email protected] golang.org/x/[email protected] ``` This leads to a build error for riscv64...

Firmware typically only runs on a single hart. The SBI Hart State Management extension was introduced to allow running on a single hart and let the OS wake up all...

waiting-on-pr-or-ticket-close

The library makes the false assumption that time_t is equivalent to long. To avoid the year 2038 problem Linux distributions like Debian and Ubuntu have moved to using 64-bit time_t...