Skip to content

Commit

Permalink
PD#145533: Add S905C P271 config
Browse files Browse the repository at this point in the history
a). bsp based on p212
b). ddr freq use 792M for 2layers board
c). update ddr timing based on p211
d). disable MULTI_DTB function

Conflicts:
	board/amlogic/Kconfig

Change-Id: Id7104ae15b134710afbca984bd20ed4021ecdbcd
  • Loading branch information
Xiaobo Gu committed Sep 19, 2017
1 parent 58e77f9 commit 7268f53
Show file tree
Hide file tree
Showing 15 changed files with 2,736 additions and 0 deletions.
8 changes: 8 additions & 0 deletions board/amlogic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ config GXL_P281_V1
bool "Support amlogic gxl p281 board"
default n

config GXL_P271_V1
bool "Support amlogic gxl p271 board"
default n

config GXL_P241_V1
bool "Support amlogic gxl p241 board"
default n
Expand Down Expand Up @@ -202,6 +206,10 @@ if GXL_P281_V1
source "board/amlogic/gxl_p281_v1/Kconfig"
endif

if GXL_P271_V1
source "board/amlogic/gxl_p271_v1/Kconfig"
endif

if GXL_P241_V1
source "board/amlogic/gxl_p241_v1/Kconfig"
endif
Expand Down

0 comments on commit 7268f53

Please sign in to comment.