Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
u-boot-stm32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
bdf130d6
Commit
bdf130d6
authored
Sep 20, 2017
by
Yuri Tikhonov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RM-1999 stm32f429-discovery: support for booting linux-4.2 (dts)
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
735b69cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
include/configs/stm32f429-discovery.h
include/configs/stm32f429-discovery.h
+15
-1
No files found.
include/configs/stm32f429-discovery.h
View file @
bdf130d6
...
...
@@ -256,7 +256,14 @@
#define CONFIG_HOSTNAME stm-disco
#define CONFIG_BOOTARGS "stm32_platform=stm-disco "\
"console=ttyS0,115200 panic=10"
#define LOADADDR "0xD0007FC0"
/*
* These are the good addresses to get Image data right at the 'Load Address'
* (0xD0008000), and thus avoid additional uImage relocation:
* - linux-2.6: 0xD0007FC0 (reserve place for uImage header)
* - linux-4.2: 0xD0007FB4 (reserve place for 2-files multi-image header)
*/
#define LOADADDR "0xD0007FB4"
#define REV_EXTRA_ENV \
"envmboot=run args addip;bootm ${envmaddr}\0" \
...
...
@@ -287,4 +294,11 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
/*
* Enable support for booting with FDT
*/
#define CONFIG_OF_LIBFDT
#define CONFIG_OF_FORCE_RELOCATE
#define CONFIG_SYS_BOOTMAPSZ CONFIG_SYS_RAM_SIZE
#endif
/* __CONFIG_H */
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