Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
54f300a3
Commit
54f300a3
authored
Nov 20, 2019
by
Angus Ainslie (Purism)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configs: librem5: add a netconsole to u-boot
Signed-off-by:
Angus Ainslie (Purism)
<
angus@akkea.ca
>
parent
948b8227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
include/configs/librem5.h
include/configs/librem5.h
+11
-0
No files found.
include/configs/librem5.h
View file @
54f300a3
...
...
@@ -101,6 +101,13 @@
#define CONFIG_CMD_MMC
#ifndef CONFIG_SPL_BUILD
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
#define CONFIG_NETCONSOLE
#define CONFIG_USB_ETHER
#define CONFIG_USB_ETH_RNDIS
#define CONFIG_USBNET_DEVADDR "de:ad:be:ef:00:01"
#define CONFIG_USBNET_HOST_ADDR "de:ad:be:ef:00:00"
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
func(MMC, mmc, 1) \
...
...
@@ -120,6 +127,10 @@
"fdt_addr_r=0x83000000\0" \
"ramdisk_addr_r=0x83800000\0" \
"console=ttymxc0,115200\0" \
"bootargs=${console}\0" \
"stdin=nc,serial\0" \
"stdout=nc,serial\0" \
"stderr=nc,serial\0" \
BOOTENV
/* Link Definitions */
...
...
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