Commit 7492cc08 authored by li hongming's avatar li hongming

Solve sdbfs base address bug.

parent e3c75e5d
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# FLASH. That is why our default position for various parameters is right after # FLASH. That is why our default position for various parameters is right after
# the bitstream. # the bitstream.
. .
position = 0x2e0000 position = 0
# Allocation granularity is 64 bytes # Allocation granularity is 64 bytes
# We start with bitstream file at position 0, later the same set of files as for # We start with bitstream file at position 0, later the same set of files as for
...@@ -14,27 +14,33 @@ bitstream ...@@ -14,27 +14,33 @@ bitstream
position = 0 position = 0
maxsize = 0x2e0000 maxsize = 0x2e0000
mac-address
write = 1
maxsize = 6
wr-init wr-init
write = 1 write = 1
position = 0x2f0000
maxsize = 256 maxsize = 256
# each sfp takes 29 bytes, 8 of them fit in 256 bytes mac-address
sfp-database
write = 1 write = 1
maxsize = 256 maxsize = 6
position = 0x300000
calibration calibration
write = 1 write = 1
maxsize = 128 maxsize = 128
position = 0x310000
# each sfp takes 29 bytes, 4 of them fit in 128 bytes
sfp-database
write = 1
maxsize = 128
position = 0x320000
dp-sfp-database dp-sfp-database
write = 1 write = 1
maxsize = 256 maxsize = 128
position = 0x330000
dp-calibration dp-calibration
write = 1 write = 1
maxsize = 128 maxsize = 128
\ No newline at end of file position = 0x340000
\ No newline at end of file
...@@ -11,28 +11,33 @@ ...@@ -11,28 +11,33 @@
# #
# Allocation granularity is 64 bytes # Allocation granularity is 64 bytes
wr-init
write = 1
maxsize = 256
position = 0x2f0000
mac-address mac-address
write = 1 write = 1
maxsize = 6 maxsize = 6
position = 0x300000
wr-init calibration
write = 1 write = 1
maxsize = 256 maxsize = 128
position = 0x310000
# each sfp takes 29 bytes, 4 of them fit in 128 bytes # each sfp takes 29 bytes, 4 of them fit in 128 bytes
sfp-database sfp-database
write = 1 write = 1
maxsize = 128 maxsize = 128
position = 0x320000
# I don't know what this is
calibration
write = 1
maxsize = 128
dp-sfp-database dp-sfp-database
write = 1 write = 1
maxsize = 128 maxsize = 128
position = 0x330000
dp-calibration dp-calibration
write = 1 write = 1
maxsize = 128 maxsize = 128
\ No newline at end of file position = 0x340000
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment