Home | History | Annotate | Download | only in fdt
History log of /src/sys/arch/evbarm/fdt/platform.h
RevisionDateAuthorComments
 1.11  16-Apr-2023  skrll Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V

It's less letters, matches other similar variables and will help with
sharing code between the two architectures.

NFCI.
 1.10  12-Dec-2020  skrll Move evbarm/fdt/fdt_memory.[ch] to sys/dev/fdt and simplify the api and
some operations. This allows other architectures to use it.
 1.9  19-Sep-2020  skrll branches: 1.9.2;
Define VM_KERNEL_VM_{BASE,SIZE} for aarch64 and remove an #ifdef in
fdt/platform.h

NFCI
 1.8  10-Jul-2020  skrll Simplify
 1.7  10-Jul-2020  skrll Do previous differently for now
 1.6  08-Jul-2020  skrll Provide some KVA layout #defines in arm32/vmparam.h and simplify
fdt/platform.h as a nice side effect
 1.5  21-Jan-2019  skrll Make more KVA available
 1.4  01-Apr-2018  ryo branches: 1.4.2;
Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
 1.3  14-Mar-2018  ryo fix compile error on evbarm/EXYNOS. platform.h may be included from *.S
 1.2  10-Dec-2017  skrll branches: 1.2.2;
FDTise RapberryPI support. Thanks for jmcneill for a lot of help with this.

The kernel image that the RPI firmware boots is now netbsd.img in the
kernel build directory.

XXX fdtbus_get_reg needs reworking
 1.1  30-May-2017  jmcneill branches: 1.1.6; 1.1.10;
Rename tegra_machdep.c to fdt_machdep.c now that it no longer has any
Tegra-specific code in it.
 1.1.10.2  03-Dec-2017  jdolecek update from HEAD
 1.1.10.1  30-May-2017  jdolecek file platform.h was added on branch tls-maxphys on 2017-12-03 11:36:04 +0000
 1.1.6.2  28-Aug-2017  skrll Sync with HEAD
 1.1.6.1  30-May-2017  skrll file platform.h was added on branch nick-nhusb on 2017-08-28 17:51:34 +0000
 1.2.2.3  26-Jan-2019  pgoyette Sync with HEAD
 1.2.2.2  07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.2.2.1  15-Mar-2018  pgoyette Synch with HEAD
 1.4.2.1  10-Jun-2019  christos Sync with HEAD
 1.9.2.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed