summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
AgeCommit message (Expand)Author
2016-01-21Disable PL011 UART before configuring itJuan Castillo
2016-01-13Add 'MAX_MMAP_REGIONS' and 'ADDR_SPACE_SIZE' to the Porting GuideJuan Castillo
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-17FWU: Add documentation for Firmware Update featureYatharth Kochar
2015-12-15Documentation updates for the new GIC driversSoby Mathew
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-14TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo
2015-12-09Specify BL31 runtime console for ARM Standard platformsSoby Mathew
2015-12-09Ensure BL31 does not print to boot console by defaultSoby Mathew
2015-12-01Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpudanh-arm
2015-11-26Introduce COLD_BOOT_SINGLE_CPU build optionSandrine Bailleux
2015-11-26FVP: Do not power off secondary CPUs when booting an EL3 payloadSandrine Bailleux
2015-11-26CSS: Enable booting of EL3 payloadsSandrine Bailleux
2015-11-26Pass the entry point info to bl1_plat_prepare_exit()Sandrine Bailleux
2015-11-26Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew
2015-10-28Merge pull request #415 from jcastillo-arm/jc/plat_err_handlerdanh-arm
2015-10-28Add optional platform error handler APIJuan Castillo
2015-10-27Merge pull request #417 from jcastillo-arm/jc/makefile_2danh-arm
2015-10-27Rework MakefileJuan Castillo
2015-10-23IO Framework: use standard errno codes as return valuesJuan Castillo
2015-10-20Add optional bl1_plat_prepare_exit() APIJuan Castillo
2015-09-25Fix relocation of __PERCPU_BAKERY_LOCK_SIZE__Vikram Kanigiri
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-08-13PSCI: Add documentation and fix plat_is_my_cpu_primary()Soby Mathew
2015-08-13PSCI: Use a single mailbox for warm reset for FVP and JunoSandrine Bailleux
2015-07-02Merge pull request #324 from soby-mathew/sm/sys_suspenddanh-arm
2015-06-25TBB: delete deprecated plat_match_rotpk()Juan Castillo
2015-06-25TBB: add platform API to read the ROTPK informationJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-22PSCI: Add SYSTEM_SUSPEND API supportSoby Mathew
2015-06-04Rationalize reset handling codeSandrine Bailleux
2015-06-04Remove FIRST_RESET_HANDLER_CALL build optionSandrine Bailleux
2015-04-28Doc updates following platform port reorganizationDan Handley
2015-02-12Export maximum affinity using PLATFORM_MAX_AFFLVL macroSoby Mathew
2015-02-03TBB: Add documentation for Trusted Board BootAchin Gupta
2015-02-02Miscellaneous doc fixes for v1.1Sandrine Bailleux
2015-01-30Fix the Cortex-A57 reset handler register usageSoby Mathew
2015-01-28TBB: add a platform specific function to validate the ROTPKJuan Castillo
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-23Validate power_state and entrypoint when executing PSCI callsSoby Mathew
2015-01-23Remove `ns_entrypoint` and `mpidr` from parameters in pm_opsSoby Mathew
2015-01-22Remove coherent memory from the BL memory mapsSoby Mathew
2015-01-07Create Table of Content links in markdown filesJoakim Bech
2014-09-16Add support for specifying pre-built BL binaries in MakefileSoby Mathew
2014-08-27Miscellaneous documentation fixesSandrine Bailleux
2014-08-20Add CPU specific power management operationsSoby Mathew
2014-08-20Add platform API for reset handlingSoby Mathew
2014-08-19Clarify platform porting interface to TSPDan Handley
2014-08-14Remove redundant io_init() functionDan Handley