opnsense-src/sys/boot/fdt/dts
Ruslan Bukin af19cc59ca Support for v1.10 (latest) of RISC-V privilege specification.
New version is not compatible on supervisor mode with v1.9.1
(previous version).

Highlights:
    o BBL (Berkeley Boot Loader) provides no initial page tables
      anymore allowing us to choose VM, to build page tables manually
      and enable MMU in S-mode.
    o SBI interface changed.
    o GENERIC kernel.
      FDT is now chosen standard for RISC-V hardware description.
      DTB is now provided by Spike (golden model simulator). This
      allows us to introduce GENERIC kernel. However, description
      for console and timer devices is not provided in DTB, so move
      these devices temporary to nexus bus.
    o Supervisor can't access userspace by default. Solution is to
      set SUM (permit Supervisor User Memory access) bit in sstatus
      register.
    o Compressed extension is now turned on by default.
    o External GCC 7.1 compiler used.
    o _gp renamed to __global_pointer$
    o Compiler -march= string is now in use allowing us to choose
      required extensions (compressed, FPU, atomic, etc).

Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11800
2017-08-10 14:18:09 +00:00
..
arm Update pl310 node in Armada 38x DTS to match the one used in Linux 2017-08-09 01:31:05 +00:00
arm64 A64 thermal sensor IRQ is GIC_SPI 31, not 41. 2016-09-04 22:30:46 +00:00
mips Switch BERI Programmable Interrupt Controller to INTRNG. 2017-04-18 17:20:03 +00:00
powerpc Make dpaa work with only slightly modified Linux device trees. 2016-11-12 20:45:03 +00:00
bindings-gpio.txt Add the missing ')' at end of sentence. Reword it to use a more common 2014-02-05 17:08:55 +00:00
bindings-localbus.txt Add architecture dependent code to support NAND Framework on Marvell SoCs. 2012-05-18 14:41:14 +00:00
bindings-mpp.txt
Makefile Add Allwinner A64 (sun50i) and Pine64 dts files. 2016-08-31 16:56:54 +00:00
Makefile.inc Fix the script to run make_dtb.sh instead of just dtc. 2014-06-07 02:38:13 +00:00