summaryrefslogtreecommitdiff
path: root/common/bl_common.c
AgeCommit message (Expand)Author
2026-03-11test(bl): add short-read negative test scenarioManish V Badarkhe
2026-02-02fix(bl): error out if image read size is too shortMarek Vasut
2025-10-22fix(common): error out if image load size is zeroToshiyuki Ogasahara
2025-08-18fix(common): initialize the variablesSaivardhan Thatikonda
2025-08-18fix(common): rename exit labelSaivardhan Thatikonda
2025-08-18fix(common): add missing curly bracesSaivardhan Thatikonda
2024-10-14refactor(bl): remove un-necessary variableManish V Badarkhe
2024-06-13feat(bl): add plat handler for image loadingYann Gautier
2024-06-13refactor(bl)!: remove unused plat_try_next_boot_sourceYann Gautier
2024-04-29build: remove `MAKE_BUILD_STRINGS` functionChris Kay
2022-08-02feat(bl): add interface to query TF-A semantic verlaurenw-arm
2022-01-11refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe
2021-10-12feat(measured_boot): image hash measurement and recording in BL1Manish V Badarkhe
2021-10-12refactor(measured boot): move image measurement to generic layerManish V Badarkhe
2021-08-02feat(fwu): avoid booting with an alternate boot sourceManish V Badarkhe
2020-10-12Increase type widths to satisfy width requirementsJimmy Brisson
2020-02-07fconf: Add TBBR disable_authentication propertyLouis Mayencourt
2019-11-14Refactor load_auth_image_internal().Sandrine Bailleux
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-03-01Correctly check for support of Address AuthenticationAntonio Nino Diaz
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-01-31Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-04Remove some MISRA defects in common codeAntonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-06-12Fix MISRA Rule 5.3 Part 1Daniel Boulby
2018-05-18Allow disabling authentication dynamicallySoby Mathew
2017-12-05Unify cache flush code path after image loadSoby Mathew
2017-10-24Add platform hooks for boot redundancy supportRoberto Vargas
2017-05-03Use SPDX license identifiersdp-arm
2017-03-08Simplify translation tables headers dependenciesAntonio Nino Diaz
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2016-12-20Export is_mem_free() functionSandrine Bailleux
2016-11-29Optimize cache flush when authenticating imagesAntonio Nino Diaz
2016-09-20Add new version of image loading.Yatharth Kochar
2016-08-31AArch32: resolve build error when LOG_LEVEL=50Soby Mathew
2016-08-17Remove dcache invalidation after image authenticationDan Handley
2016-07-25Ensure addresses in is_mem_free() don't overflowSandrine Bailleux
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-06-07Update comments in load_image()Sandrine Bailleux
2016-04-13Refactor the xlat_tables library codeSoby Mathew
2016-02-18Add support for %p in tf_printf()Antonio Nino Diaz
2015-11-04Merge pull request #423 from jcastillo-arm/jc/genfw/1211Achin Gupta
2015-11-02Remove deprecated IO return definitionsJuan Castillo
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-10-23Use standard errno definitions in load_auth_image()Juan Castillo
2015-09-02Ensure BL2 security state is secureVikram Kanigiri
2015-08-20TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo
2015-06-25TBB: switch to the new authentication frameworkJuan Castillo