summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/system.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-7/+6
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-5/+6
* test: system shimYuval Peress2022-11-141-1/+1
* test: shim system.c system_reset()Aaron Massey2022-10-101-0/+6
* test: shim system.c system_hibernate()Aaron Massey2022-10-071-0/+6
* shim/src/system: Don't refer to BBRAM region if it's not definedPatryk Duda2022-10-051-0/+8
* test: system_hibernate() pathsAaron Massey2022-09-231-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-311-1/+1
* zephyr/shim/src/system.c: Format with clang-formatJack Rosenthal2022-06-281-7/+6
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* zephyr: Move system pre-init earlierAndrew McRae2022-05-051-0/+1
* zephyr: use a chosen device for bbram shimPeter Marheine2021-12-081-6/+4
* zephyr: Use NOP to wait for the external reset from H1Wealian Liao2021-09-131-6/+15
* zephyr: shim/system: fix APIs of call BBRAM read and writestabilize-14217.B-mainTim Lin2021-09-131-10/+10
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-11/+7
* zephyr: Move BBRAM access functions to common system.cWealian Liao2021-08-041-17/+68
* zephyr: use DEVICE_DT_GET for various shim modulesFabio Baltieri2021-06-281-1/+6
* zephyr: ztest: Add system_preinitialize back to ztestWealian Liao2021-05-121-3/+2
* zephyr: npcx: Add power management supportKeith Short2021-04-291-0/+22
* zephyr: npcx: Add non-psl hibernate implementationMulin Chao2021-04-141-5/+5
* zephyr: Add chip info support in shimmed system driverMulin Chao2021-04-081-3/+9
* zephyr: shim: system: add hibernate support.Mulin Chao2021-03-311-10/+30
* zephyr: npcx: add reset cause checkWealian Liao2021-03-241-0/+173
* zephyr: add bbram system callWealian Liao2021-03-101-2/+2
* zephyr: efs2: Compute the __image_size for efs2 in the linkerYuval Peress2021-02-261-2/+0
* zephyr: Move bbram logic to devicetreeYuval Peress2021-02-051-24/+36
* zephyr: flash/system: enable common/flash.c & common/system.cYuval Peress2021-02-031-237/+44
* zephyr: Add support for panic outputJack Rosenthal2021-01-261-6/+1
* zephyr: Enable the chgramp taskSimon Glass2021-01-091-0/+6
* zephyr: Add a stub for system_is_locked()Simon Glass2020-12-231-0/+11
* zephyr: shim system_jumped_late & system_enter_hibernateWealian Liao2020-12-011-0/+32
* zephyr: stub system_hibernateJack Rosenthal2020-11-201-0/+8
* zephyr: implement system_jumped_to_this_imageJack Rosenthal2020-11-191-0/+5
* cleanup: follow header include styleJett Rink2020-11-091-3/+4
* Zephyr: add sleep_maskYuval Peress2020-10-301-0/+3
* zephyr: include config.h before ec_commands.hPaul Fagerburg2020-10-261-0/+1
* Add shim for system.c (implementing jump data functions)Yuval Peress2020-10-221-0/+218