summaryrefslogtreecommitdiff
path: root/platforms/common.mk
AgeCommit message (Collapse)Author
2023-07-15Eliminate `TMK_COMMON_*` in makefiles (#21517)Ryan
2023-02-12Fix build failures with `OPT = 0` due to inline functions (#19767)Sergey Vlasov
Co-authored-by: Joel Challis <git@zvecr.com>
2022-04-18Expose API for hardware unique ID (#16869)Joel Challis
2022-02-05Initial migration of suspend callbacks (#16067)Joel Challis
* Initial migration of suspend logic * Add header
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis