Home | History | Annotate | Download | only in fdt
History log of /src/sys/dev/fdt/fdt_boot.c
RevisionDateAuthorComments
 1.7  20-Dec-2024  mlelstv Allocate enough address space for unaligned start/end values.
 1.6  21-Jan-2024  kre Include <sys/bootblock.h> for struct mbr_sector
 1.5  19-Jan-2024  skrll Make fdt_cpu_rootconf available for other machines/platforms.
 1.4  11-Jul-2023  skrll G/C some #if 0 / #endif code
 1.3  10-Jul-2023  rin fdt(4): Factor out bootargs support from evbarm and riscv.
 1.2  10-Jul-2023  rin Factor out some fdt(4) features from {,evb}arm into dev/fdt.

Now, FDT-based support to efirt, initrd, rndseed, and efirng can be
used from, e.g., riscv.

Mostly from Nick Hudson.

XXX
As Nick comments, there can be some optimizations for fdt_map_range().
efiboot may also be modified to load these objects into aligned PAs.
 1.1  22-Apr-2023  skrll Move fdt_update_stdout_path from evbarm code to MI code

RSS XML Feed