summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2026-08-20refactor(build): remove redundant `eval` callsChris Kay
2026-07-14feat(el3-runtime): implement synchronous EA injectionBoyan Karatotev
2026-07-10Merge "fix(cpufeat): do not perform bitwise OR on boolean types" into integra...Chris Kay
2026-07-06Merge "perf(el3-runtime): do no check for AArch32 when not supported" into in...Manish Pandey
2026-06-25fix(cpufeat): do not perform bitwise OR on boolean typesBoyan Karatotev
2026-06-22fix(el3-runtime): use #ifdef for __aarch64__ flagsYann Gautier
2026-06-19feat(cpufeat): create a central feature databaseBoyan Karatotev
2026-06-19refactor(cpufeat): rename FEAT_STATE_CHECK to FEAT_STATE_CHECKEDBoyan Karatotev
2026-06-10feat(cpufeat): add support for FEAT_SPE_EXC and FEAT_SPE_nVMBoyan Karatotev
2026-05-14refactor(cpufeat): remove _MASK macros for ID registersBoyan Karatotev
2026-05-05feat(common): introduce SMC validation frameworkkennethkabogo
2026-05-05perf(el3-runtime): do no check for AArch32 when not supportedBoyan Karatotev
2026-04-24Merge changes Ic8700325,I6a3a9f28,I91a28b5f,Ia69289bf,I81d9b73a, ... into int...Boyan Karatotev
2026-04-20fix(cpufeat): fix compiler warning in feature detectionBoyan Karatotev
2026-04-20refactor(el3-runtime): use contexted SCR_EL3 instead of the registerBoyan Karatotev
2026-04-10chore(cpufeat): check FEAT_RAS's dependency on FEAT_IESBBoyan Karatotev
2026-04-08feat(rmmd): replace ENABLE_RME with ENABLE_RMMArunachalam Ganapathy
2026-04-08feat(rme): split off ENABLE_FEAT_RMEAndre Przywara
2026-03-13Merge "test(bl): add short-read negative test scenario" into integrationManish V Badarkhe
2026-03-11test(bl): add short-read negative test scenarioManish V Badarkhe
2026-02-27perf(el3-runtime): only check for EAs with FFH_SUPPORTBoyan Karatotev
2026-02-27feat(cpufeat): bump FEATURE_DETECTION features up to 9.5Boyan Karatotev
2026-02-27fix(el3-runtime): handle SVE/SMC traps instead of panicingBoyan Karatotev
2026-02-26Merge "fix(bl): error out if image read size is too short" into integrationSandrine Afsa
2026-02-04feat(cpufeat): add support for FEAT_HACDBSBoyan Karatotev
2026-02-04feat(cpufeat): add support for FEAT_HDBSSBoyan Karatotev
2026-02-04feat(cpufeat): add support for FEAT_STEP2Boyan Karatotev
2026-02-02fix(bl): error out if image read size is too shortMarek Vasut
2026-01-28Merge changes from topic "xlnx_fix_misra_common_fdt_split" into integrationGovindraj Raja
2026-01-22Merge changes I2485d583,I1374c482,I07e29dbb,I949e6486 into integrationManish V Badarkhe
2026-01-22Merge changes I3a2243d0,Ifeb88c8f,I8ac77336 into integrationManish Pandey
2026-01-22fix(libfdt): resolve misra 10.3 violationsSuraj Kakade
2026-01-19feat(cpufeat): advertise support for FEAT_RASv2Boyan Karatotev
2026-01-19feat(cpufeat): enable FEAT_RAS for FEAT_STATE_CHECKED againBoyan Karatotev
2026-01-19fix(libfdt): adding missing curly bracesSuraj Kakade
2026-01-19fix(libfdt): fix misra 14.4 and 15.6 violationsSuraj Kakade
2026-01-19fix(libfdt): typecast operands to match data typeSuraj Kakade
2026-01-14Merge changes from topic "bk/simpler_panic" into integrationGovindraj Raja
2026-01-13feat(cpufeat): add the newly analyzed features to FEATURE_DETECTIONBoyan Karatotev
2026-01-13fix(cpufeat): add FEAT_SPE to FEATURE_DETECTIONBoyan Karatotev
2026-01-13feat(morello): add Morello capability enablement changesManoj Kumar
2026-01-09fix(el3-runtime): remove lower_el_panic()Boyan Karatotev
2026-01-08Merge "fix(el3-runtime): actually check for the EA bit on exception entry" in...Govindraj Raja
2026-01-08fix(el3-runtime): actually check for the EA bit on exception entryBoyan Karatotev
2026-01-07Merge "fix(build): use ARM_ARCH_FEATURE instead of -march directly" into inte...Manish Pandey
2026-01-05fix(build): use ARM_ARCH_FEATURE instead of -march directlyBoyan Karatotev
2025-12-19feat(el3-runtime): translate EL3 handled exceptions to C and always call prep...Boyan Karatotev
2025-12-19refactor(el3-runtime): factor out handler fetching codeBoyan Karatotev
2025-12-15Merge "feat(cpufeat): enable USE_SPINLOCK_CAS to FEAT_STATE_CHECKED" into int...Manish Pandey
2025-12-12feat(cpufeat): enable USE_SPINLOCK_CAS to FEAT_STATE_CHECKEDBoyan Karatotev