]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[arm] [rt1310] add initial RT1310 SoC code.
authorAdrian Chadd <adrian@FreeBSD.org>
Sat, 6 May 2017 06:14:46 +0000 (06:14 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sat, 6 May 2017 06:14:46 +0000 (06:14 +0000)
commit5c99cda025c8a771e5a5248b713a093bef9e154e
tree2c37dfe164ed53a5e638e87d7334bb69d5815675
parent7e2f67b973874ba491299f02741f4ed5fc64fec9
[arm] [rt1310] add initial RT1310 SoC code.

This code base on lpc code. Ralink RT1310 is oem from 5V Technologies.
RT1310 is ARM926EJS(arm5t).

Tested:

* Buffalo WZR2-G300N

Submitted by: Hiroki Mori <yamori813@yahoo.co.jp>
Reviewed by: mizhka
Differential Revision: https://reviews.freebsd.org/D7238
12 files changed:
sys/arm/conf/RT1310 [new file with mode: 0644]
sys/arm/ralink/files.ralink [new file with mode: 0644]
sys/arm/ralink/if_fv.c [new file with mode: 0644]
sys/arm/ralink/if_fvreg.h [new file with mode: 0644]
sys/arm/ralink/rt1310_gpio.c [new file with mode: 0644]
sys/arm/ralink/rt1310_intc.c [new file with mode: 0644]
sys/arm/ralink/rt1310_machdep.c [new file with mode: 0644]
sys/arm/ralink/rt1310_timer.c [new file with mode: 0644]
sys/arm/ralink/rt1310reg.h [new file with mode: 0644]
sys/arm/ralink/rt1310var.h [new file with mode: 0644]
sys/boot/fdt/dts/arm/rt1310a.dtsi [new file with mode: 0644]
sys/boot/fdt/dts/arm/wzr2-g300n.dts [new file with mode: 0644]