summaryrefslogtreecommitdiff
path: root/core/nds32
Commit message (Expand)AuthorAgeFilesLines
* core/nds32: Format linker scriptCraig Hesling2019-12-161-213/+217
* core/nds32 and riscv-rv32i/ec.lds.S: no assert if section is not presenttim2019-11-221-1/+2
* printf: Convert %l to %llEvan Green2019-10-051-4/+4
* task: Add task_enable_task() and task_disable_task()Yilun Lin2019-08-221-0/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1912-12/+12
* minute-ia: ish software panicDenis Brockus2019-06-111-14/+4
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4
* it83xx/i2cs: add i2c slave functiontim2019-03-301-2/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-263-5/+5
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-282-4/+4
* it83xx: force filling cache if the last two 4KB blocks of 512KB flash are mod...Dino Li2018-12-101-0/+1
* nds32: Add 64-bit divide library routines for N8 CPUDino Li2018-10-313-0/+388
* 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