Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-trusted-firmware
/
2c7763acf72616c93e06c59bc0e562be7842701c
/
plat
/
qemu
a6ea06f
TF-A GICv3 driver: Introduce makefile
by Alexei Fedorov
· 4 years, 8 months ago
6e19bd5
TF-A GICv3 driver: Separate GICD and GICR accessor functions
by Alexei Fedorov
· 4 years, 9 months ago
5185776
qemu: Support optional encryption of BL31 and BL32 images
by Sumit Garg
· 5 years ago
a886bbe
qemu: Update flash address map to keep FIP in secure FLASH0
by Sumit Garg
· 5 years ago
f695e1e
pl011: Use generic console_t data structure
by Andre Przywara
· 4 years, 9 months ago
e7a5403
qemu: define ARMV7_SUPPORTS_VFP
by Jerome Forissier
· 4 years, 9 months ago
33e8c56
qemu: Implement PSCI_CPU_OFF.
by Andrew Walbran
· 4 years, 10 months ago
8efec9e
Merge changes I0fb7cf79,Ia8eb4710 into integration
by Soby Mathew
· 4 years, 9 months ago
645ac02
qemu: Unify Platform specific defines for PSCI module
by Deepika Bhavnani
· 5 years ago
61cbd41
qemu: Implement qemu_system_off via semihosting.
by Andrew Walbran
· 4 years, 10 months ago
74464d5
qemu: Support ARM_LINUX_KERNEL_AS_BL33 to pass FDT address.
by Andrew Walbran
· 4 years, 10 months ago
fa405e3
qemu/qemu_sbsa: Adding memory mapping for both FLASH0/FLASH1
by Radoslaw Biernacki
· 6 years ago
558a6f4
qemu/qemu_sbsa: Adding Qemu SBSA platform
by Radoslaw Biernacki
· 6 years ago
9a006ad
qemu: Simplify the image size calculation
by Radoslaw Biernacki
· 6 years ago
301d27d
qemu: introducing sub-platforms to qemu platform
by Radoslaw Biernacki
· 6 years ago
f240728
qemu: Move and generalise FDT PSCI fixup
by Andre Przywara
· 5 years ago
7aed52c
Merge changes from topic "qemu_sbsa" into integration
by Sandrine Bailleux
· 5 years ago
402b3cf
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 5 years ago
d27c880
plat/qemu: add gicv3 support for qemu
by Hongbo Zhang
· 7 years ago
17953ff
plat/qemu: move gicv2 codes to separate file
by Hongbo Zhang
· 7 years ago
e6ffc25
qemu: use new console interface in aarch32
by Ambroise Vincent
· 5 years ago
5b6ebee
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
2374ab1
Mbed TLS: Remove weak heap implementation
by Ambroise Vincent
· 6 years ago
2cc9777
Remove deprecated plat_crash_console_*
by Ambroise Vincent
· 6 years ago
5e44781
Remove unneeded include paths in PLAT_INCLUDES
by Antonio Nino Diaz
· 6 years ago
f660533
Remove duplicated definitions of linker symbols
by Antonio Nino Diaz
· 6 years ago
c9f9d9e
Move BL1 and BL2 private defines to bl_common.h
by Antonio Nino Diaz
· 6 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
c3cf06f
Standardise header guards across codebase
by Antonio Nino Diaz
· 6 years ago
a0fee74
context_mgmt: Fix MISRA defects
by Antonio Nino Diaz
· 6 years ago
03987d0
xlat: Fix compatibility between v1 and v2
by Antonio Nino Diaz
· 6 years ago
bde0f32
qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiB
by Jerome Forissier
· 6 years ago
a623832
Replace S-EL3 references by EL3
by John Tsichritzis
· 6 years ago
1ba2ff7
qemu: Migrate to new interfaces
by Antonio Nino Diaz
· 6 years ago
aa91296
plat: qemu: update the early platform setup API
by Jens Wiklander
· 6 years ago
106cd73
qemu: make LOAD_IMAGE_V2=1 mandatory
by Jens Wiklander
· 6 years ago
93c78ed
libc: Fix all includes in codebase
by Antonio Nino Diaz
· 6 years ago
fec3648
Create a library file for libfdt
by Roberto Vargas
· 6 years ago
1083b2b
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 6 years ago
f11916b
Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console
by Dimitris Papastamos
· 7 years ago
0e24ea8
qemu: don't use C functions for the crash console callbacks
by Michalis Pappas
· 7 years ago
6ab136c
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
by Dimitris Papastamos
· 7 years ago
79c0f52
Merge pull request #1325 from michpappas/tf-issues#568_qemu_add_ENABLE_STACK_PROTECTOR
by Dimitris Papastamos
· 7 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
4c746fc
qemu: MULTI_CONSOLE_API=0 causes build error
by Michalis Pappas
· 7 years ago
6a55f6a
[PATCH 2/2] qemu: Support MULTI_CONSOLE_API
by Michalis Pappas
· 7 years ago
f68d22e
qemu: Add support for stack canary protection
by Michalis Pappas
· 7 years ago
eb4ff4c
Merge pull request #1288 from michpappas/tf-issues#558_qemu_separate_code_and_data
by davidcunado-arm
· 7 years ago
c5c7538
qemu: Accessing UART1 causes a data abort
by Michalis Pappas
· 7 years ago
27e0cca
qemu: Support SEPARATE_CODE_AND_RODATA
by Michalis Pappas
· 7 years ago
5724481
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
53a98be
qemu: Fix interrupt type check
by Santeri Salko
· 7 years ago
5b75b4a
Merge pull request #1173 from etienne-lms/armv7-qemu
by davidcunado-arm
· 7 years ago
765ed9f
qemu: support ARMv7/Cortex-A15
by Etienne Carriere
· 7 years ago
33950dd
Build: change the first parameter of TOOL_ADD_IMG to lowercase
by Masahiro Yamada
· 7 years ago
c939d13
Build: rename FIP_ADD_IMG to TOOL_ADD_IMG
by Masahiro Yamada
· 7 years ago
3872fc2
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 7 years ago
157650c
Merge pull request #1142 from etienne-lms/qemu-int
by davidcunado-arm
· 7 years ago
ad3803b
qemu: update deprecated interrupt registering
by Etienne Carriere
· 7 years ago
2455224
Merge pull request #1147 from etienne-lms/qemu-optee-load
by davidcunado-arm
· 7 years ago
9071400
Merge pull request #1143 from etienne-lms/qemu-hpen
by davidcunado-arm
· 7 years ago
11d9b20
qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image
by Etienne Carriere
· 7 years ago
5cc34b1
qemu: Add support for Trusted Board Boot
by Michalis Pappas
· 7 years ago
33dd33f
qemu: fix holding pen mailbox sequence
by Etienne Carriere
· 7 years ago
e2af1ca
qemu: Add OP-TEE extra image parsing support
by Jens Wiklander
· 7 years ago
ccdbae7
qemu: replace deprecated plat_psci_common.c
by Jens Wiklander
· 7 years ago
56ca731
qemu: replace deprecated ADDR_SPACE_SIZE
by Jens Wiklander
· 7 years ago
64b3112
qemu: Add LOAD_IMAGE_V2 support
by Fu Wei
· 7 years ago
dd92360
qemu: use translation tables library v2 as default.
by Fu Wei
· 7 years ago
ee1ebbd
Fix order of remaining platform #includes
by Isla Mitchell
· 7 years ago
d6104f5
Merge pull request #927 from jeenu-arm/state-switch
by davidcunado-arm
· 7 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
f4c8aa9
Add macro to check whether the CPU implements an EL
by Jeenu Viswambharan
· 8 years ago
7531120
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
32f0d3c
Replace some memset call by zeromem
by Douglas Raillard
· 8 years ago
3d8256b
Use #ifdef for IMAGE_BL* instead of #if
by Masahiro Yamada
· 8 years ago
7a2b35d
qemu: remove unused BL32_SIZE
by Masahiro Yamada
· 8 years ago
4749705
Move BL_COHERENT_RAM_BASE/END defines to common_def.h
by Masahiro Yamada
· 8 years ago
b127109
Migrate platform makefile to new console driver location
by Soby Mathew
· 8 years ago
419e0d2
Add support for QEMU virt ARMv8-A target
by Jens Wiklander
· 9 years ago