Age | Commit message (Expand) | Author |
2023-01-17 | sxitimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | dmtimer(4): switch to clockintr | Scott Soule Cheloha |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-22 | Bring over various changes from the arm64 version of this code. | Mark Kettenis |
2022-12-14 | Put an splhigh() at the start of cpu_configure() to prevent splasserts | Mark Kettenis |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-05 | Make sure fdt_find_node() returns NULL if it can't find the requested node. | Patrick Wildt |
2022-10-03 | Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to | Mark Kettenis |
2022-09-08 | Rename global ifnet TAILQ | Klemens Nanni |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-01 | Stop setting d_bbsize and d_sbsize. Nobody has paid | Kenneth R Westerback |
2022-08-08 | remove unused arm and armv7 headers | Jonathan Gray |
2022-07-27 | Support "empty" phandles in interrups-extended properties. This is needed | Mark Kettenis |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-11 | r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by | Jonathan Matthew |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-02-21 | initializion -> initialization | Jonathan Gray |
2022-02-21 | tempterature -> temperature | Jonathan Gray |
2022-02-13 | Fix return value check of OF_getproplen(). If "reset-gpios" is not found | Tobias Heider |
2022-02-09 | Increase armv7 ramdisk size to avoid errors in installer. | Visa Hankala |
2022-01-18 | Improve how quirks are handled on sdhc(4)-compatible drivers. So far | Patrick Wildt |
2022-01-11 | Bump KVA space up to 512MB (and a bit). | Mark Kettenis |
2022-01-09 | Indicate that mvpxa(4) depends on sdhc code. | Visa Hankala |
2022-01-03 | Don't use != 0 to check whether a pointer is non-NULL. | Jonathan Gray |
2022-01-02 | excuted -> executed | Jonathan Gray |
2022-01-02 | establush -> establish | Jonathan Gray |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-12 | remove unused variable to fix build with llvm 13 | Jonathan Gray |
2021-12-11 | remove unused variable to fix build with llvm 13; ok jca@ | Christian Weisgerber |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-14 | Make sure efiboot is built with RELA/REL relocations and not RELR, | Philip Guenther |
2021-10-26 | Allocate fresh memory to put our device tree into, to make sure we have least | Patrick Wildt |
2021-10-26 | Remove more occurences of O_RDONLY in our bootloaders. | Patrick Wildt |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-09 | grow media for additional firmwares | Theo de Raadt |
2021-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-06-30 | grow ramdisk area due to increased firmware sizes.. | Theo de Raadt |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-10 | Oops. Forgot to commit the version bump. | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-05-28 | Add cad(4), a driver for Cadence GEM. | Visa Hankala |
2021-05-28 | Move imxdog(4) to sys/dev/fdt. | Patrick Wildt |
2021-05-19 | Please sir, I want some more (ramdisk miniroot space) | Theo de Raadt |