OpenBSD cvs log

created 2021-06-12T19:19:21Z
begin 2021-06-06T00:00:00Z
end 2021-06-07T00:00:00Z
path src/sys
commits 2

date 2021-06-06T10:48:30Z
author aoyama
files src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
message Add firmware selection for BRCM_CC_43241_CHIP_ID (0x4324).

According to NetBSD, this chip uses one of three firmwares depending
on its revision, but all of them are already included in the
bwfm-firmware package, so we can load one of them.

ok patrick@ sthen@

date 2021-06-06T23:56:55Z
author krw
files src/sys/arch/arm64/stand/efiboot/efiacpi.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efidev.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efipxe.c log diff annotate
src/sys/arch/arm64/stand/efiboot/efirng.c log diff annotate
message Replace all uses of 'EFI_CALL(func, params)' with
the expansion 'func(params)'.

Allows upcoming removal of eficall.h.

Tested & ok naddy@