summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* common: replace 1 << digits, with BIT(digits) (take two)Gwendal Grignou2019-09-219-38/+38
* core/cortex-m*: always use coreboot-sdkPatrick Georgi2019-09-211-2/+4
* cortex-m: no need to keep a special term for Tpm2_ modulesVadim Bendebury2019-09-211-1/+0
* core/cortex-m: mark gcc helper function "used"Patrick Georgi2019-09-211-1/+1
* cortex/cortex-m/ec.lds.S: Preserve space for .data section's LMA.Yilun Lin2019-09-211-3/+21
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-09-216-12/+12
* chip/g: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2019-09-211-0/+4
* core/*/build.mk: use coreboot-sdk compilersPatrick Georgi2019-09-214-4/+4
* npcx: fixed the assembly code of deep idle bypassCHLin2019-09-211-3/+2
* Fix inconsistent task function declarationsStefan Reinauer2019-09-214-4/+4
* make local functions static inlinePatrick Georgi2019-09-212-2/+2
* cortex-m/vecttable: -Wattribute-alias is supported starting GCC8Patrick Georgi2019-09-211-1/+1
* cortex-m: Generate vector table in CPatrick Georgi2019-09-214-319/+384
* Shuffle const aroundPatrick Georgi2019-09-213-3/+3
* Cr50: Add LLSR (long long shift right) support.Allen Webb2019-09-212-1/+66
* cr50: fix annoying LD warningsVadim Bendebury2019-09-211-1/+1
* tpm2: add nvmem data to the right segmentVadim Bendebury2019-09-211-0/+1
* core/cortex-m0/curve25519: Integrate fast curve25519 implementationNicolas Boichat2019-09-216-0/+3360
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2019-09-211-1/+0
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2019-09-211-1/+1
* cr50: Add case closed debugging V1 configurationRandall Spangler2019-09-211-0/+6
* Allow core code to request its cross compilerPatrick Georgi2019-09-214-4/+4
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2019-09-215-20/+41
* common: Split rwsig parts from rsa.h headerNicolas Boichat2019-09-213-3/+3
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2019-09-213-27/+2
* version: Store image size data in version structShawn Nematbakhsh2019-09-213-3/+11
* cleanup: Remove charge_state_v1Sam Hurst2017-02-065-20/+0
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-013-11/+3
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-013-1/+27
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-303-27/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-303-3/+11
* nds32: Add fabsf and sqrtf functionDino Li2017-01-183-1/+131
* ISH: Added UART Rx/Tx interrupt modeKyoung Kim2017-01-111-0/+1
* minute-ia: fix floating point inline assemblyKyoung Kim2017-01-091-6/+8
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-065-5/+5
* nds32: lds: reduce gap of flashDino Li2017-01-052-23/+31
* core: Fix bug will cause tasks sleep forever by mutex_unlock in task.c.Mulin Chao2017-01-052-10/+18
* nds32: pre-fix for the latest official toolchainDino Li2016-12-202-5/+6
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-265-5/+5
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-235-5/+5
* ISH: set toolchain in core/minute-iali feng2016-11-211-3/+3
* Fix various misspellings in commentsMartin Roth2016-11-154-5/+5
* minute-ia: Revise macros to be version independentJaiber John2016-11-042-8/+8
* Fix bugs.Marius Schilder2016-11-021-30/+30
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-264-4/+16
* Cr50: Add mostly-synchronous tpm_reset() function.Bill Richardson2016-09-241-1/+9
* cr50: reset only the TPM state on SYS_RST_LRandall Spangler2016-09-241-0/+16
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-151-1/+6
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-075-1/+21
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3