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
496ea77a
Commit
496ea77a
authored
Jul 16, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Jul 16, 2020
Browse files
Merge "uniphier: increase BL33 max size and GZIP temporary buffer size" into integration
parents
6e99fe1a
39784f2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
plat/socionext/uniphier/uniphier_bl2_setup.c
View file @
496ea77a
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
#include "uniphier.h"
#include "uniphier.h"
#define UNIPHIER_IMAGE_BUF_OFFSET 0x0
4
300000UL
#define UNIPHIER_IMAGE_BUF_OFFSET 0x03
8
00000UL
#define UNIPHIER_IMAGE_BUF_SIZE 0x00
1
00000UL
#define UNIPHIER_IMAGE_BUF_SIZE 0x00
8
00000UL
static
uintptr_t
uniphier_mem_base
=
UNIPHIER_MEM_BASE
;
static
uintptr_t
uniphier_mem_base
=
UNIPHIER_MEM_BASE
;
static
unsigned
int
uniphier_soc
=
UNIPHIER_SOC_UNKNOWN
;
static
unsigned
int
uniphier_soc
=
UNIPHIER_SOC_UNKNOWN
;
...
...
plat/socionext/uniphier/uniphier_image_desc.c
View file @
496ea77a
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
#include "uniphier.h"
#include "uniphier.h"
#define UNIPHIER_BL33_OFFSET 0x04000000UL
#define UNIPHIER_BL33_OFFSET 0x04000000UL
#define UNIPHIER_BL33_MAX_SIZE 0x00
1
00000UL
#define UNIPHIER_BL33_MAX_SIZE 0x00
8
00000UL
#define UNIPHIER_SCP_OFFSET 0x04
1
00000UL
#define UNIPHIER_SCP_OFFSET 0x04
8
00000UL
#define UNIPHIER_SCP_MAX_SIZE 0x00020000UL
#define UNIPHIER_SCP_MAX_SIZE 0x00020000UL
static
struct
bl_mem_params_node
uniphier_image_descs
[]
=
{
static
struct
bl_mem_params_node
uniphier_image_descs
[]
=
{
...
...
plat/socionext/uniphier/uniphier_io_storage.c
View file @
496ea77a
...
@@ -25,8 +25,8 @@
...
@@ -25,8 +25,8 @@
#define UNIPHIER_OCM_REGION_SIZE 0x00040000ULL
#define UNIPHIER_OCM_REGION_SIZE 0x00040000ULL
#define UNIPHIER_BLOCK_BUF_OFFSET 0x0
42
00000UL
#define UNIPHIER_BLOCK_BUF_OFFSET 0x0
30
00000UL
#define UNIPHIER_BLOCK_BUF_SIZE 0x00
1
00000UL
#define UNIPHIER_BLOCK_BUF_SIZE 0x00
8
00000UL
static
const
io_dev_connector_t
*
uniphier_fip_dev_con
;
static
const
io_dev_connector_t
*
uniphier_fip_dev_con
;
static
uintptr_t
uniphier_fip_dev_handle
;
static
uintptr_t
uniphier_fip_dev_handle
;
...
...
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