| #
70370e75 |
| 24-Jul-2020 |
jmcneill <jmcneill@NetBSD.org> |
evbmips: add ofctl(8) and /dev/openfirm support
|
| #
fe33aa27 |
| 01-Apr-2018 |
ryo <ryo@NetBSD.org> |
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,sun
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@)
show more ...
|
| #
5f058922 |
| 02-May-2013 |
matt <matt@NetBSD.org> |
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr/include/arm
show more ...
|
| #
026f5f1d |
| 20-Jun-2010 |
matt <matt@NetBSD.org> |
Make ofctl for ofppc machines.
|
| #
1c54a66d |
| 13-Dec-2009 |
nakayama <nakayama@NetBSD.org> |
System utilities, boot programs and kernel modules are machine (port) specific not CPU, so use MACHINE not MACHINE_ARCH.
|
| #
515e5215 |
| 14-Feb-2009 |
abs <abs@NetBSD.org> |
Convert more MACHINE tests to MACHINE_ARCH
|
| #
91d65888 |
| 03-Jun-2007 |
matt <matt@NetBSD.org> |
ofctl can write its OFW tree to a proplib. (reading from a proplib doesn't quite work yet).
|
| #
b1563bcc |
| 25-May-2007 |
macallan <macallan@NetBSD.org> |
build ofctl on sparc
|
| #
e4bbe76d |
| 29-Sep-2006 |
macallan <macallan@NetBSD.org> |
fix typo
|
| #
8c774caf |
| 29-Sep-2006 |
macallan <macallan@NetBSD.org> |
Add gimpy's OF device tree dumping tool. Tested on macppc and sparc64
|