Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zephyr Firmware
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
0
Merge Requests
0
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 Firmware
Zephyr Firmware
Commits
cc095482
Commit
cc095482
authored
Apr 24, 2021
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PNOR download size
parent
4358f1c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kestrel/src/webportal.c
kestrel/src/webportal.c
+1
-1
No files found.
kestrel/src/webportal.c
View file @
cc095482
...
...
@@ -77,7 +77,7 @@ size_t embedded_file_fpga_firmware_raw_length = 0x800000;
uint8_t
*
embedded_file_bmc_firmware_raw_pointer
=
(
uint8_t
*
)((
uintptr_t
)
BMCSPIFLASH_BASE
+
0x800000
);
size_t
embedded_file_bmc_firmware_raw_length
=
0x400000
;
uint8_t
*
embedded_file_pnor_firmware_raw_pointer
=
(
uint8_t
*
)((
uintptr_t
)
HOSTSPIFLASH_BASE
);
size_t
embedded_file_pnor_firmware_raw_length
=
0x400000
;
size_t
embedded_file_pnor_firmware_raw_length
=
0x400000
0
;
KESTREL_WEBSERVICE_DEFINE_PAGE_HANDLER
(
index_html
,
"text/html"
,
"Kestrel SoftBMC"
)
KESTREL_WEBSERVICE_DEFINE_FILE_HANDLER
(
style_css
,
"text/css"
)
...
...
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