Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Rename the DE0 Nano SoC dts file to its new linux/uboot name
details: https://anonhg.NetBSD.org/src/rev/c944b9fc294b
branches: trunk
changeset: 447252:c944b9fc294b
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sat Jan 05 13:55:46 2019 +0000
description:
Rename the DE0 Nano SoC dts file to its new linux/uboot name
diffstat:
distrib/utils/embedded/files/armv7_boot.cmd | 1 -
sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts | 20 ++++++++++++++++++++
sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts | 20 --------------------
sys/arch/evbarm/conf/GENERIC | 4 ++--
4 files changed, 22 insertions(+), 23 deletions(-)
diffs (78 lines):
diff -r c31bbb7b53bc -r c944b9fc294b distrib/utils/embedded/files/armv7_boot.cmd
--- a/distrib/utils/embedded/files/armv7_boot.cmd Sat Jan 05 10:51:06 2019 +0000
+++ b/distrib/utils/embedded/files/armv7_boot.cmd Sat Jan 05 13:55:46 2019 +0000
@@ -8,7 +8,6 @@
setenv bootargs 'root=ld0a'
setenv mmcpart 0:1
setenv use_fdt 1
- setenv fdtfile socfpga_cyclone5_de0_sockit.dtb
fi
if test "${soc}" = "exynos" ; then
setenv kernel netbsd-GENERIC.ub
diff -r c31bbb7b53bc -r c944b9fc294b sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts Sat Jan 05 13:55:46 2019 +0000
@@ -0,0 +1,20 @@
+
+
+#include "../../../external/gpl2/dts/dist/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts"
+
+/ {
+ soc {
+ gtimer@fffec200 {
+ compatible = "arm,cortex-a9-global-timer";
+ reg = <0xfffec200 0x20>;
+ clocks = <&mpu_periph_clk>;
+ interrupts = <1 11 0x301>;
+ };
+ usb@ffb40000 {
+ dr_mode = "host";
+ };
+ watchdog@ffd02000 {
+ resets = <&rst L4WD0_RESET>;
+ };
+ };
+};
diff -r c31bbb7b53bc -r c944b9fc294b sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts
--- a/sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts Sat Jan 05 10:51:06 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-
-
-#include "../../../external/gpl2/dts/dist/arch/arm/boot/dts/socfpga_cyclone5_de0_sockit.dts"
-
-/ {
- soc {
- gtimer@fffec200 {
- compatible = "arm,cortex-a9-global-timer";
- reg = <0xfffec200 0x20>;
- clocks = <&mpu_periph_clk>;
- interrupts = <1 11 0x301>;
- };
- usb@ffb40000 {
- dr_mode = "host";
- };
- watchdog@ffd02000 {
- resets = <&rst L4WD0_RESET>;
- };
- };
-};
diff -r c31bbb7b53bc -r c944b9fc294b sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sat Jan 05 10:51:06 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sat Jan 05 13:55:46 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.15 2019/01/03 10:44:04 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.16 2019/01/05 13:55:46 aymeric Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -29,7 +29,7 @@
exynos5422-odroidxu3.dts
exynos5422-odroidxu4.dts
- socfpga_cyclone5_de0_sockit.dts
+ socfpga_cyclone5_de0_nano_soc.dts
sun4i-a10-a1000.dts
sun4i-a10-ba10-tvbox.dts
Home |
Main Index |
Thread Index |
Old Index