aboutsummaryrefslogtreecommitdiff
path: root/plat/qemu
AgeCommit message (Expand)Author
2020-09-07plat: Fix build issue for qemu and rpi3 platformsManish V Badarkhe
2020-08-18qemu/qemu_sbsa: enable SPM supportMasahisa Kojima
2020-06-03qemu/qemu_sbsa: increase size to handle fdtMasahisa Kojima
2020-05-19Cleanup the code for TBBR CoT descriptorsManish V Badarkhe
2020-03-30TF-A GICv3 driver: Introduce makefileAlexei Fedorov
2020-03-10TF-A GICv3 driver: Separate GICD and GICR accessor functionsAlexei Fedorov
2020-03-06qemu: Support optional encryption of BL31 and BL32 imagesSumit Garg
2020-03-06qemu: Update flash address map to keep FIP in secure FLASH0Sumit Garg
2020-02-25pl011: Use generic console_t data structureAndre Przywara
2020-02-07qemu: define ARMV7_SUPPORTS_VFPJerome Forissier
2020-01-29qemu: Implement PSCI_CPU_OFF.Andrew Walbran
2020-01-29Merge changes I0fb7cf79,Ia8eb4710 into integrationSoby Mathew
2020-01-24qemu: Unify Platform specific defines for PSCI moduleDeepika Bhavnani
2020-01-23qemu: Implement qemu_system_off via semihosting.Andrew Walbran
2020-01-23qemu: Support ARM_LINUX_KERNEL_AS_BL33 to pass FDT address.Andrew Walbran
2019-10-01qemu/qemu_sbsa: Adding memory mapping for both FLASH0/FLASH1Radoslaw Biernacki
2019-10-01qemu/qemu_sbsa: Adding Qemu SBSA platformRadoslaw Biernacki
2019-09-18qemu: Simplify the image size calculationRadoslaw Biernacki
2019-09-18qemu: introducing sub-platforms to qemu platformRadoslaw Biernacki
2019-09-13qemu: Move and generalise FDT PSCI fixupAndre Przywara
2019-08-06Merge changes from topic "qemu_sbsa" into integrationSandrine Bailleux
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-07-26plat/qemu: add gicv3 support for qemuHongbo Zhang
2019-07-26plat/qemu: move gicv2 codes to separate fileHongbo Zhang
2019-06-28qemu: use new console interface in aarch32Ambroise Vincent
2019-06-28Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent
2019-04-12Mbed TLS: Remove weak heap implementationAmbroise Vincent
2019-04-03Remove deprecated plat_crash_console_*Ambroise Vincent
2019-02-01Remove unneeded include paths in PLAT_INCLUDESAntonio Nino Diaz
2019-02-01Remove duplicated definitions of linker symbolsAntonio Nino Diaz
2019-01-15Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-11-01context_mgmt: Fix MISRA defectsAntonio Nino Diaz
2018-10-26xlat: Fix compatibility between v1 and v2Antonio Nino Diaz
2018-10-18qemu: increase PLAT_QEMU_DT_MAX_SIZE to 1 MiBJerome Forissier
2018-10-10Replace S-EL3 references by EL3John Tsichritzis
2018-09-28qemu: Migrate to new interfacesAntonio Nino Diaz
2018-09-04plat: qemu: update the early platform setup APIJens Wiklander
2018-09-04qemu: make LOAD_IMAGE_V2=1 mandatoryJens Wiklander
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-03Create a library file for libfdtRoberto Vargas
2018-07-20PSCI: Fix types of definitionsAntonio Nino Diaz
2018-04-03Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_cr...Dimitris Papastamos
2018-03-31qemu: don't use C functions for the crash console callbacksMichalis Pappas
2018-03-29Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos
2018-03-29Merge pull request #1325 from michpappas/tf-issues#568_qemu_add_ENABLE_STACK_...Dimitris Papastamos
2018-03-26plat: fix switch statements to comply with MISRA rulesJonathan Wright
2018-03-24qemu: MULTI_CONSOLE_API=0 causes build errorMichalis Pappas
2018-03-22[PATCH 2/2] qemu: Support MULTI_CONSOLE_APIMichalis Pappas