TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
eea5b880ee995afce0814fb11eb50de1a35abefb
/
plat
/
socionext
/
uniphier
eea5b88
uniphier: make PSCI related base address configurable
by Masahiro Yamada
· 6 years ago
8d538f3
uniphier: make counter control base address configurable
by Masahiro Yamada
· 6 years ago
4511322
uniphier: make UART base address configurable
by Masahiro Yamada
· 6 years ago
2d431df
uniphier: make pinmon base address configurable
by Masahiro Yamada
· 6 years ago
bda9cd7
uniphier: make NAND controller base address configurable
by Masahiro Yamada
· 6 years ago
070dcbf
uniphier: make eMMC controller base address configurable
by Masahiro Yamada
· 6 years ago
2cb2600
uniphier: extend boot device detection for future SoCs
by Masahiro Yamada
· 6 years ago
1046c1c
uniphier: change block_addressing flag to bool
by Masahiro Yamada
· 6 years ago
43bbac2
uniphier: change the return value type of .is_usb_boot() to bool
by Masahiro Yamada
· 6 years ago
7af2131
uniphier: make all BL images completely position-independent
by Masahiro Yamada
· 6 years ago
c64873a
uniphier: make uniphier_mmap_setup() work with PIE
by Masahiro Yamada
· 6 years ago
577b244
uniphier: pass SCP base address as a function parameter
by Masahiro Yamada
· 6 years ago
b79b317
uniphier: set buffer offset and length for io_block dynamically
by Masahiro Yamada
· 6 years ago
b5dd85f
uniphier: use more mmap_add_dynamic_region() for loading images
by Masahiro Yamada
· 6 years ago
66b9d88
uniphier: turn on ENABLE_PIE
by Masahiro Yamada
· 6 years ago
50dae22
socionext: Unify Platform specific defines for PSCI module
by Deepika Bhavnani
· 6 years ago
4694e1e
Merge "uniphier: call uniphier_scp_is_running() only when on-chip STM is supported" into integration
by Manish Pandey
· 6 years ago
f998a05
uniphier: run BL33 at EL2
by Masahiro Yamada
· 6 years ago
ecd138d
uniphier: call uniphier_scp_is_running() only when on-chip STM is supported
by Masahiro Yamada
· 6 years ago
abfd571
uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver
by Masahiro Yamada
· 6 years ago
4dd4bde
uniphier: fix typo and coding style
by Masahiro Yamada
· 6 years ago
f5de1ab
uniphier: replace DIV_ROUND_UP() with div_round_up() from utils_def.h
by Masahiro Yamada
· 6 years ago
ac9f1b5
uniphier: support console based on multi-console
by Masahiro Yamada
· 6 years ago
2374ab1
Mbed TLS: Remove weak heap implementation
by Ambroise Vincent
· 6 years ago
5e44781
Remove unneeded include paths in PLAT_INCLUDES
by Antonio Nino Diaz
· 7 years ago
f660533
Remove duplicated definitions of linker symbols
by Antonio Nino Diaz
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
b7c6529
io_block: define MAX_IO_BLOCK_DEVICES as unsigned
by Yann Gautier
· 7 years ago
c3cf06f
Standardise header guards across codebase
by Antonio Nino Diaz
· 7 years ago
e6a9028
uniphier: revise SCP protocol handshake
by Dai Okamura
· 7 years ago
8be7850
uniphier: terminate boot if SCP_BL2 image is missing in SCP boot mode
by Masahiro Yamada
· 7 years ago
991f1f4
uniphier: Migrate to new interfaces
by Antonio Nino Diaz
· 7 years ago
c9512bc
Fix MISRA defects in BL31 common code
by Antonio Nino Diaz
· 7 years ago
93c78ed
libc: Fix all includes in codebase
by Antonio Nino Diaz
· 7 years ago
1083b2b
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 7 years ago
4fc1a38
uniphier: fix CCI-500 connection for LD20
by Satoshi Ikawa
· 7 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
9fd2f13
Merge pull request #1224 from masahir0y/gzip
by davidcunado-arm
· 7 years ago
4f557c7
uniphier: add ULL to physical address literals
by Masahiro Yamada
· 8 years ago
9c740a5
uniphier: allocate xlat region of on-chip SRAM only when needed
by Masahiro Yamada
· 8 years ago
7e51ca8
uniphier: get back original BL31/32 location used before BL2-AT-EL3
by Masahiro Yamada
· 8 years ago
8951b05
uniphier: support GZIP-compressed images
by Masahiro Yamada
· 8 years ago
0ac60c0
uniphier: add a helper to get image_info
by Masahiro Yamada
· 8 years ago
247fc04
uniphier: switch to BL2-AT-EL3 and remove BL1 support
by Masahiro Yamada
· 8 years ago
8e053dc
uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox
by Masahiro Yamada
· 8 years ago
376185c
Allow API deprecation for uniphier platform
by Soby Mathew
· 8 years ago
ff56531
uniphier: simplify GZIP compress rule
by Masahiro Yamada
· 8 years ago
9d32b55
uniphier: fix alignment of build log
by Masahiro Yamada
· 8 years ago
fe45832
uniphier: fix base address of IO block buffer
by Masahiro Yamada
· 8 years ago
3872fc2
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 8 years ago
3c94615
uniphier: make sure to create build directory before ROT key
by Masahiro Yamada
· 8 years ago
f911e22
Merge pull request #1131 from jeenu-arm/gic-migrate
by davidcunado-arm
· 8 years ago
917d796
uniphier: move ROTPK hash to .rodata section
by Masahiro Yamada
· 8 years ago
a982f43
uniphier: Migrate to using interrupt properties
by Jeenu Viswambharan
· 8 years ago
142a17f
Uniphier: fix xlat tables lib inclusion
by Douglas Raillard
· 8 years ago
9bdccff
uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC
by Masahiro Yamada
· 8 years ago
91be512
uniphier: fix code indent for conditional statement
by Masahiro Yamada
· 8 years ago
a9ad848
xlat lib v2: Expose *_ctx() APIs
by Sandrine Bailleux
· 8 years ago
6363480
uniphier: embed ROTPK hash into BL1/BL2
by Masahiro Yamada
· 8 years ago
3eba78d
uniphier: fix memory over-run bug
by Masahiro Yamada
· 8 years ago
63b3a28
uniphier: add TSP support
by Masahiro Yamada
· 8 years ago
d8e919c
uniphier: support Socionext UniPhier platform
by Masahiro Yamada
· 9 years ago