├── .checkpatch.conf ├── .ci-functions ├── boards_platforms.sh ├── build.sh └── misc.sh ├── .gitignore ├── CMakeLists.txt ├── CODEOWNERS ├── CREDITS ├── Kconfig ├── LICENSE ├── README.md ├── SECURITY.md ├── app ├── CMakeLists.txt ├── app.c ├── debug │ ├── Kconfig │ ├── led_debug.h │ ├── postcodemgmt.c │ └── postcodemgmt.h ├── dnx │ ├── Kconfig │ ├── dnx.c │ ├── dnx.h │ ├── dnx_ec_assisted_trigger.c │ └── dnx_ec_assisted_trigger.h ├── dtt │ ├── Kconfig │ ├── dtt.h │ └── dtt_thermals.c ├── kbchost │ ├── Kconfig │ ├── kbchost.c │ ├── kbchost.h │ ├── keyboard_utility.c │ └── keyboard_utility.h ├── peripheral_management │ ├── Kconfig │ ├── periphmgmt.c │ ├── periphmgmt.h │ ├── pwrbtnmgmt.c │ └── pwrbtnmgmt.h ├── power_management │ └── Kconfig ├── power_sequencing │ ├── Kconfig │ ├── deepsx.c │ ├── deepsx.h │ ├── dswmode.c │ ├── dswmode.h │ ├── pmc.c │ ├── pmc.h │ ├── pseudog3.c │ ├── pseudog3.h │ ├── pwrplane.c │ ├── pwrplane.h │ ├── pwrseq_timeouts.h │ ├── pwrseq_utils.c │ └── pwrseq_utils.h ├── saf │ ├── Kconfig │ ├── saf_config.c │ ├── saf_config.h │ ├── saf_spi_transaction.h │ ├── saf_spi_winbond.c │ └── saf_spi_winbond.h ├── smchost │ ├── Kconfig │ ├── acpi_region.h │ ├── sci.c │ ├── sci.h │ ├── scicodes.h │ ├── smc.c │ ├── smc.h │ ├── smchost.c │ ├── smchost.h │ ├── smchost_commands.h │ ├── smchost_extended.h │ ├── smchost_info.c │ ├── smchost_pm.c │ └── smchost_thermal.c ├── soc_debug_awareness │ ├── Kconfig │ ├── soc_debug.c │ └── soc_debug.h └── thermal_management │ ├── Kconfig │ ├── thermalmgmt.c │ └── thermalmgmt.h ├── boards ├── CMakeLists.txt ├── Kconfig ├── board.c ├── board.h ├── board_config.h ├── board_thermal.h ├── mec1501_adl.conf ├── mec1501_adl_p.conf ├── mec1501_mtl_p.conf ├── mec1501modular_assy6885.conf ├── mec1501modular_assy6885.overlay ├── mec172x_mtl_s.conf ├── mec172x_ptl_uh.conf ├── mec172xlj_mtl_template.conf ├── mec172xmodular_assy6930.conf ├── mec172xmodular_assy6930.overlay └── microchip │ ├── adl_mec1501.c │ ├── adl_mec1501.h │ ├── adl_p_mec1501.c │ ├── adl_p_mec1501.h │ ├── common_mec1501.h │ ├── common_mec172x.h │ ├── mec150x_pin.h │ ├── mec15xx_mecc │ ├── CMakeLists.txt │ ├── icl_mec1501.c │ ├── icl_mec1501.h │ ├── mec15xx_aic_defs.h │ ├── mec15xx_aic_on_adl_s.c │ ├── mec15xx_aic_on_adl_s.h │ ├── mec15xx_aic_rvp_selection.h │ ├── tgl_mec1501.c │ └── tgl_mec1501.h │ ├── mec172x_mecc │ ├── CMakeLists.txt │ ├── mecc172x_aic_defs.h │ ├── mecc172x_aic_on_adl_p.c │ ├── mecc172x_aic_on_adl_p.h │ ├── mecc172x_aic_on_adl_s.c │ ├── mecc172x_aic_on_adl_s.h │ ├── mecc172x_aic_on_mtl_p.c │ ├── mecc172x_aic_on_mtl_p.h │ └── mecc172x_aic_rvp_selection.h │ ├── mec172x_pin.h │ ├── mtl_p_mec1501.c │ ├── mtl_p_mec1501.h │ ├── mtl_s_mec172x.c │ ├── mtl_s_mec172x.h │ ├── mtl_template_mec172xlj.c │ ├── mtl_template_mec172xlj.h │ ├── ptl_uh_mec172x.c │ └── ptl_uh_mec172x.h ├── debug.conf ├── doc ├── .nojekyll ├── conf.py ├── custom-doxygen │ ├── customdoxygen.css │ ├── footer.html │ ├── header.html │ └── mainpage.md ├── ecfw.doxyfile.in ├── index.rst └── reference │ ├── application_notes.rst │ ├── custom_kscan │ ├── index.rst │ ├── keymap_api.png │ ├── keymap_menu.png │ ├── kscan_config_flow.png │ └── kscan_event_flow.png │ ├── dnx │ ├── ec_assisted_dnx_entry.png │ ├── ec_assisted_dnx_entry_via_smc_command_flow.png │ ├── ec_dnx_awareness_flow.png │ ├── index.rst │ ├── jumper_assisted_dnx_entry.png │ ├── spi_boot_config.png │ └── user_dnx_entry_triggers.png │ ├── ecfw_zephyr_modules.png │ ├── ecfw_zephyr_overview.png │ ├── ecfw_zephyr_repos.png │ ├── embedded_controller.png │ ├── espi_test_incorrect_vw_overlay.PNG │ ├── flash_sharing │ ├── caf_flash_sharing_boot_config.png │ ├── espi_spec_flash_sharing.png │ ├── flash_sharing_boot_config_detection_flow.png │ ├── flash_sharing_boot_config_detection_flow_details.png │ ├── g3_flash_sharing_boot_config.png │ ├── index.rst │ └── taf_flash_sharing_boot_config.png │ ├── getting_started.rst │ ├── intel_logo.png │ ├── kbchost │ ├── ec_hotkeys.png │ ├── index.rst │ ├── kbchost_sequence_ps2.png │ └── kbchost_transitions.png │ ├── kscan │ ├── index.rst │ ├── kscan_config.png │ └── kscan_key_event.png │ ├── modules.rst │ ├── overview.rst │ ├── peripheral │ ├── debounce_aid_by_interrupts.png │ ├── index.rst │ ├── peripheral_implementation.png │ ├── peripheral_swstack.png │ └── switch_transient.png │ ├── porting_ecfw_custom_hw │ ├── board_ec_mapping.png │ ├── change_ec_soc_packaging.png │ ├── index.rst │ ├── mecc_cards_overlay.png │ ├── mtl_p_board_specific_files.png │ ├── oot_boards.png │ └── oot_boards_vs_boards.png │ ├── power_sequencing │ ├── espi_hub_dependency.png │ ├── index.rst │ ├── power_signals.png │ └── system_transitions.png │ ├── smc │ ├── index.rst │ ├── smc_hw_interface.png │ └── smc_swstack.png │ ├── soc_debug_awareness │ ├── index.rst │ ├── soc_debug_consent_jumper.png │ ├── soc_debug_consent_kbm.png │ ├── soc_debug_consent_kbm_considerations_ext_pup.png │ ├── soc_debug_consent_kbm_considerations_int_pup.png │ ├── soc_debug_consent_kbm_flow.png │ ├── soc_debug_consent_soc_gpio.png │ ├── soc_debug_consent_soc_gpio_considerations.png │ └── soc_debug_consent_soc_gpio_flow.png │ ├── supported_hw.rst │ └── task_handling │ ├── ectask_execution.png │ └── index.rst ├── docs ├── .nojekyll ├── _images │ ├── board_ec_mapping.png │ ├── caf_flash_sharing_boot_config.png │ ├── debounce_aid_by_interrupts.png │ ├── ec_assisted_dnx_entry.png │ ├── ec_assisted_dnx_entry_via_smc_command_flow.png │ ├── ec_dnx_awareness_flow.png │ ├── ec_hotkeys.png │ ├── ecfw_zephyr_modules.png │ ├── ecfw_zephyr_overview.png │ ├── ecfw_zephyr_repos.png │ ├── ectask_execution.png │ ├── embedded_controller.png │ ├── espi_hub_dependency.png │ ├── espi_spec_flash_sharing.png │ ├── flash_sharing_boot_config_detection.png │ ├── flash_sharing_boot_config_detection_flow.png │ ├── flash_sharing_boot_config_detection_flow_details.png │ ├── g3_flash_sharing_boot_config.png │ ├── jumper_assisted_dnx_entry.png │ ├── kbchost_sequence_ps2.png │ ├── kbchost_transitions.png │ ├── keymap_api.png │ ├── keymap_menu.png │ ├── kscan_config.png │ ├── kscan_config_flow.png │ ├── kscan_event_flow.png │ ├── kscan_key_event.png │ ├── mecc_cards_overlay.png │ ├── mtl_p_board_specific_files.png │ ├── oot_boards.png │ ├── oot_boards_vs_boards.png │ ├── peripheral_implementation.png │ ├── peripheral_swstack.png │ ├── power_signals.png │ ├── smc_hw_interface.png │ ├── smc_swstack.png │ ├── soc_debug_consent_jumper.png │ ├── soc_debug_consent_kbm_considerations_ext_pup.png │ ├── soc_debug_consent_kbm_considerations_int_pup.png │ ├── soc_debug_consent_kbm_flow.png │ ├── soc_debug_consent_soc_gpio.png │ ├── soc_debug_consent_soc_gpio_considerations.png │ ├── soc_debug_consent_soc_gpio_flow.png │ ├── spi_boot_config.png │ ├── switch_transient.png │ ├── system_transitions.png │ ├── taf_flash_sharing_boot_config.png │ └── user_dnx_entry_triggers.png ├── _static │ ├── _sphinx_javascript_frameworks_compat.js │ ├── basic.css │ ├── css │ │ ├── badge_only.css │ │ ├── fonts │ │ │ ├── Roboto-Slab-Bold.woff │ │ │ ├── Roboto-Slab-Bold.woff2 │ │ │ ├── Roboto-Slab-Regular.woff │ │ │ ├── Roboto-Slab-Regular.woff2 │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── fontawesome-webfont.woff2 │ │ │ ├── lato-bold-italic.woff │ │ │ ├── lato-bold-italic.woff2 │ │ │ ├── lato-bold.woff │ │ │ ├── lato-bold.woff2 │ │ │ ├── lato-normal-italic.woff │ │ │ ├── lato-normal-italic.woff2 │ │ │ ├── lato-normal.woff │ │ │ └── lato-normal.woff2 │ │ └── theme.css │ ├── doctools.js │ ├── documentation_options.js │ ├── file.png │ ├── jquery-3.6.0.js │ ├── jquery.js │ ├── js │ │ ├── badge_only.js │ │ ├── html5shiv-printshiv.min.js │ │ ├── html5shiv.min.js │ │ └── theme.js │ ├── language_data.js │ ├── minus.png │ ├── plus.png │ ├── pygments.css │ ├── searchtools.js │ ├── sphinx_highlight.js │ ├── underscore-1.13.1.js │ └── underscore.js ├── genindex.html ├── index.html ├── objects.inv ├── reference │ ├── application_notes.html │ ├── custom_kscan │ │ └── index.html │ ├── dnx │ │ └── index.html │ ├── flash_sharing │ │ └── index.html │ ├── getting_started.html │ ├── kbchost │ │ └── index.html │ ├── kscan │ │ └── index.html │ ├── modules.html │ ├── overview.html │ ├── peripheral │ │ └── index.html │ ├── porting_ecfw_custom_hw │ │ └── index.html │ ├── power_sequencing │ │ └── index.html │ ├── smc │ │ └── index.html │ ├── soc_debug_awareness │ │ └── index.html │ ├── supported_hw.html │ └── task_handling │ │ └── index.html ├── search.html └── searchindex.js ├── drivers ├── CMakeLists.txt ├── Kconfig ├── acpi.h ├── acpi_mec15xx.c ├── acpi_mec172x.c ├── adc_sensors.c ├── adc_sensors.h ├── eeprom.c ├── eeprom.h ├── espi_hub.c ├── espi_hub.h ├── espioob_mngr.c ├── espioob_mngr.h ├── fan.h ├── fan_mec15xx.c ├── fujitsu_keymap.c ├── gpio_ec.h ├── gpio_mec.c ├── gtech_keymap.c ├── i2c_hub.c ├── i2c_hub.h ├── kbs_boot_keyseq.h ├── kbs_keymap.h ├── kbs_matrix.c ├── kbs_matrix.h ├── led.c ├── led.h ├── max6958.c ├── max6958.h ├── peci_hub.c ├── peci_hub.h ├── port80display.c ├── port80display.h ├── ps2kbaux.c ├── ps2kbaux.h ├── spi_winbond_opcodes.h ├── thermal_sensor.c ├── thermal_sensor.h ├── vci.c ├── vci.h ├── vci_mec15xx.c └── vci_mec172x.c ├── enable-i2csmb2.overlay ├── include ├── errcodes.h └── system.h ├── linker └── custom-sections.ld ├── misc ├── CMakeLists.txt ├── flashhdr.c ├── flashhdr.h ├── memops.h ├── softstrap.c ├── softstrap.h ├── task_handler.c └── task_handler.h ├── out_of_tree_boards └── boards │ └── arm │ ├── mec1501_adl │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── mec1501_adl-pinctrl.dtsi │ ├── mec1501_adl.dts │ ├── mec1501_adl.yaml │ ├── mec1501_adl_defconfig │ ├── pinmux.c │ └── support │ │ └── spi_cfg.txt │ ├── mec1501_adl_p │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── mec1501_adl_p-pinctrl.dtsi │ ├── mec1501_adl_p.dts │ ├── mec1501_adl_p.yaml │ ├── mec1501_adl_p_defconfig │ ├── pinmux.c │ └── support │ │ └── spi_cfg.txt │ ├── mec1501_mtl_p │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── doc │ │ └── index.rst │ ├── mec1501_mtl_p-pinctrl.dtsi │ ├── mec1501_mtl_p.dts │ ├── mec1501_mtl_p.yaml │ ├── mec1501_mtl_p_defconfig │ └── support │ │ └── spi_cfg.txt │ ├── mec172x-espi-based-board.dtsi │ ├── mec172x-kscan-pinctrl-bias.dtsi │ ├── mec172x-ps2-pinctrl-bias.dtsi │ ├── mec172x-vw-ocp.dtsi │ ├── mec172x_lj_mtl_template │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── mec172xlj_mtl_template.dts │ ├── mec172xlj_mtl_template.yaml │ ├── mec172xlj_mtl_template_defconfig │ └── support │ │ └── spi_cfg.txt │ ├── mec172x_mtl_s │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── doc │ │ └── index.rst │ ├── mec172x_mtl_s.dts │ ├── mec172x_mtl_s.yaml │ ├── mec172x_mtl_s_defconfig │ └── support │ │ └── spi_cfg.txt │ └── mec172x_ptl_uh │ ├── CMakeLists.txt │ ├── Kconfig.board │ ├── Kconfig.defconfig │ ├── board.cmake │ ├── doc │ └── index.rst │ ├── mec172x_ptl_uh.dts │ ├── mec172x_ptl_uh.yaml │ ├── mec172x_ptl_uh_defconfig │ └── support │ └── spi_cfg.txt ├── prj.conf ├── release.conf ├── safdebug.conf ├── scripts ├── bdba_ci.py ├── checkpatch.pl ├── checkpatch │ └── typedefsfile ├── gitlint │ └── zephyr_commit_rules.py └── spelling.txt ├── west.yml └── zephyr_patches ├── patches_v2_5.patch ├── patches_v2_7.patch ├── patches_v3.4.patch ├── patches_v3_2.patch ├── patches_v3_6.patch ├── zephyr_patches_how_to.txt └── zephyr_v2_7_oe_1_65.patch /.checkpatch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/.checkpatch.conf -------------------------------------------------------------------------------- /.ci-functions/boards_platforms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/.ci-functions/boards_platforms.sh -------------------------------------------------------------------------------- /.ci-functions/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/.ci-functions/build.sh -------------------------------------------------------------------------------- /.ci-functions/misc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/.ci-functions/misc.sh -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/CREDITS -------------------------------------------------------------------------------- /Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/Kconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/SECURITY.md -------------------------------------------------------------------------------- /app/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/CMakeLists.txt -------------------------------------------------------------------------------- /app/app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/app.c -------------------------------------------------------------------------------- /app/debug/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/debug/Kconfig -------------------------------------------------------------------------------- /app/debug/led_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/debug/led_debug.h -------------------------------------------------------------------------------- /app/debug/postcodemgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/debug/postcodemgmt.c -------------------------------------------------------------------------------- /app/debug/postcodemgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/debug/postcodemgmt.h -------------------------------------------------------------------------------- /app/dnx/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dnx/Kconfig -------------------------------------------------------------------------------- /app/dnx/dnx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dnx/dnx.c -------------------------------------------------------------------------------- /app/dnx/dnx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dnx/dnx.h -------------------------------------------------------------------------------- /app/dnx/dnx_ec_assisted_trigger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dnx/dnx_ec_assisted_trigger.c -------------------------------------------------------------------------------- /app/dnx/dnx_ec_assisted_trigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dnx/dnx_ec_assisted_trigger.h -------------------------------------------------------------------------------- /app/dtt/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dtt/Kconfig -------------------------------------------------------------------------------- /app/dtt/dtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dtt/dtt.h -------------------------------------------------------------------------------- /app/dtt/dtt_thermals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/dtt/dtt_thermals.c -------------------------------------------------------------------------------- /app/kbchost/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/kbchost/Kconfig -------------------------------------------------------------------------------- /app/kbchost/kbchost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/kbchost/kbchost.c -------------------------------------------------------------------------------- /app/kbchost/kbchost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/kbchost/kbchost.h -------------------------------------------------------------------------------- /app/kbchost/keyboard_utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/kbchost/keyboard_utility.c -------------------------------------------------------------------------------- /app/kbchost/keyboard_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/kbchost/keyboard_utility.h -------------------------------------------------------------------------------- /app/peripheral_management/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/peripheral_management/Kconfig -------------------------------------------------------------------------------- /app/peripheral_management/periphmgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/peripheral_management/periphmgmt.c -------------------------------------------------------------------------------- /app/peripheral_management/periphmgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/peripheral_management/periphmgmt.h -------------------------------------------------------------------------------- /app/peripheral_management/pwrbtnmgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/peripheral_management/pwrbtnmgmt.c -------------------------------------------------------------------------------- /app/peripheral_management/pwrbtnmgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/peripheral_management/pwrbtnmgmt.h -------------------------------------------------------------------------------- /app/power_management/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_management/Kconfig -------------------------------------------------------------------------------- /app/power_sequencing/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/Kconfig -------------------------------------------------------------------------------- /app/power_sequencing/deepsx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/deepsx.c -------------------------------------------------------------------------------- /app/power_sequencing/deepsx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/deepsx.h -------------------------------------------------------------------------------- /app/power_sequencing/dswmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/dswmode.c -------------------------------------------------------------------------------- /app/power_sequencing/dswmode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/dswmode.h -------------------------------------------------------------------------------- /app/power_sequencing/pmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pmc.c -------------------------------------------------------------------------------- /app/power_sequencing/pmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pmc.h -------------------------------------------------------------------------------- /app/power_sequencing/pseudog3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pseudog3.c -------------------------------------------------------------------------------- /app/power_sequencing/pseudog3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pseudog3.h -------------------------------------------------------------------------------- /app/power_sequencing/pwrplane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pwrplane.c -------------------------------------------------------------------------------- /app/power_sequencing/pwrplane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pwrplane.h -------------------------------------------------------------------------------- /app/power_sequencing/pwrseq_timeouts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pwrseq_timeouts.h -------------------------------------------------------------------------------- /app/power_sequencing/pwrseq_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pwrseq_utils.c -------------------------------------------------------------------------------- /app/power_sequencing/pwrseq_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/power_sequencing/pwrseq_utils.h -------------------------------------------------------------------------------- /app/saf/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/Kconfig -------------------------------------------------------------------------------- /app/saf/saf_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/saf_config.c -------------------------------------------------------------------------------- /app/saf/saf_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/saf_config.h -------------------------------------------------------------------------------- /app/saf/saf_spi_transaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/saf_spi_transaction.h -------------------------------------------------------------------------------- /app/saf/saf_spi_winbond.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/saf_spi_winbond.c -------------------------------------------------------------------------------- /app/saf/saf_spi_winbond.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/saf/saf_spi_winbond.h -------------------------------------------------------------------------------- /app/smchost/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/Kconfig -------------------------------------------------------------------------------- /app/smchost/acpi_region.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/acpi_region.h -------------------------------------------------------------------------------- /app/smchost/sci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/sci.c -------------------------------------------------------------------------------- /app/smchost/sci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/sci.h -------------------------------------------------------------------------------- /app/smchost/scicodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/scicodes.h -------------------------------------------------------------------------------- /app/smchost/smc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smc.c -------------------------------------------------------------------------------- /app/smchost/smc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smc.h -------------------------------------------------------------------------------- /app/smchost/smchost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost.c -------------------------------------------------------------------------------- /app/smchost/smchost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost.h -------------------------------------------------------------------------------- /app/smchost/smchost_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost_commands.h -------------------------------------------------------------------------------- /app/smchost/smchost_extended.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost_extended.h -------------------------------------------------------------------------------- /app/smchost/smchost_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost_info.c -------------------------------------------------------------------------------- /app/smchost/smchost_pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost_pm.c -------------------------------------------------------------------------------- /app/smchost/smchost_thermal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/smchost/smchost_thermal.c -------------------------------------------------------------------------------- /app/soc_debug_awareness/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/soc_debug_awareness/Kconfig -------------------------------------------------------------------------------- /app/soc_debug_awareness/soc_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/soc_debug_awareness/soc_debug.c -------------------------------------------------------------------------------- /app/soc_debug_awareness/soc_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/soc_debug_awareness/soc_debug.h -------------------------------------------------------------------------------- /app/thermal_management/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/thermal_management/Kconfig -------------------------------------------------------------------------------- /app/thermal_management/thermalmgmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/thermal_management/thermalmgmt.c -------------------------------------------------------------------------------- /app/thermal_management/thermalmgmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/app/thermal_management/thermalmgmt.h -------------------------------------------------------------------------------- /boards/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/CMakeLists.txt -------------------------------------------------------------------------------- /boards/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/Kconfig -------------------------------------------------------------------------------- /boards/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/board.c -------------------------------------------------------------------------------- /boards/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/board.h -------------------------------------------------------------------------------- /boards/board_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/board_config.h -------------------------------------------------------------------------------- /boards/board_thermal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/board_thermal.h -------------------------------------------------------------------------------- /boards/mec1501_adl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec1501_adl.conf -------------------------------------------------------------------------------- /boards/mec1501_adl_p.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec1501_adl_p.conf -------------------------------------------------------------------------------- /boards/mec1501_mtl_p.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec1501_mtl_p.conf -------------------------------------------------------------------------------- /boards/mec1501modular_assy6885.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec1501modular_assy6885.conf -------------------------------------------------------------------------------- /boards/mec1501modular_assy6885.overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec1501modular_assy6885.overlay -------------------------------------------------------------------------------- /boards/mec172x_mtl_s.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec172x_mtl_s.conf -------------------------------------------------------------------------------- /boards/mec172x_ptl_uh.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec172x_ptl_uh.conf -------------------------------------------------------------------------------- /boards/mec172xlj_mtl_template.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec172xlj_mtl_template.conf -------------------------------------------------------------------------------- /boards/mec172xmodular_assy6930.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec172xmodular_assy6930.conf -------------------------------------------------------------------------------- /boards/mec172xmodular_assy6930.overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/mec172xmodular_assy6930.overlay -------------------------------------------------------------------------------- /boards/microchip/adl_mec1501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/adl_mec1501.c -------------------------------------------------------------------------------- /boards/microchip/adl_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/adl_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/adl_p_mec1501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/adl_p_mec1501.c -------------------------------------------------------------------------------- /boards/microchip/adl_p_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/adl_p_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/common_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/common_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/common_mec172x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/common_mec172x.h -------------------------------------------------------------------------------- /boards/microchip/mec150x_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec150x_pin.h -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/CMakeLists.txt -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/icl_mec1501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/icl_mec1501.c -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/icl_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/icl_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/mec15xx_aic_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/mec15xx_aic_defs.h -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/mec15xx_aic_on_adl_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/mec15xx_aic_on_adl_s.c -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/mec15xx_aic_on_adl_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/mec15xx_aic_on_adl_s.h -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/mec15xx_aic_rvp_selection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/mec15xx_aic_rvp_selection.h -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/tgl_mec1501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/tgl_mec1501.c -------------------------------------------------------------------------------- /boards/microchip/mec15xx_mecc/tgl_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec15xx_mecc/tgl_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/CMakeLists.txt -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_defs.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_p.c -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_p.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_s.c -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_adl_s.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_mtl_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_mtl_p.c -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_on_mtl_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_on_mtl_p.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_mecc/mecc172x_aic_rvp_selection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_mecc/mecc172x_aic_rvp_selection.h -------------------------------------------------------------------------------- /boards/microchip/mec172x_pin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mec172x_pin.h -------------------------------------------------------------------------------- /boards/microchip/mtl_p_mec1501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_p_mec1501.c -------------------------------------------------------------------------------- /boards/microchip/mtl_p_mec1501.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_p_mec1501.h -------------------------------------------------------------------------------- /boards/microchip/mtl_s_mec172x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_s_mec172x.c -------------------------------------------------------------------------------- /boards/microchip/mtl_s_mec172x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_s_mec172x.h -------------------------------------------------------------------------------- /boards/microchip/mtl_template_mec172xlj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_template_mec172xlj.c -------------------------------------------------------------------------------- /boards/microchip/mtl_template_mec172xlj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/mtl_template_mec172xlj.h -------------------------------------------------------------------------------- /boards/microchip/ptl_uh_mec172x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/ptl_uh_mec172x.c -------------------------------------------------------------------------------- /boards/microchip/ptl_uh_mec172x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/boards/microchip/ptl_uh_mec172x.h -------------------------------------------------------------------------------- /debug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/debug.conf -------------------------------------------------------------------------------- /doc/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/.nojekyll -------------------------------------------------------------------------------- /doc/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/conf.py -------------------------------------------------------------------------------- /doc/custom-doxygen/customdoxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/custom-doxygen/customdoxygen.css -------------------------------------------------------------------------------- /doc/custom-doxygen/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/custom-doxygen/footer.html -------------------------------------------------------------------------------- /doc/custom-doxygen/header.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/custom-doxygen/header.html -------------------------------------------------------------------------------- /doc/custom-doxygen/mainpage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/custom-doxygen/mainpage.md -------------------------------------------------------------------------------- /doc/ecfw.doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/ecfw.doxyfile.in -------------------------------------------------------------------------------- /doc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/index.rst -------------------------------------------------------------------------------- /doc/reference/application_notes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/application_notes.rst -------------------------------------------------------------------------------- /doc/reference/custom_kscan/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/custom_kscan/index.rst -------------------------------------------------------------------------------- /doc/reference/custom_kscan/keymap_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/custom_kscan/keymap_api.png -------------------------------------------------------------------------------- /doc/reference/custom_kscan/keymap_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/custom_kscan/keymap_menu.png -------------------------------------------------------------------------------- /doc/reference/custom_kscan/kscan_config_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/custom_kscan/kscan_config_flow.png -------------------------------------------------------------------------------- /doc/reference/custom_kscan/kscan_event_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/custom_kscan/kscan_event_flow.png -------------------------------------------------------------------------------- /doc/reference/dnx/ec_assisted_dnx_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/ec_assisted_dnx_entry.png -------------------------------------------------------------------------------- /doc/reference/dnx/ec_assisted_dnx_entry_via_smc_command_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/ec_assisted_dnx_entry_via_smc_command_flow.png -------------------------------------------------------------------------------- /doc/reference/dnx/ec_dnx_awareness_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/ec_dnx_awareness_flow.png -------------------------------------------------------------------------------- /doc/reference/dnx/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/index.rst -------------------------------------------------------------------------------- /doc/reference/dnx/jumper_assisted_dnx_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/jumper_assisted_dnx_entry.png -------------------------------------------------------------------------------- /doc/reference/dnx/spi_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/spi_boot_config.png -------------------------------------------------------------------------------- /doc/reference/dnx/user_dnx_entry_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/dnx/user_dnx_entry_triggers.png -------------------------------------------------------------------------------- /doc/reference/ecfw_zephyr_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/ecfw_zephyr_modules.png -------------------------------------------------------------------------------- /doc/reference/ecfw_zephyr_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/ecfw_zephyr_overview.png -------------------------------------------------------------------------------- /doc/reference/ecfw_zephyr_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/ecfw_zephyr_repos.png -------------------------------------------------------------------------------- /doc/reference/embedded_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/embedded_controller.png -------------------------------------------------------------------------------- /doc/reference/espi_test_incorrect_vw_overlay.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/espi_test_incorrect_vw_overlay.PNG -------------------------------------------------------------------------------- /doc/reference/flash_sharing/caf_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/caf_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /doc/reference/flash_sharing/espi_spec_flash_sharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/espi_spec_flash_sharing.png -------------------------------------------------------------------------------- /doc/reference/flash_sharing/flash_sharing_boot_config_detection_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/flash_sharing_boot_config_detection_flow.png -------------------------------------------------------------------------------- /doc/reference/flash_sharing/flash_sharing_boot_config_detection_flow_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/flash_sharing_boot_config_detection_flow_details.png -------------------------------------------------------------------------------- /doc/reference/flash_sharing/g3_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/g3_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /doc/reference/flash_sharing/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/index.rst -------------------------------------------------------------------------------- /doc/reference/flash_sharing/taf_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/flash_sharing/taf_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /doc/reference/getting_started.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/getting_started.rst -------------------------------------------------------------------------------- /doc/reference/intel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/intel_logo.png -------------------------------------------------------------------------------- /doc/reference/kbchost/ec_hotkeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kbchost/ec_hotkeys.png -------------------------------------------------------------------------------- /doc/reference/kbchost/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kbchost/index.rst -------------------------------------------------------------------------------- /doc/reference/kbchost/kbchost_sequence_ps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kbchost/kbchost_sequence_ps2.png -------------------------------------------------------------------------------- /doc/reference/kbchost/kbchost_transitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kbchost/kbchost_transitions.png -------------------------------------------------------------------------------- /doc/reference/kscan/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kscan/index.rst -------------------------------------------------------------------------------- /doc/reference/kscan/kscan_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kscan/kscan_config.png -------------------------------------------------------------------------------- /doc/reference/kscan/kscan_key_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/kscan/kscan_key_event.png -------------------------------------------------------------------------------- /doc/reference/modules.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/modules.rst -------------------------------------------------------------------------------- /doc/reference/overview.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/overview.rst -------------------------------------------------------------------------------- /doc/reference/peripheral/debounce_aid_by_interrupts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/peripheral/debounce_aid_by_interrupts.png -------------------------------------------------------------------------------- /doc/reference/peripheral/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/peripheral/index.rst -------------------------------------------------------------------------------- /doc/reference/peripheral/peripheral_implementation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/peripheral/peripheral_implementation.png -------------------------------------------------------------------------------- /doc/reference/peripheral/peripheral_swstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/peripheral/peripheral_swstack.png -------------------------------------------------------------------------------- /doc/reference/peripheral/switch_transient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/peripheral/switch_transient.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/board_ec_mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/board_ec_mapping.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/change_ec_soc_packaging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/change_ec_soc_packaging.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/index.rst -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/mecc_cards_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/mecc_cards_overlay.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/mtl_p_board_specific_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/mtl_p_board_specific_files.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/oot_boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/oot_boards.png -------------------------------------------------------------------------------- /doc/reference/porting_ecfw_custom_hw/oot_boards_vs_boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/porting_ecfw_custom_hw/oot_boards_vs_boards.png -------------------------------------------------------------------------------- /doc/reference/power_sequencing/espi_hub_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/power_sequencing/espi_hub_dependency.png -------------------------------------------------------------------------------- /doc/reference/power_sequencing/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/power_sequencing/index.rst -------------------------------------------------------------------------------- /doc/reference/power_sequencing/power_signals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/power_sequencing/power_signals.png -------------------------------------------------------------------------------- /doc/reference/power_sequencing/system_transitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/power_sequencing/system_transitions.png -------------------------------------------------------------------------------- /doc/reference/smc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/smc/index.rst -------------------------------------------------------------------------------- /doc/reference/smc/smc_hw_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/smc/smc_hw_interface.png -------------------------------------------------------------------------------- /doc/reference/smc/smc_swstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/smc/smc_swstack.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/index.rst -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_jumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_jumper.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_kbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_kbm.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_kbm_considerations_ext_pup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_kbm_considerations_ext_pup.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_kbm_considerations_int_pup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_kbm_considerations_int_pup.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_kbm_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_kbm_flow.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio_considerations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio_considerations.png -------------------------------------------------------------------------------- /doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/soc_debug_awareness/soc_debug_consent_soc_gpio_flow.png -------------------------------------------------------------------------------- /doc/reference/supported_hw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/supported_hw.rst -------------------------------------------------------------------------------- /doc/reference/task_handling/ectask_execution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/task_handling/ectask_execution.png -------------------------------------------------------------------------------- /doc/reference/task_handling/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/doc/reference/task_handling/index.rst -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/.nojekyll -------------------------------------------------------------------------------- /docs/_images/board_ec_mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/board_ec_mapping.png -------------------------------------------------------------------------------- /docs/_images/caf_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/caf_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /docs/_images/debounce_aid_by_interrupts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/debounce_aid_by_interrupts.png -------------------------------------------------------------------------------- /docs/_images/ec_assisted_dnx_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ec_assisted_dnx_entry.png -------------------------------------------------------------------------------- /docs/_images/ec_assisted_dnx_entry_via_smc_command_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ec_assisted_dnx_entry_via_smc_command_flow.png -------------------------------------------------------------------------------- /docs/_images/ec_dnx_awareness_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ec_dnx_awareness_flow.png -------------------------------------------------------------------------------- /docs/_images/ec_hotkeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ec_hotkeys.png -------------------------------------------------------------------------------- /docs/_images/ecfw_zephyr_modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ecfw_zephyr_modules.png -------------------------------------------------------------------------------- /docs/_images/ecfw_zephyr_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ecfw_zephyr_overview.png -------------------------------------------------------------------------------- /docs/_images/ecfw_zephyr_repos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ecfw_zephyr_repos.png -------------------------------------------------------------------------------- /docs/_images/ectask_execution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/ectask_execution.png -------------------------------------------------------------------------------- /docs/_images/embedded_controller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/embedded_controller.png -------------------------------------------------------------------------------- /docs/_images/espi_hub_dependency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/espi_hub_dependency.png -------------------------------------------------------------------------------- /docs/_images/espi_spec_flash_sharing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/espi_spec_flash_sharing.png -------------------------------------------------------------------------------- /docs/_images/flash_sharing_boot_config_detection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/flash_sharing_boot_config_detection.png -------------------------------------------------------------------------------- /docs/_images/flash_sharing_boot_config_detection_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/flash_sharing_boot_config_detection_flow.png -------------------------------------------------------------------------------- /docs/_images/flash_sharing_boot_config_detection_flow_details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/flash_sharing_boot_config_detection_flow_details.png -------------------------------------------------------------------------------- /docs/_images/g3_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/g3_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /docs/_images/jumper_assisted_dnx_entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/jumper_assisted_dnx_entry.png -------------------------------------------------------------------------------- /docs/_images/kbchost_sequence_ps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kbchost_sequence_ps2.png -------------------------------------------------------------------------------- /docs/_images/kbchost_transitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kbchost_transitions.png -------------------------------------------------------------------------------- /docs/_images/keymap_api.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/keymap_api.png -------------------------------------------------------------------------------- /docs/_images/keymap_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/keymap_menu.png -------------------------------------------------------------------------------- /docs/_images/kscan_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kscan_config.png -------------------------------------------------------------------------------- /docs/_images/kscan_config_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kscan_config_flow.png -------------------------------------------------------------------------------- /docs/_images/kscan_event_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kscan_event_flow.png -------------------------------------------------------------------------------- /docs/_images/kscan_key_event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/kscan_key_event.png -------------------------------------------------------------------------------- /docs/_images/mecc_cards_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/mecc_cards_overlay.png -------------------------------------------------------------------------------- /docs/_images/mtl_p_board_specific_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/mtl_p_board_specific_files.png -------------------------------------------------------------------------------- /docs/_images/oot_boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/oot_boards.png -------------------------------------------------------------------------------- /docs/_images/oot_boards_vs_boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/oot_boards_vs_boards.png -------------------------------------------------------------------------------- /docs/_images/peripheral_implementation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/peripheral_implementation.png -------------------------------------------------------------------------------- /docs/_images/peripheral_swstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/peripheral_swstack.png -------------------------------------------------------------------------------- /docs/_images/power_signals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/power_signals.png -------------------------------------------------------------------------------- /docs/_images/smc_hw_interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/smc_hw_interface.png -------------------------------------------------------------------------------- /docs/_images/smc_swstack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/smc_swstack.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_jumper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_jumper.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_kbm_considerations_ext_pup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_kbm_considerations_ext_pup.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_kbm_considerations_int_pup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_kbm_considerations_int_pup.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_kbm_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_kbm_flow.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_soc_gpio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_soc_gpio.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_soc_gpio_considerations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_soc_gpio_considerations.png -------------------------------------------------------------------------------- /docs/_images/soc_debug_consent_soc_gpio_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/soc_debug_consent_soc_gpio_flow.png -------------------------------------------------------------------------------- /docs/_images/spi_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/spi_boot_config.png -------------------------------------------------------------------------------- /docs/_images/switch_transient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/switch_transient.png -------------------------------------------------------------------------------- /docs/_images/system_transitions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/system_transitions.png -------------------------------------------------------------------------------- /docs/_images/taf_flash_sharing_boot_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/taf_flash_sharing_boot_config.png -------------------------------------------------------------------------------- /docs/_images/user_dnx_entry_triggers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_images/user_dnx_entry_triggers.png -------------------------------------------------------------------------------- /docs/_static/_sphinx_javascript_frameworks_compat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/_sphinx_javascript_frameworks_compat.js -------------------------------------------------------------------------------- /docs/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/basic.css -------------------------------------------------------------------------------- /docs/_static/css/badge_only.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/badge_only.css -------------------------------------------------------------------------------- /docs/_static/css/fonts/Roboto-Slab-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/Roboto-Slab-Bold.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/Roboto-Slab-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/Roboto-Slab-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/Roboto-Slab-Regular.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/Roboto-Slab-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/_static/css/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/_static/css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/_static/css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-bold-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-bold-italic.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-bold-italic.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-bold.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-bold.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-normal-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-normal-italic.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-normal-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-normal-italic.woff2 -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-normal.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-normal.woff -------------------------------------------------------------------------------- /docs/_static/css/fonts/lato-normal.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/fonts/lato-normal.woff2 -------------------------------------------------------------------------------- /docs/_static/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/css/theme.css -------------------------------------------------------------------------------- /docs/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/doctools.js -------------------------------------------------------------------------------- /docs/_static/documentation_options.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/documentation_options.js -------------------------------------------------------------------------------- /docs/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/file.png -------------------------------------------------------------------------------- /docs/_static/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/jquery.js -------------------------------------------------------------------------------- /docs/_static/js/badge_only.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/js/badge_only.js -------------------------------------------------------------------------------- /docs/_static/js/html5shiv-printshiv.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/js/html5shiv-printshiv.min.js -------------------------------------------------------------------------------- /docs/_static/js/html5shiv.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/js/html5shiv.min.js -------------------------------------------------------------------------------- /docs/_static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/js/theme.js -------------------------------------------------------------------------------- /docs/_static/language_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/language_data.js -------------------------------------------------------------------------------- /docs/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/minus.png -------------------------------------------------------------------------------- /docs/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/plus.png -------------------------------------------------------------------------------- /docs/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/pygments.css -------------------------------------------------------------------------------- /docs/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/searchtools.js -------------------------------------------------------------------------------- /docs/_static/sphinx_highlight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/sphinx_highlight.js -------------------------------------------------------------------------------- /docs/_static/underscore-1.13.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/underscore-1.13.1.js -------------------------------------------------------------------------------- /docs/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/_static/underscore.js -------------------------------------------------------------------------------- /docs/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/genindex.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/objects.inv -------------------------------------------------------------------------------- /docs/reference/application_notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/application_notes.html -------------------------------------------------------------------------------- /docs/reference/custom_kscan/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/custom_kscan/index.html -------------------------------------------------------------------------------- /docs/reference/dnx/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/dnx/index.html -------------------------------------------------------------------------------- /docs/reference/flash_sharing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/flash_sharing/index.html -------------------------------------------------------------------------------- /docs/reference/getting_started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/getting_started.html -------------------------------------------------------------------------------- /docs/reference/kbchost/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/kbchost/index.html -------------------------------------------------------------------------------- /docs/reference/kscan/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/kscan/index.html -------------------------------------------------------------------------------- /docs/reference/modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/modules.html -------------------------------------------------------------------------------- /docs/reference/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/overview.html -------------------------------------------------------------------------------- /docs/reference/peripheral/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/peripheral/index.html -------------------------------------------------------------------------------- /docs/reference/porting_ecfw_custom_hw/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/porting_ecfw_custom_hw/index.html -------------------------------------------------------------------------------- /docs/reference/power_sequencing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/power_sequencing/index.html -------------------------------------------------------------------------------- /docs/reference/smc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/smc/index.html -------------------------------------------------------------------------------- /docs/reference/soc_debug_awareness/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/soc_debug_awareness/index.html -------------------------------------------------------------------------------- /docs/reference/supported_hw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/supported_hw.html -------------------------------------------------------------------------------- /docs/reference/task_handling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/reference/task_handling/index.html -------------------------------------------------------------------------------- /docs/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/search.html -------------------------------------------------------------------------------- /docs/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/docs/searchindex.js -------------------------------------------------------------------------------- /drivers/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/CMakeLists.txt -------------------------------------------------------------------------------- /drivers/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/Kconfig -------------------------------------------------------------------------------- /drivers/acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/acpi.h -------------------------------------------------------------------------------- /drivers/acpi_mec15xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/acpi_mec15xx.c -------------------------------------------------------------------------------- /drivers/acpi_mec172x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/acpi_mec172x.c -------------------------------------------------------------------------------- /drivers/adc_sensors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/adc_sensors.c -------------------------------------------------------------------------------- /drivers/adc_sensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/adc_sensors.h -------------------------------------------------------------------------------- /drivers/eeprom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/eeprom.c -------------------------------------------------------------------------------- /drivers/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/eeprom.h -------------------------------------------------------------------------------- /drivers/espi_hub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/espi_hub.c -------------------------------------------------------------------------------- /drivers/espi_hub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/espi_hub.h -------------------------------------------------------------------------------- /drivers/espioob_mngr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/espioob_mngr.c -------------------------------------------------------------------------------- /drivers/espioob_mngr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/espioob_mngr.h -------------------------------------------------------------------------------- /drivers/fan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/fan.h -------------------------------------------------------------------------------- /drivers/fan_mec15xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/fan_mec15xx.c -------------------------------------------------------------------------------- /drivers/fujitsu_keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/fujitsu_keymap.c -------------------------------------------------------------------------------- /drivers/gpio_ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/gpio_ec.h -------------------------------------------------------------------------------- /drivers/gpio_mec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/gpio_mec.c -------------------------------------------------------------------------------- /drivers/gtech_keymap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/gtech_keymap.c -------------------------------------------------------------------------------- /drivers/i2c_hub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/i2c_hub.c -------------------------------------------------------------------------------- /drivers/i2c_hub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/i2c_hub.h -------------------------------------------------------------------------------- /drivers/kbs_boot_keyseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/kbs_boot_keyseq.h -------------------------------------------------------------------------------- /drivers/kbs_keymap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/kbs_keymap.h -------------------------------------------------------------------------------- /drivers/kbs_matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/kbs_matrix.c -------------------------------------------------------------------------------- /drivers/kbs_matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/kbs_matrix.h -------------------------------------------------------------------------------- /drivers/led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/led.c -------------------------------------------------------------------------------- /drivers/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/led.h -------------------------------------------------------------------------------- /drivers/max6958.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/max6958.c -------------------------------------------------------------------------------- /drivers/max6958.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/max6958.h -------------------------------------------------------------------------------- /drivers/peci_hub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/peci_hub.c -------------------------------------------------------------------------------- /drivers/peci_hub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/peci_hub.h -------------------------------------------------------------------------------- /drivers/port80display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/port80display.c -------------------------------------------------------------------------------- /drivers/port80display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/port80display.h -------------------------------------------------------------------------------- /drivers/ps2kbaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/ps2kbaux.c -------------------------------------------------------------------------------- /drivers/ps2kbaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/ps2kbaux.h -------------------------------------------------------------------------------- /drivers/spi_winbond_opcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/spi_winbond_opcodes.h -------------------------------------------------------------------------------- /drivers/thermal_sensor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/thermal_sensor.c -------------------------------------------------------------------------------- /drivers/thermal_sensor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/thermal_sensor.h -------------------------------------------------------------------------------- /drivers/vci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/vci.c -------------------------------------------------------------------------------- /drivers/vci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/vci.h -------------------------------------------------------------------------------- /drivers/vci_mec15xx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/vci_mec15xx.c -------------------------------------------------------------------------------- /drivers/vci_mec172x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/drivers/vci_mec172x.c -------------------------------------------------------------------------------- /enable-i2csmb2.overlay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/enable-i2csmb2.overlay -------------------------------------------------------------------------------- /include/errcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/include/errcodes.h -------------------------------------------------------------------------------- /include/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/include/system.h -------------------------------------------------------------------------------- /linker/custom-sections.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/linker/custom-sections.ld -------------------------------------------------------------------------------- /misc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/CMakeLists.txt -------------------------------------------------------------------------------- /misc/flashhdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/flashhdr.c -------------------------------------------------------------------------------- /misc/flashhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/flashhdr.h -------------------------------------------------------------------------------- /misc/memops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/memops.h -------------------------------------------------------------------------------- /misc/softstrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/softstrap.c -------------------------------------------------------------------------------- /misc/softstrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/softstrap.h -------------------------------------------------------------------------------- /misc/task_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/task_handler.c -------------------------------------------------------------------------------- /misc/task_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/misc/task_handler.h -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl-pinctrl.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl-pinctrl.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/mec1501_adl_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/pinmux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/pinmux.c -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl/support/spi_cfg.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p-pinctrl.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p-pinctrl.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/mec1501_adl_p_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/pinmux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/pinmux.c -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_adl_p/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_adl_p/support/spi_cfg.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/doc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/doc/index.rst -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p-pinctrl.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p-pinctrl.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/mec1501_mtl_p_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec1501_mtl_p/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec1501_mtl_p/support/spi_cfg.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x-espi-based-board.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x-espi-based-board.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x-kscan-pinctrl-bias.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x-kscan-pinctrl-bias.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x-ps2-pinctrl-bias.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x-ps2-pinctrl-bias.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x-vw-ocp.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x-vw-ocp.dtsi -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/mec172xlj_mtl_template_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_lj_mtl_template/support/spi_cfg.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/doc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/doc/index.rst -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/mec172x_mtl_s_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_mtl_s/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_mtl_s/support/spi_cfg.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/CMakeLists.txt -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/Kconfig.board: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/Kconfig.board -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/Kconfig.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/Kconfig.defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/board.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/board.cmake -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/doc/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/doc/index.rst -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh.dts -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh.yaml -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh_defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/mec172x_ptl_uh_defconfig -------------------------------------------------------------------------------- /out_of_tree_boards/boards/arm/mec172x_ptl_uh/support/spi_cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/out_of_tree_boards/boards/arm/mec172x_ptl_uh/support/spi_cfg.txt -------------------------------------------------------------------------------- /prj.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/prj.conf -------------------------------------------------------------------------------- /release.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/release.conf -------------------------------------------------------------------------------- /safdebug.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/safdebug.conf -------------------------------------------------------------------------------- /scripts/bdba_ci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/scripts/bdba_ci.py -------------------------------------------------------------------------------- /scripts/checkpatch.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/scripts/checkpatch.pl -------------------------------------------------------------------------------- /scripts/checkpatch/typedefsfile: -------------------------------------------------------------------------------- 1 | mbedtls_pk_context 2 | z_arch_esf_t 3 | -------------------------------------------------------------------------------- /scripts/gitlint/zephyr_commit_rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/scripts/gitlint/zephyr_commit_rules.py -------------------------------------------------------------------------------- /scripts/spelling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/scripts/spelling.txt -------------------------------------------------------------------------------- /west.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/west.yml -------------------------------------------------------------------------------- /zephyr_patches/patches_v2_5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/patches_v2_5.patch -------------------------------------------------------------------------------- /zephyr_patches/patches_v2_7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/patches_v2_7.patch -------------------------------------------------------------------------------- /zephyr_patches/patches_v3.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/patches_v3.4.patch -------------------------------------------------------------------------------- /zephyr_patches/patches_v3_2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/patches_v3_2.patch -------------------------------------------------------------------------------- /zephyr_patches/patches_v3_6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/patches_v3_6.patch -------------------------------------------------------------------------------- /zephyr_patches/zephyr_patches_how_to.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/zephyr_patches_how_to.txt -------------------------------------------------------------------------------- /zephyr_patches/zephyr_v2_7_oe_1_65.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/intel/ecfw-zephyr/HEAD/zephyr_patches/zephyr_v2_7_oe_1_65.patch --------------------------------------------------------------------------------