summaryrefslogtreecommitdiff
path: root/common/system.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* Revert "hostcmd: Remove EC_CMD_VBNV_CONTEXT handler for most boards"Mary Ruthven2021-11-181-3/+7
* Revert "system: Add support for emulated sysrq"Mary Ruthven2021-11-181-17/+0
* Revert "system: Fixups in emulated sysrq code"Mary Ruthven2021-11-181-1/+1
* Revert "Add system_can_boot_ap API"Mary Ruthven2021-11-181-6/+0
* Revert "system: Allow sysjump command to jump to RW_B"Mary Ruthven2021-11-181-7/+1
* Revert "vboot: Jump to RW early"Mary Ruthven2021-11-181-2/+6
* Revert "Add OTP support"Mary Ruthven2021-11-181-32/+0
* Revert "coral: Add host command to fetch SKU ID"Mary Ruthven2021-11-181-16/+0
* Revert "Treat SYSTEM_IMAGE_RW_B also as RW copy"Mary Ruthven2021-11-181-12/+2
* Revert "common: add host command to push AP SKU ID to ec"Mary Ruthven2021-11-181-57/+1
* Revert "EFS: Add support for early firmware selection"Mary Ruthven2021-11-181-35/+6
* Revert "EFS: Switch active slot when current slot is invalid"Mary Ruthven2021-11-181-38/+26
* Revert "EFS: Allow EC to switch slot on reboot"Mary Ruthven2021-11-181-11/+1
* Revert "EFS: Sysjump to active copy"Mary Ruthven2021-11-181-1/+1
* Revert "cortex-m: mpu: Support unaligned regions and protect code RAM"Mary Ruthven2021-11-181-23/+11
* Revert "system: Add wait-ext option to ec reboot command"Mary Ruthven2021-11-181-27/+2
* Revert "system: Allow hibernate to clear AP_OFF flag"Mary Ruthven2021-11-181-8/+0
* Revert "system: Log PC and task id on watchdog"Mary Ruthven2021-11-181-12/+5
* Revert "system: update board version to return an error if encountered"Mary Ruthven2021-11-181-39/+16
* Revert "system: Enable/Disable low power idle in run time"Mary Ruthven2021-11-181-5/+0
* Revert "ec/google: Add command to fetch keyboard ID from EC"Mary Ruthven2021-11-181-17/+0
* Revert "system: Make hibernate console command invoke chipset task if chipset...Mary Ruthven2021-11-181-21/+2
* system: remove support for ap-watchdog resetMary Ruthven2021-11-181-1/+1
* i2c_controller: remove Protect TCPC I2C tunnels as part of EC_REBOOT_DISABLE...Mary Ruthven2021-11-181-32/+0
* Revert "clock: define the function clock_enable_module to all EC chips"Mary Ruthven2021-11-181-10/+0
* Revert "USB PD: Re-discover port partner when a contract was in place"Mary Ruthven2021-11-181-5/+0
* Revert "util/ectool, common/system: Share sysmbol reset_flag_desc."Mary Ruthven2021-11-181-10/+10
* Revert "kukui_scp: Enable MPU to protect code RAM and data RAM in RW image."Mary Ruthven2021-11-181-1/+1
* Revert "USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.h"Mary Ruthven2021-11-181-0/+1
* i2c_controller: remove subcommand to protect all TCPC portsMary Ruthven2021-11-181-0/+31
* Revert "common: board_[read/write]_serial weak reference cleanup"Mary Ruthven2021-11-181-16/+22
* Revert "common/system: refactor some confusing ifdefs"Mary Ruthven2021-11-181-20/+25
* Revert "cleanup: use STATIC_IF for hibernate variables"Mary Ruthven2021-11-181-15/+14
* Revert "version: Make ver_get_num_commits work for on-flash images"Mary Ruthven2021-11-181-1/+2
* Revert "system.c: move jump_data declarations into sysjump.h"Mary Ruthven2021-11-181-1/+30
* Revert "system.c: reset statics for testing"Mary Ruthven2021-11-181-7/+0
* coil: CONFIG_I2C_MASTER -> CONFIG_I2C_CONTROLLERMary Ruthven2021-01-071-1/+1
* coil: remove battery codeMary Ruthven2021-01-061-10/+0
* coil: remove usbc, usb_pd, charge_manager, and tcpmMary Ruthven2021-01-061-34/+0
* system: avoid printing one character at a timeVadim Bendebury2020-03-111-13/+35
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+2
* system.c: reset statics for testingCaveh Jalali2019-10-311-0/+7
* system.c: move jump_data declarations into sysjump.hCaveh Jalali2019-10-231-29/+1
* Remove uses of %lEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-051-2/+3
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-9/+16
* version: Make ver_get_num_commits work for on-flash imagesDaisuke Nojiri2019-09-211-2/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-8/+9