-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
board: add Wiren Board 8 specific code (Nikita Maslov - d85fa1d947c0a…
…b4538fcede8a44c8aeea4122fee) clean code (Anton Tarasov)
- Loading branch information
Showing
8 changed files
with
1,217 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
if TARGET_SUN50I_WIRENBOARD8 | ||
|
||
config SYS_BOARD | ||
default "sun50i_wirenboard8" | ||
|
||
config SYS_VENDOR | ||
default "wirenboard" | ||
|
||
config SYS_CONFIG_NAME | ||
default "sun50i_wirenboard8" | ||
|
||
config OF_OVERLAY_ADDR | ||
hex | ||
|
||
config OF_OVERLAY_OFFSET_BLKS | ||
hex | ||
|
||
config OF_OVERLAY_SIZE_BLKS | ||
hex | ||
|
||
choice | ||
prompt "WB8 flavour" | ||
|
||
config WB8_FLAVOUR_GENERIC | ||
bool "Generic Wiren Board 8" | ||
|
||
config WB8_FLAVOUR_BUILDROOT | ||
bool "Buildroot Wiren Board 8" | ||
|
||
endchoice | ||
|
||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0+ | ||
# | ||
# (C) Copyright 2012 Henrik Nordstrom <[email protected]> | ||
# | ||
# Based on some other board Makefile | ||
# | ||
# (C) Copyright 2000-2003 | ||
# Wolfgang Denk, DENX Software Engineering, [email protected]. | ||
obj-y += board.o |
Oops, something went wrong.