Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
3f84cec5
Commit
3f84cec5
authored
Apr 25, 2016
by
danh-arm
Browse files
Merge pull request #602 from rockchip-linux/fixes-for-coreboot_v1
rockchip: fixes for the required
parents
749ade45
0c05748b
Changes
3
Hide whitespace changes
Inline
Side-by-side
plat/rockchip/rk3368/include/platform_def.h
View file @
3f84cec5
...
...
@@ -101,7 +101,7 @@
/*
* Put BL3-1 at the top of the Trusted RAM
*/
#define BL31_BASE (TZRAM_BASE + 0x
8
000)
#define BL31_BASE (TZRAM_BASE + 0x
10
000)
#define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/*******************************************************************************
...
...
plat/rockchip/rk3399/include/platform_def.h
View file @
3f84cec5
...
...
@@ -101,7 +101,7 @@
/*
* Put BL3-1 at the top of the Trusted RAM
*/
#define BL31_BASE (TZRAM_BASE + 0x
8
000)
#define BL31_BASE (TZRAM_BASE + 0x
10
000)
#define BL31_LIMIT (TZRAM_BASE + TZRAM_SIZE)
/*******************************************************************************
...
...
plat/rockchip/rk3399/rk3399_def.h
View file @
3f84cec5
...
...
@@ -79,7 +79,7 @@
#define RK3399_UART2_BASE (0xff1a0000)
#define RK3399_UART2_SIZE SIZE_K(64)
#define RK3399_BAUDRATE (1
5000
00)
#define RK3399_BAUDRATE (1
152
00)
#define RK3399_UART_CLOCK (24000000)
/******************************************************************************
...
...
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