summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* HC: check response buffer size before copying dataLi Feng2023-03-041-0/+3
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-011-2/+2
* system: Add EC_REBOOT_FLAG_CLEAR_AP_IDLEDaisuke Nojiri2023-01-041-24/+24
* ec: Support logging system boot time infoRajesh Kumar2022-12-071-0/+4
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-031-4/+0
* ec: Support logging system boot time infoRajesh Kumar2022-12-021-0/+4
* common: Sort header filesJeremy Bettis2022-11-291-1/+1
* system: Ensure space for panic and jump dataRob Barnes2022-11-171-2/+32
* test: cbi_gpio_read() unhappy pathsAaron Massey2022-10-281-1/+1
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* zephyr: Add more qcom testsJeremy Bettis2022-10-191-1/+1
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-2/+0
* test: Cover all sysjump console command linesAaron Massey2022-09-261-4/+4
* zephyr: tests: Test timer_init() in common/timer.cTristan Honscheid2022-09-231-1/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: tests: Test handling of special key combos in `keyboard_scan.c`Tristan Honscheid2022-09-091-1/+2
* test: Verify sysinfo console_cmdAaron Massey2022-09-081-0/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-11/+11
* zephyr: test: add tests for reboot host commandFabio Baltieri2022-08-221-0/+9
* tree: Change non-standard "%pP" printf format to "%p"Tom Hughes2022-07-191-1/+1
* common/system.c: Format with clang-formatJack Rosenthal2022-06-291-100/+73
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-4/+3
* zephyr: Remove ec_version.h dependency on common/system.cTristan Honscheid2022-06-131-1/+0
* zephyr: panic: Capture the panic informationAndrew McRae2022-05-171-10/+2
* hibernate: allow AP_PWRSEQ to indicate AP power statePeter Marheine2022-04-011-2/+3
* zephyr: Add mock for system_jumped_late() functionTristan Honscheid2022-03-281-1/+1
* zephyr: Fix broken tests when coverage is enabledJeremy Bettis2022-02-171-1/+1
* zephyr: Include common/system.c in posix alsoJeremy Bettis2022-02-151-0/+4
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-061-1/+1
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-171-1/+1
* system: change sleep_mask to atomic_t typeDawid Niedzwiecki2021-11-291-2/+2
* tree: Make all host commands staticTom Hughes2021-10-151-2/+2
* tree: Remove CONFIG_RO_HEAD_ROOM and CONFIG_RW_HEAD_ROOMTom Hughes2021-10-061-5/+0
* ec_commands: Add ec_response_get_version_v1Rob Barnes2021-09-201-10/+18
* system: Add CrOS FWID to version outputRob Barnes2021-09-141-66/+103
* system: add hibernate flagTim Lin2021-09-031-0/+2
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-1/+12
* common: system: always define host_command_get_board_versionDenis Brockus2021-07-291-2/+0
* cbi: Add CONFIG_EEPROM_CBI_WPAseda Aboagye2021-07-291-1/+1
* system: don't hibernate if AC is presentRicardo Quesada2021-07-261-0/+15
* system: Generalize system_get_board_version()Philip Chen2021-07-121-5/+15
* system: Clean up system_get_board_version()Philip Chen2021-07-091-19/+28
* System: Add SYSTEM_IN_MANUAL_RECOVERY flagDaisuke Nojiri2021-07-051-6/+23
* system: Rename reset_flags used in system_encode_save_flagsDaisuke Nojiri2021-07-011-7/+7
* EFS2: Clear EC_RESET_FLAG_EFS when jumping back to RODaisuke Nojiri2021-06-281-1/+6
* zephyr: fix jdata pointerDawid Niedzwiecki2021-06-151-2/+10
* zephyr: shim: add mpu enable and disable supportFabio Baltieri2021-06-141-0/+2
* include/flash: rename the APIsTim Lin2021-06-091-8/+8
* zephyr: Don't reinitialize gpios on a warm rebootSam Hurst2021-06-031-11/+16
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-1/+1