Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
a0150167
Commit
a0150167
authored
Apr 22, 2021
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Flash boot option in Kestrel BIOS
parent
2c9505ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
litex_boards/targets/versa_ecp5.py
litex_boards/targets/versa_ecp5.py
+6
-0
No files found.
litex_boards/targets/versa_ecp5.py
View file @
a0150167
...
...
@@ -417,6 +417,12 @@ def main():
)
builder
=
Builder
(
soc
,
**
builder_argdict
(
args
))
# Flash boot setup
flash_boot_adr
=
soc
.
mem_map
[
"bmcspiflash"
]
+
0x800000
soc
.
add_constant
(
"FLASH_BOOT_ADDRESS"
,
flash_boot_adr
)
soc
.
set_gateware_dir
(
builder
.
gateware_dir
)
builder_kargs
=
trellis_argdict
(
args
)
if
args
.
toolchain
==
"trellis"
else
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment