[rtems-testing commit] sim-scripts/psim.in: Update device tree from rtems-tester

Joel Sherrill joel at rtems.org
Thu Feb 4 21:35:16 UTC 2021


Module:    rtems-testing
Branch:    master
Commit:    b0f3dc35d26099e54813371bbf8badc8615d2c47
Changeset: http://git.rtems.org/rtems-testing/commit/?id=b0f3dc35d26099e54813371bbf8badc8615d2c47

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Feb  4 15:32:35 2021 -0600

sim-scripts/psim.in: Update device tree from rtems-tester

---

 sim-scripts/psim.in | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/sim-scripts/psim.in b/sim-scripts/psim.in
index 723d5fb..c01dd55 100644
--- a/sim-scripts/psim.in
+++ b/sim-scripts/psim.in
@@ -77,32 +77,30 @@ cat <<EOF
 #
 #  Device Tree for PSIM
 #
-#  Automatically Generated -- DO NOT EDIT!!
-#
 /#address-cells 1
 /openprom/init/register/pvr 0xfffe0000
-/openprom/options/oea-memory-size 16777216
-##### EEPROM @ 0x0c000000 for 512K
-/eeprom at 0x0c000000/reg 0x0c000000 0x80000
-/eeprom at 0x0c000000/nr-sectors 8
-/eeprom at 0x0c000000/sector-size 0x10000
-/eeprom at 0x0c000000/byte-write-delay 1000
-/eeprom at 0x0c000000/sector-start-delay 100
-/eeprom at 0x0c000000/erase-delay 1000
-/eeprom at 0x0c000000/manufacture-code 0x01
-/eeprom at 0x0c000000/device-code 0xa4
+/openprom/options/oea-memory-size 0x10000000
+##### EEPROM @ 0xfc000000 for 512K
+/eeprom at 0xfc000000/reg 0xfc000000 0x80000
+/eeprom at 0xfc000000/nr-sectors 8
+/eeprom at 0xfc000000/sector-size 0x10000
+/eeprom at 0xfc000000/byte-write-delay 1000
+/eeprom at 0xfc000000/sector-start-delay 100
+/eeprom at 0xfc000000/erase-delay 1000
+/eeprom at 0xfc000000/manufacture-code 0x01
+/eeprom at 0xfc000000/device-code 0xa4
 
-##### NVRAM/RTC NVRAM Portion is 0x0c080000 for 512K
-##### NVRAM/RTC RTC   Portion is 0x0c100000 for 12
-/nvram at 0x0c080000/reg 0x0c080000 524300
-/nvram at 0x0c080000/timezone -3600
+##### NVRAM/RTC NVRAM Portion is 0xfc080000 for 512K
+##### NVRAM/RTC RTC   Portion is 0xfc100000 for 12
+/nvram at 0xfc080000/reg 0xfc080000 524300
+/nvram at 0xfc080000/timezone -3600
 
-##### OPENPIC @ 0x0c130000 - 0x0c170000 (512K)
-/opic at 0x0c130000/reg              0x0c130000 0 0x0c130000 0x40000
-/opic at 0x0c130000/interrupt-ranges 0 0 0 16
-/opic at 0x0c130000/device_type      open-pic
+##### OPENPIC @ 0xfc130000 - 0xfc170000 (512K)
+/opic at 0xfc130000/reg              0xfc130000 0 0xfc130000 0x40000
+/opic at 0xfc130000/interrupt-ranges 0 0 0 16
+/opic at 0xfc130000/device_type      open-pic
 ## interupt out -> CPU's interrupt pin
-/opic at 0x0c130000 > intr0 int /cpus/cpu at 0
+/opic at 0xfc130000 > intr0 int /cpus/cpu at 0
 EOF
 
   if [ ${enable_sysv_devices} = yes ] ; then



More information about the vc mailing list