summaryrefslogtreecommitdiff
path: root/core/nds32
Commit message (Expand)AuthorAgeFilesLines
* it83xx/fpu: restore ALU at the beginning of exception handlerDino Li2018-09-101-11/+11
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+4
* build: print out remaining RAM spaceJett Rink2018-08-291-0/+2
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+4
* it83xx: clear BRAM if it is not validDino Li2018-08-031-0/+2
* core/nds32: Instruct linker to use fp registers for storing gp valuesPatrick Georgi2018-07-161-0/+1
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-0/+1
* it83xx: disable ROM codestabilize-10866.BDino Li2018-07-101-0/+5
* Revert "nds32: make code build with gcc 8.1"Justin TerAvest2018-06-142-29/+0
* nds32: make code build with gcc 8.1Patrick Georgi2018-06-112-0/+29
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-283-0/+13
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-2/+2
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* it83xx: watchdog: print LP on watchdog warningDino Li2018-05-223-0/+10
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-0/+4
* nds32: task: allow context switching if task_start() is calledDino Li2018-03-132-3/+4
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-0/+6
* nds32: enable GCC LTODino Li2017-11-303-3/+9
* common: Add software CTZ implementation when needeedGwendal Grignou2017-11-161-1/+2
* it83xx: add espi moduleDino Li2017-11-141-1/+7
* nds32: use coreboot-sdk as the default toolchain for local buildDino Li2017-11-101-1/+4
* nds32: add built-in functionDino Li2017-10-262-1/+17
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* Allow core code to request its cross compilerPatrick Georgi2017-07-191-1/+1
* nds32: add software floating point library routinesDino Li2017-06-232-0/+196
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-3/+9
* chip: it83xx: add support for floating point unitDino Li2017-05-292-4/+11
* nds32: lds: compute image size at link timeDino Li2017-03-201-2/+1
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-03-161-11/+2
* version: Store image size data in version structShawn Nematbakhsh2017-03-161-1/+1
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-4/+0
* Revert "version: Store image size data in version struct"Vadim Bendebury2017-02-011-1/+1
* Revert "system: Use stored size in image_data for determining image_used"Vadim Bendebury2017-02-011-1/+11
* system: Use stored size in image_data for determining image_usedShawn Nematbakhsh2017-01-301-11/+1
* version: Store image size data in version structShawn Nematbakhsh2017-01-301-1/+1
* nds32: Add fabsf and sqrtf functionDino Li2017-01-183-1/+131
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-1/+1
* nds32: lds: reduce gap of flashDino Li2017-01-052-23/+31
* nds32: pre-fix for the latest official toolchainDino Li2016-12-202-5/+6
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-1/+1
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-1/+1
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-1/+4
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+4
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-071-5/+5
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-142-8/+5
* cleanup: Remove SHIFT_CODE_FOR_TEST handlingShawn Nematbakhsh2016-06-031-4/+0
* chip: it83xx: Optimize interrupt usage of LPC accessDino Li2016-05-181-10/+0