├── .gitignore ├── Dockerfile ├── LICENSE.txt ├── README.md ├── coreboot ├── .checkpatch.conf ├── .clang-format ├── .config ├── COPYING ├── Documentation │ ├── AMD-S3.txt │ ├── Binary_Extraction.md │ ├── COPYING │ ├── Doxyfile.coreboot │ ├── Doxyfile.coreboot_simple │ ├── Intel │ │ ├── Board │ │ │ ├── board.html │ │ │ └── galileo.html │ │ ├── SoC │ │ │ ├── quark.html │ │ │ └── soc.html │ │ ├── development.html │ │ ├── fsp1_1.html │ │ ├── index.html │ │ └── vboot.html │ ├── Makefile │ ├── Makefile.sphinx │ ├── POSTCODES │ ├── RFC │ │ ├── chip.tex │ │ └── config.tex │ ├── _static │ │ └── theme_overrides.css │ ├── abi-data-consumption.md │ ├── acpi │ │ └── gpio.md │ ├── arch │ │ ├── index.md │ │ ├── riscv │ │ │ └── index.md │ │ └── x86 │ │ │ └── index.md │ ├── beginverbatim.tex │ ├── cbfs.txt │ ├── code_of_conduct.md │ ├── codeflow.svg │ ├── conf.py │ ├── corebootBuildingGuide.tex │ ├── coreboot_logo.png │ ├── doxygen │ │ └── Doxyfile.coreboot_platform │ ├── endverbatim.tex │ ├── flash_tutorial │ │ ├── ext_power.md │ │ ├── ext_standalone.md │ │ ├── flash_ic_diode.svg │ │ ├── flash_ic_no_diode.svg │ │ ├── index.md │ │ ├── int_flashrom.md │ │ └── no_ext_power.md │ ├── gcov.txt │ ├── getting_started │ │ ├── build_system.md │ │ ├── gerrit_guidelines.md │ │ ├── index.md │ │ ├── kconfig.md │ │ ├── license.md │ │ ├── submodules.md │ │ └── writing_documentation.md │ ├── gfx │ │ └── libgfxinit.md │ ├── hypertransport.svg │ ├── index.md │ ├── lessons │ │ ├── index.md │ │ ├── lesson1.md │ │ └── lesson2.md │ ├── lib │ │ └── payloads │ │ │ ├── fit.md │ │ │ └── index.md │ ├── mainboard │ │ ├── asrock │ │ │ └── h81m-hds.md │ │ ├── asus │ │ │ └── p8h61-m_lx.md │ │ ├── cavium │ │ │ ├── cavium_cn81xx_sff_evb.jpg │ │ │ └── cn8100_sff_evb.md │ │ ├── emulation │ │ │ ├── qemu-riscv.md │ │ │ └── spike-riscv.md │ │ ├── foxconn │ │ │ ├── d41s.md │ │ │ └── d41s_flash.jpg │ │ ├── gigabyte │ │ │ └── ga-h61m-s2pv.md │ │ ├── google │ │ │ └── dragonegg.md │ │ ├── hp │ │ │ ├── compaq_8200_sff.md │ │ │ ├── compaq_8200_sff_flash1.jpg │ │ │ └── compaq_8200_sff_flash2.jpg │ │ ├── index.md │ │ ├── intel │ │ │ ├── dg43gt.md │ │ │ ├── dg43gt_closeup.jpg │ │ │ ├── dg43gt_full.jpg │ │ │ ├── icelake_rvp.md │ │ │ └── kblrvp11.md │ │ ├── lenovo │ │ │ ├── flashlayout_xx20.svg │ │ │ ├── flashlayout_xx30.svg │ │ │ ├── t420.md │ │ │ ├── t420_chip_location.jpg │ │ │ ├── t430.md │ │ │ ├── t431s.md │ │ │ ├── t431s_bc_removed.jpg │ │ │ ├── t431s_flash_chip.jpg │ │ │ ├── t431s_programming.jpg │ │ │ ├── t4xx_series.md │ │ │ ├── thinkpad_hmm.md │ │ │ ├── w530-1.jpg │ │ │ ├── w530-2.jpg │ │ │ ├── w530.md │ │ │ ├── x1.md │ │ │ ├── x1_flash_ic.jpg │ │ │ ├── x2xx_series.md │ │ │ ├── xx20_series.md │ │ │ └── xx30_series.md │ │ ├── opencellular │ │ │ ├── elgon.md │ │ │ ├── elgon1.jpg │ │ │ ├── elgon2.jpg │ │ │ ├── elgon_conn_j9.png │ │ │ └── elgon_conn_j9_pcb.jpg │ │ ├── sifive │ │ │ └── hifive-unleashed.md │ │ └── supermicro │ │ │ └── x10slm-f.md │ ├── mainboard_io_trap_handler_sample.c │ ├── northbridge │ │ ├── index.md │ │ └── intel │ │ │ ├── haswell │ │ │ ├── index.md │ │ │ ├── known-issues.md │ │ │ └── mrc.bin.md │ │ │ ├── index.md │ │ │ └── sandybridge │ │ │ ├── index.md │ │ │ ├── nri.md │ │ │ ├── nri_features.md │ │ │ ├── nri_freq.md │ │ │ ├── nri_read.md │ │ │ ├── nri_registers.md │ │ │ ├── timA_lane0-3_adjust_fine.png │ │ │ ├── timA_lane0-3_discover_420x.png │ │ │ ├── timA_lane0-3_rt53.png │ │ │ ├── timA_lane0-3_rt54.png │ │ │ └── timA_lane0-3_rt55.png │ ├── releases │ │ ├── checklist.md │ │ ├── coreboot-4.1-relnotes.md │ │ ├── coreboot-4.10-relnotes.md │ │ ├── coreboot-4.2-relnotes.md │ │ ├── coreboot-4.3-relnotes.md │ │ ├── coreboot-4.4-relnotes.md │ │ ├── coreboot-4.5-relnotes.md │ │ ├── coreboot-4.6-relnotes.md │ │ ├── coreboot-4.7-relnotes.md │ │ ├── coreboot-4.8.1-relnotes.md │ │ ├── coreboot-4.9-relnotes.md │ │ └── index.md │ ├── soc │ │ ├── cavium │ │ │ ├── bootflow.md │ │ │ ├── cavium_bootflow.png │ │ │ ├── cn81xx │ │ │ │ └── index.md │ │ │ └── index.md │ │ ├── index.md │ │ └── intel │ │ │ ├── code_development_model │ │ │ ├── code_development_model.md │ │ │ └── coreboot_common_code_design.png │ │ │ ├── icelake │ │ │ ├── MultiProcessorInit.md │ │ │ ├── coreboot_publish_mp_service_api.png │ │ │ ├── iceLake_coreboot_development.md │ │ │ └── index.md │ │ │ └── index.md │ ├── superio │ │ ├── index.md │ │ └── nuvoton │ │ │ └── npcd378.md │ ├── technotes │ │ └── 2017-02-dealing-with-untrusted-input-in-smm.md │ ├── thinkpad │ │ └── codenames.csv │ ├── timestamp.md │ ├── util.md │ └── vendorcode │ │ ├── cavium │ │ ├── bdk.md │ │ └── index.md │ │ └── index.md ├── MAINTAINERS ├── Makefile ├── Makefile.inc ├── README.md ├── configs │ ├── builder │ │ ├── config.lenovo_t420 │ │ ├── config.lenovo_t420s │ │ ├── config.lenovo_t430s │ │ ├── config.lenovo_t520 │ │ ├── config.lenovo_t530 │ │ ├── config.lenovo_x220 │ │ ├── config.lenovo_x220i │ │ └── config.lenovo_x230 │ ├── config.cavium_cn8100_sff_evb_bdk_verbose_fit_payload_support │ ├── config.emulation_qemu_x86_i440fx │ ├── config.emulation_qemu_x86_i440fx_debug │ ├── config.emulation_qemu_x86_i440fx_noserial │ ├── config.google_reef_cros │ ├── config.intel_galileo_gen1 │ ├── config.intel_galileo_gen2 │ ├── config.intel_galileo_gen2.debug │ ├── config.intel_galileo_gen2.fsp1.1 │ ├── config.intel_galileo_gen2.fsp2.0 │ ├── config.intel_galileo_gen2.sd │ ├── config.intel_galileo_gen2.vboot │ ├── config.intel_harcuvar │ ├── config.lenovo_t400_all_debug_and_option_table │ ├── config.lenovo_t420_static_option_table_no_mem_fuses │ ├── config.lenovo_thinkpad_t430_all_debug_and_option_table │ ├── config.lenovo_x201_all_debug_option_table_bt_on_wifi │ ├── config.lenovo_x220_option_table_debug_tpm_extended_cbfs │ ├── config.pcengines_apu1 │ ├── config.pcengines_apu2 │ ├── config.pcengines_apu3 │ ├── config.pcengines_apu4 │ └── config.pcengines_apu5 ├── gnat.adc ├── payloads │ ├── Kconfig │ ├── Makefile.inc │ ├── bayou │ │ ├── Doxyfile │ │ ├── Makefile │ │ ├── bayou.h │ │ ├── bayou.ldscript │ │ ├── bayou.xml.example │ │ ├── config.c │ │ ├── lzma.c │ │ ├── lzmadecode.c │ │ ├── lzmadecode.h │ │ ├── main.c │ │ ├── menu.c │ │ ├── nrv2b.c │ │ ├── payload.c │ │ ├── self.c │ │ └── self.h │ ├── coreinfo │ │ ├── COPYING │ │ ├── Kconfig │ │ ├── Makefile │ │ ├── README │ │ ├── bootlog_module.c │ │ ├── cbfs_module.c │ │ ├── coreboot_module.c │ │ ├── coreinfo.c │ │ ├── coreinfo.h │ │ ├── cpuid.S │ │ ├── cpuinfo_module.c │ │ ├── multiboot_module.c │ │ ├── nvram_module.c │ │ ├── pci_module.c │ │ ├── ramdump_module.c │ │ └── timestamps_module.c │ ├── external │ │ ├── FILO │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── GRUB2 │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── LinuxBoot │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── Makefile │ │ │ ├── arm64 │ │ │ │ ├── defconfig │ │ │ │ └── kernel_fdt_lzma.its │ │ │ ├── targets │ │ │ │ ├── linux.mk │ │ │ │ └── u-root.mk │ │ │ ├── x86 │ │ │ │ └── defconfig │ │ │ └── x86_64 │ │ │ │ └── defconfig │ │ ├── Makefile.inc │ │ ├── Memtest86Plus │ │ │ ├── Kconfig.secondary │ │ │ └── Makefile │ │ ├── SeaBIOS │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── U-Boot │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── Yabits │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── depthcharge │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── Makefile │ │ ├── iPXE │ │ │ ├── Kconfig │ │ │ └── Makefile │ │ ├── linux │ │ │ ├── Kconfig │ │ │ └── Kconfig.name │ │ ├── tianocore │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── Makefile │ │ │ ├── patches │ │ │ │ ├── 01_CorebootPayloadPkg_pcinoenum.patch │ │ │ │ ├── 02_CorebootPayloadPkg_bds.patch │ │ │ │ ├── 03_Library_EndofDXE.patch │ │ │ │ ├── 04_CorebootPayloadPkg_addps2.patch │ │ │ │ ├── 05_CorebootPayloadPkg-don-t-use-serial-output-for-Release-build.patch │ │ │ │ ├── 06_CorebootPayloadPkg_keep_cb_table.patch │ │ │ │ ├── 07_CorebootPayloadPkg-Use-correct-BytesPerScanLine.patch │ │ │ │ └── 08_BaseTools-Fix-building-with-Werror-stringop-truncati.patch │ │ │ └── tools_def.txt │ │ └── tint │ │ │ ├── Makefile │ │ │ └── libpayload_tint.patch │ ├── libpayload │ │ ├── Doxyfile │ │ ├── Kconfig │ │ ├── LICENSES │ │ ├── LICENSE_GPL │ │ ├── Makefile │ │ ├── Makefile.inc │ │ ├── README │ │ ├── arch │ │ │ ├── arm │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── asmlib.h │ │ │ │ ├── cache.c │ │ │ │ ├── coreboot.c │ │ │ │ ├── cpu.S │ │ │ │ ├── dummy_media.c │ │ │ │ ├── eabi_compat.c │ │ │ │ ├── exception.c │ │ │ │ ├── exception_asm.S │ │ │ │ ├── gdb.c │ │ │ │ ├── head.S │ │ │ │ ├── libpayload.ldscript │ │ │ │ ├── main.c │ │ │ │ ├── memcpy.S │ │ │ │ ├── memmove.S │ │ │ │ ├── memset.S │ │ │ │ ├── selfboot.c │ │ │ │ ├── sysinfo.c │ │ │ │ ├── timer.c │ │ │ │ ├── util.S │ │ │ │ └── virtual.c │ │ │ ├── arm64 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cache.c │ │ │ │ ├── coreboot.c │ │ │ │ ├── cpu.S │ │ │ │ ├── dummy_media.c │ │ │ │ ├── exception.c │ │ │ │ ├── exception_asm.S │ │ │ │ ├── gdb.c │ │ │ │ ├── head.S │ │ │ │ ├── libpayload.ldscript │ │ │ │ ├── main.c │ │ │ │ ├── memcpy.S │ │ │ │ ├── memmove.S │ │ │ │ ├── memset.S │ │ │ │ ├── mmu.c │ │ │ │ ├── selfboot.c │ │ │ │ ├── sysinfo.c │ │ │ │ ├── timer.c │ │ │ │ ├── util.S │ │ │ │ └── virtual.c │ │ │ ├── mips │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cache.c │ │ │ │ ├── coreboot.c │ │ │ │ ├── dummy_media.c │ │ │ │ ├── exception.c │ │ │ │ ├── exception_asm.S │ │ │ │ ├── gdb.c │ │ │ │ ├── head.S │ │ │ │ ├── libpayload.ldscript │ │ │ │ ├── main.c │ │ │ │ ├── selfboot.c │ │ │ │ ├── string.c │ │ │ │ ├── sysinfo.c │ │ │ │ ├── timer.c │ │ │ │ └── util.S │ │ │ └── x86 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── apic.c │ │ │ │ ├── coreboot.c │ │ │ │ ├── delay.c │ │ │ │ ├── exception.c │ │ │ │ ├── exception_asm.S │ │ │ │ ├── exec.S │ │ │ │ ├── gdb.c │ │ │ │ ├── head.S │ │ │ │ ├── libpayload.ldscript │ │ │ │ ├── main.c │ │ │ │ ├── multiboot.c │ │ │ │ ├── rom_media.c │ │ │ │ ├── selfboot.c │ │ │ │ ├── string.c │ │ │ │ ├── sysinfo.c │ │ │ │ ├── timer.c │ │ │ │ ├── util.S │ │ │ │ └── virtual.c │ │ ├── bin │ │ │ ├── lp.functions │ │ │ ├── lpas │ │ │ └── lpgcc │ │ ├── configs │ │ │ ├── config.arm64-generic │ │ │ ├── config.cheza │ │ │ ├── config.galileo │ │ │ ├── config.gru │ │ │ ├── config.nyan │ │ │ ├── config.oak │ │ │ ├── config.veyron │ │ │ ├── defconfig │ │ │ ├── defconfig-arm │ │ │ ├── defconfig-mips │ │ │ └── defconfig-tinycurses │ │ ├── crypto │ │ │ ├── Makefile.inc │ │ │ └── sha1.c │ │ ├── curses │ │ │ ├── Makefile.inc │ │ │ ├── PDCurses │ │ │ │ ├── HISTORY │ │ │ │ ├── IMPLEMNT │ │ │ │ ├── Makefile.in │ │ │ │ ├── PDCurses.spec │ │ │ │ ├── README │ │ │ │ ├── aclocal.m4 │ │ │ │ ├── config.h.in │ │ │ │ ├── configure.ac │ │ │ │ ├── curses.h │ │ │ │ ├── curspriv.h │ │ │ │ ├── demos │ │ │ │ │ ├── README │ │ │ │ │ ├── firework.c │ │ │ │ │ ├── newdemo.c │ │ │ │ │ ├── ptest.c │ │ │ │ │ ├── rain.c │ │ │ │ │ ├── testcurs.c │ │ │ │ │ ├── tui.c │ │ │ │ │ ├── tui.h │ │ │ │ │ ├── tuidemo.c │ │ │ │ │ ├── worm.c │ │ │ │ │ └── xmas.c │ │ │ │ ├── doc │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── intro.txt │ │ │ │ │ ├── manext.c │ │ │ │ │ ├── sdl.txt │ │ │ │ │ └── x11.txt │ │ │ │ ├── dos │ │ │ │ │ ├── README │ │ │ │ │ ├── bccdos.lrf │ │ │ │ │ ├── bccdos.mak │ │ │ │ │ ├── gccdos.mak │ │ │ │ │ ├── mscdos.lrf │ │ │ │ │ ├── mscdos.mak │ │ │ │ │ ├── pdcclip.c │ │ │ │ │ ├── pdcdisp.c │ │ │ │ │ ├── pdcdos.h │ │ │ │ │ ├── pdcgetsc.c │ │ │ │ │ ├── pdckbd.c │ │ │ │ │ ├── pdcscrn.c │ │ │ │ │ ├── pdcsetsc.c │ │ │ │ │ ├── pdcutil.c │ │ │ │ │ ├── wccdos16.mak │ │ │ │ │ └── wccdos4g.mak │ │ │ │ ├── exp-base.def │ │ │ │ ├── exp-wide.def │ │ │ │ ├── install-sh │ │ │ │ ├── libobjs.mif │ │ │ │ ├── makedist.mif │ │ │ │ ├── os2 │ │ │ │ │ ├── README │ │ │ │ │ ├── bccos2.mak │ │ │ │ │ ├── gccos2.mak │ │ │ │ │ ├── iccos2.lrf │ │ │ │ │ ├── iccos2.mak │ │ │ │ │ ├── pdcclip.c │ │ │ │ │ ├── pdcdisp.c │ │ │ │ │ ├── pdcgetsc.c │ │ │ │ │ ├── pdckbd.c │ │ │ │ │ ├── pdcos2.h │ │ │ │ │ ├── pdcscrn.c │ │ │ │ │ ├── pdcsetsc.c │ │ │ │ │ ├── pdcutil.c │ │ │ │ │ └── wccos2.mak │ │ │ │ ├── panel.h │ │ │ │ ├── pdcurses │ │ │ │ │ ├── README │ │ │ │ │ ├── addch.c │ │ │ │ │ ├── addchstr.c │ │ │ │ │ ├── addstr.c │ │ │ │ │ ├── attr.c │ │ │ │ │ ├── beep.c │ │ │ │ │ ├── bkgd.c │ │ │ │ │ ├── border.c │ │ │ │ │ ├── clear.c │ │ │ │ │ ├── color.c │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── delch.c │ │ │ │ │ ├── deleteln.c │ │ │ │ │ ├── deprec.c │ │ │ │ │ ├── getch.c │ │ │ │ │ ├── getstr.c │ │ │ │ │ ├── getyx.c │ │ │ │ │ ├── inch.c │ │ │ │ │ ├── inchstr.c │ │ │ │ │ ├── initscr.c │ │ │ │ │ ├── inopts.c │ │ │ │ │ ├── insch.c │ │ │ │ │ ├── insstr.c │ │ │ │ │ ├── instr.c │ │ │ │ │ ├── kernel.c │ │ │ │ │ ├── keyname.c │ │ │ │ │ ├── mouse.c │ │ │ │ │ ├── move.c │ │ │ │ │ ├── outopts.c │ │ │ │ │ ├── overlay.c │ │ │ │ │ ├── pad.c │ │ │ │ │ ├── panel.c │ │ │ │ │ ├── printw.c │ │ │ │ │ ├── refresh.c │ │ │ │ │ ├── scanw.c │ │ │ │ │ ├── scr_dump.c │ │ │ │ │ ├── scroll.c │ │ │ │ │ ├── slk.c │ │ │ │ │ ├── termattr.c │ │ │ │ │ ├── terminfo.c │ │ │ │ │ ├── touch.c │ │ │ │ │ ├── util.c │ │ │ │ │ └── window.c │ │ │ │ ├── sdl1 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.mng │ │ │ │ │ ├── README │ │ │ │ │ ├── deffont.h │ │ │ │ │ ├── deficon.h │ │ │ │ │ ├── pdcclip.c │ │ │ │ │ ├── pdcdisp.c │ │ │ │ │ ├── pdcgetsc.c │ │ │ │ │ ├── pdckbd.c │ │ │ │ │ ├── pdcscrn.c │ │ │ │ │ ├── pdcsdl.h │ │ │ │ │ ├── pdcsetsc.c │ │ │ │ │ ├── pdcutil.c │ │ │ │ │ └── sdltest.c │ │ │ │ ├── term.h │ │ │ │ ├── version.mif │ │ │ │ ├── watcom.mif │ │ │ │ ├── win32 │ │ │ │ │ ├── README │ │ │ │ │ ├── bccwin32.mak │ │ │ │ │ ├── dmcwin32.mak │ │ │ │ │ ├── gccwin32.mak │ │ │ │ │ ├── lccwin32.mak │ │ │ │ │ ├── mingwin32.mak │ │ │ │ │ ├── pdcclip.c │ │ │ │ │ ├── pdcdisp.c │ │ │ │ │ ├── pdcgetsc.c │ │ │ │ │ ├── pdckbd.c │ │ │ │ │ ├── pdcscrn.c │ │ │ │ │ ├── pdcsetsc.c │ │ │ │ │ ├── pdcurses.ico │ │ │ │ │ ├── pdcurses.rc │ │ │ │ │ ├── pdcutil.c │ │ │ │ │ ├── pdcwin.h │ │ │ │ │ ├── vcwin32.mak │ │ │ │ │ └── wccwin32.mak │ │ │ │ └── x11 │ │ │ │ │ ├── Makefile.aix.in │ │ │ │ │ ├── Makefile.in │ │ │ │ │ ├── README │ │ │ │ │ ├── ScrollBox.c │ │ │ │ │ ├── ScrollBox.h │ │ │ │ │ ├── ScrollBoxP.h │ │ │ │ │ ├── big_icon.xbm │ │ │ │ │ ├── compose.h │ │ │ │ │ ├── little_icon.xbm │ │ │ │ │ ├── ncurses_cfg.h │ │ │ │ │ ├── pdcclip.c │ │ │ │ │ ├── pdcdisp.c │ │ │ │ │ ├── pdcgetsc.c │ │ │ │ │ ├── pdckbd.c │ │ │ │ │ ├── pdcscrn.c │ │ │ │ │ ├── pdcsetsc.c │ │ │ │ │ ├── pdcutil.c │ │ │ │ │ ├── pdcx11.c │ │ │ │ │ ├── pdcx11.h │ │ │ │ │ ├── sb.c │ │ │ │ │ ├── x11.c │ │ │ │ │ └── xcurses-config.in │ │ │ ├── colors.c │ │ │ ├── curses.h │ │ │ ├── curses.priv.h │ │ │ ├── form │ │ │ │ ├── Makefile.in │ │ │ │ ├── READ.ME │ │ │ │ ├── f_trace.c │ │ │ │ ├── fld_arg.c │ │ │ │ ├── fld_attr.c │ │ │ │ ├── fld_current.c │ │ │ │ ├── fld_def.c │ │ │ │ ├── fld_dup.c │ │ │ │ ├── fld_ftchoice.c │ │ │ │ ├── fld_ftlink.c │ │ │ │ ├── fld_info.c │ │ │ │ ├── fld_just.c │ │ │ │ ├── fld_link.c │ │ │ │ ├── fld_max.c │ │ │ │ ├── fld_move.c │ │ │ │ ├── fld_newftyp.c │ │ │ │ ├── fld_opts.c │ │ │ │ ├── fld_pad.c │ │ │ │ ├── fld_page.c │ │ │ │ ├── fld_stat.c │ │ │ │ ├── fld_type.c │ │ │ │ ├── fld_user.c │ │ │ │ ├── form.h │ │ │ │ ├── form.priv.h │ │ │ │ ├── frm_cursor.c │ │ │ │ ├── frm_data.c │ │ │ │ ├── frm_def.c │ │ │ │ ├── frm_driver.c │ │ │ │ ├── frm_hook.c │ │ │ │ ├── frm_opts.c │ │ │ │ ├── frm_page.c │ │ │ │ ├── frm_post.c │ │ │ │ ├── frm_req_name.c │ │ │ │ ├── frm_scale.c │ │ │ │ ├── frm_sub.c │ │ │ │ ├── frm_user.c │ │ │ │ ├── frm_win.c │ │ │ │ ├── fty_alnum.c │ │ │ │ ├── fty_alpha.c │ │ │ │ ├── fty_enum.c │ │ │ │ ├── fty_generic.c │ │ │ │ ├── fty_int.c │ │ │ │ ├── fty_ipv4.c │ │ │ │ ├── fty_num.c │ │ │ │ ├── fty_regex.c │ │ │ │ ├── headers │ │ │ │ ├── llib-lform │ │ │ │ ├── llib-lformt │ │ │ │ ├── llib-lformtw │ │ │ │ ├── llib-lformw │ │ │ │ └── modules │ │ │ ├── keyboard.c │ │ │ ├── local.h │ │ │ ├── menu │ │ │ │ ├── Makefile.in │ │ │ │ ├── READ.ME │ │ │ │ ├── eti.h │ │ │ │ ├── headers │ │ │ │ ├── llib-lmenu │ │ │ │ ├── llib-lmenut │ │ │ │ ├── llib-lmenutw │ │ │ │ ├── llib-lmenuw │ │ │ │ ├── m_attribs.c │ │ │ │ ├── m_cursor.c │ │ │ │ ├── m_driver.c │ │ │ │ ├── m_format.c │ │ │ │ ├── m_global.c │ │ │ │ ├── m_hook.c │ │ │ │ ├── m_item_cur.c │ │ │ │ ├── m_item_nam.c │ │ │ │ ├── m_item_new.c │ │ │ │ ├── m_item_opt.c │ │ │ │ ├── m_item_top.c │ │ │ │ ├── m_item_use.c │ │ │ │ ├── m_item_val.c │ │ │ │ ├── m_item_vis.c │ │ │ │ ├── m_items.c │ │ │ │ ├── m_new.c │ │ │ │ ├── m_opts.c │ │ │ │ ├── m_pad.c │ │ │ │ ├── m_pattern.c │ │ │ │ ├── m_post.c │ │ │ │ ├── m_req_name.c │ │ │ │ ├── m_scale.c │ │ │ │ ├── m_spacing.c │ │ │ │ ├── m_sub.c │ │ │ │ ├── m_trace.c │ │ │ │ ├── m_userptr.c │ │ │ │ ├── m_win.c │ │ │ │ ├── menu.h │ │ │ │ ├── menu.priv.h │ │ │ │ ├── mf_common.h │ │ │ │ └── modules │ │ │ ├── pdcurses-backend │ │ │ │ ├── config.h │ │ │ │ ├── lppdc.h │ │ │ │ ├── nc_alloc.h │ │ │ │ ├── ncurses_cfg.h │ │ │ │ ├── pdcdisp.c │ │ │ │ ├── pdcgetsc.c │ │ │ │ ├── pdckbd.c │ │ │ │ ├── pdcscrn.c │ │ │ │ ├── pdcsetsc.c │ │ │ │ └── pdcutil.c │ │ │ └── tinycurses.c │ │ ├── drivers │ │ │ ├── Makefile.inc │ │ │ ├── cbmem_console.c │ │ │ ├── hid.c │ │ │ ├── i8042 │ │ │ │ ├── i8042.c │ │ │ │ ├── i8042.h │ │ │ │ ├── keyboard.c │ │ │ │ └── mouse.c │ │ │ ├── mouse_cursor.c │ │ │ ├── nvram.c │ │ │ ├── options.c │ │ │ ├── pci.c │ │ │ ├── serial │ │ │ │ ├── 8250.c │ │ │ │ ├── ipq40xx.c │ │ │ │ ├── ipq806x.c │ │ │ │ ├── s5p.c │ │ │ │ └── serial.c │ │ │ ├── speaker.c │ │ │ ├── storage │ │ │ │ ├── Kconfig │ │ │ │ ├── ahci.c │ │ │ │ ├── ahci_ata.c │ │ │ │ ├── ahci_atapi.c │ │ │ │ ├── ahci_common.c │ │ │ │ ├── ahci_private.h │ │ │ │ ├── ata.c │ │ │ │ ├── atapi.c │ │ │ │ └── storage.c │ │ │ ├── timer │ │ │ │ ├── Kconfig │ │ │ │ ├── arm64_arch_timer.c │ │ │ │ ├── generic.c │ │ │ │ ├── img_pistachio.c │ │ │ │ └── rdtsc.c │ │ │ ├── udc │ │ │ │ ├── chipidea.c │ │ │ │ ├── chipidea_priv.h │ │ │ │ ├── dwc2.c │ │ │ │ ├── dwc2_priv.h │ │ │ │ └── udc.c │ │ │ ├── usb │ │ │ │ ├── Kconfig │ │ │ │ ├── TODO │ │ │ │ ├── dwc2.c │ │ │ │ ├── dwc2.h │ │ │ │ ├── dwc2_private.h │ │ │ │ ├── dwc2_rh.c │ │ │ │ ├── ehci.c │ │ │ │ ├── ehci.h │ │ │ │ ├── ehci_private.h │ │ │ │ ├── ehci_rh.c │ │ │ │ ├── generic_hub.c │ │ │ │ ├── generic_hub.h │ │ │ │ ├── ohci.c │ │ │ │ ├── ohci.h │ │ │ │ ├── ohci_private.h │ │ │ │ ├── ohci_rh.c │ │ │ │ ├── quirks.c │ │ │ │ ├── uhci.c │ │ │ │ ├── uhci.h │ │ │ │ ├── uhci_private.h │ │ │ │ ├── uhci_rh.c │ │ │ │ ├── usb.c │ │ │ │ ├── usb_dev.c │ │ │ │ ├── usbhid.c │ │ │ │ ├── usbhub.c │ │ │ │ ├── usbinit.c │ │ │ │ ├── usbmsc.c │ │ │ │ ├── xhci.c │ │ │ │ ├── xhci.h │ │ │ │ ├── xhci_commands.c │ │ │ │ ├── xhci_debug.c │ │ │ │ ├── xhci_devconf.c │ │ │ │ ├── xhci_events.c │ │ │ │ ├── xhci_private.h │ │ │ │ └── xhci_rh.c │ │ │ └── video │ │ │ │ ├── bitmap.h │ │ │ │ ├── corebootfb.c │ │ │ │ ├── font.c │ │ │ │ ├── font.h │ │ │ │ ├── font8x16.c │ │ │ │ ├── font8x16.h │ │ │ │ ├── geodelx.c │ │ │ │ ├── graphics.c │ │ │ │ ├── vga.c │ │ │ │ └── video.c │ │ ├── gdb │ │ │ ├── Makefile.inc │ │ │ ├── commands.c │ │ │ ├── stub.c │ │ │ └── transport.c │ │ ├── include │ │ │ ├── archive.h │ │ │ ├── arm │ │ │ │ └── arch │ │ │ │ │ ├── asm.h │ │ │ │ │ ├── barrier.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── virtual.h │ │ │ ├── arm64 │ │ │ │ └── arch │ │ │ │ │ ├── asm.h │ │ │ │ │ ├── barrier.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── lib_helpers.h │ │ │ │ │ ├── mmu.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── virtual.h │ │ │ ├── arpa │ │ │ │ └── inet.h │ │ │ ├── assert.h │ │ │ ├── cbfs.h │ │ │ ├── cbfs_core.h │ │ │ ├── cbfs_ram.h │ │ │ ├── cbgfx.h │ │ │ ├── compiler.h │ │ │ ├── coreboot_tables.h │ │ │ ├── ctype.h │ │ │ ├── die.h │ │ │ ├── endian.h │ │ │ ├── errno.h │ │ │ ├── exception.h │ │ │ ├── fmap_serialized.h │ │ │ ├── gdb.h │ │ │ ├── getopt.h │ │ │ ├── inttypes.h │ │ │ ├── ipchksum.h │ │ │ ├── kconfig.h │ │ │ ├── keycodes.h │ │ │ ├── libpayload.h │ │ │ ├── limits.h │ │ │ ├── lz4.h │ │ │ ├── lzma.h │ │ │ ├── malloc.h │ │ │ ├── mips │ │ │ │ └── arch │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── stdint.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── virtual.h │ │ │ ├── multiboot_tables.h │ │ │ ├── panel.h │ │ │ ├── pci.h │ │ │ ├── pci │ │ │ │ └── pci.h │ │ │ ├── queue.h │ │ │ ├── stdarg.h │ │ │ ├── stddef.h │ │ │ ├── stdint.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── storage │ │ │ │ ├── ahci.h │ │ │ │ ├── ata.h │ │ │ │ ├── atapi.h │ │ │ │ └── storage.h │ │ │ ├── string.h │ │ │ ├── strings.h │ │ │ ├── swab.h │ │ │ ├── sys │ │ │ │ └── types.h │ │ │ ├── sysinfo.h │ │ │ ├── term.h │ │ │ ├── time.h │ │ │ ├── udc │ │ │ │ ├── chipidea.h │ │ │ │ ├── dwc2_udc.h │ │ │ │ └── udc.h │ │ │ ├── unistd.h │ │ │ ├── usb │ │ │ │ ├── dwc2_registers.h │ │ │ │ ├── usb.h │ │ │ │ ├── usbdisk.h │ │ │ │ └── usbmsc.h │ │ │ ├── video_console.h │ │ │ └── x86 │ │ │ │ └── arch │ │ │ │ ├── apic.h │ │ │ │ ├── barrier.h │ │ │ │ ├── cache.h │ │ │ │ ├── cpuid.h │ │ │ │ ├── exception.h │ │ │ │ ├── io.h │ │ │ │ ├── msr.h │ │ │ │ ├── rdtsc.h │ │ │ │ ├── types.h │ │ │ │ └── virtual.h │ │ ├── libc │ │ │ ├── 64bit_div.c │ │ │ ├── Makefile.inc │ │ │ ├── args.c │ │ │ ├── console.c │ │ │ ├── coreboot.c │ │ │ ├── ctype.c │ │ │ ├── die.c │ │ │ ├── exec.c │ │ │ ├── fmap.c │ │ │ ├── getopt_long.c │ │ │ ├── hexdump.c │ │ │ ├── ipchecksum.c │ │ │ ├── lib.c │ │ │ ├── libgcc.c │ │ │ ├── malloc.c │ │ │ ├── memory.c │ │ │ ├── printf.c │ │ │ ├── qsort.c │ │ │ ├── rand.c │ │ │ ├── readline.c │ │ │ ├── string.c │ │ │ ├── strlcpy.c │ │ │ ├── sysinfo.c │ │ │ └── time.c │ │ ├── libcbfs │ │ │ ├── Makefile.inc │ │ │ ├── cbfs.c │ │ │ ├── cbfs_core.c │ │ │ └── ram_media.c │ │ ├── liblz4 │ │ │ ├── Makefile.inc │ │ │ ├── lz4.c.inc │ │ │ └── lz4_wrapper.c │ │ ├── liblzma │ │ │ ├── Makefile.inc │ │ │ ├── lzma.c │ │ │ ├── lzmadecode.c │ │ │ └── lzmadecode.h │ │ ├── libpci │ │ │ ├── Makefile.inc │ │ │ └── libpci.c │ │ ├── sample │ │ │ ├── Makefile │ │ │ └── hello.c │ │ └── tests │ │ │ ├── Makefile │ │ │ ├── cbfs-x86-test.c │ │ │ ├── data │ │ │ └── cbfs-x86.bin │ │ │ └── libpayload-config.h │ ├── linuxcheck │ │ ├── Makefile │ │ ├── i386.c │ │ ├── linuxcheck.c │ │ └── linuxcheck.h │ └── nvramcui │ │ ├── Makefile │ │ ├── nvramcui.c │ │ └── payload.sh ├── src │ ├── Kconfig │ ├── acpi │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── sata.c │ │ └── sata.h │ ├── arch │ │ ├── arm │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── armv4 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.S │ │ │ │ └── cache.c │ │ │ ├── armv7 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.S │ │ │ │ ├── bootblock_m.S │ │ │ │ ├── cache.c │ │ │ │ ├── cache_m.c │ │ │ │ ├── cpu.S │ │ │ │ ├── exception.c │ │ │ │ ├── exception_asm.S │ │ │ │ ├── exception_mr.c │ │ │ │ ├── mmu.c │ │ │ │ └── thread.c │ │ │ ├── asmlib.h │ │ │ ├── boot.c │ │ │ ├── clock.c │ │ │ ├── cpu.c │ │ │ ├── div0.c │ │ │ ├── eabi_compat.c │ │ │ ├── id.S │ │ │ ├── include │ │ │ │ ├── arch │ │ │ │ │ ├── asm.h │ │ │ │ │ ├── boot │ │ │ │ │ │ └── boot.h │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cbconfig.h │ │ │ │ │ ├── clock.h │ │ │ │ │ ├── early_variables.h │ │ │ │ │ ├── header.ld │ │ │ │ │ ├── hlt.h │ │ │ │ │ ├── memlayout.h │ │ │ │ │ ├── pci_ops.h │ │ │ │ │ └── stages.h │ │ │ │ ├── armv4 │ │ │ │ │ └── arch │ │ │ │ │ │ ├── cache.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── exception.h │ │ │ │ │ │ ├── io.h │ │ │ │ │ │ └── smp │ │ │ │ │ │ └── spinlock.h │ │ │ │ ├── armv7.h │ │ │ │ ├── armv7 │ │ │ │ │ └── arch │ │ │ │ │ │ ├── cache.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── exception.h │ │ │ │ │ │ ├── io.h │ │ │ │ │ │ └── types.h │ │ │ │ ├── clocks.h │ │ │ │ ├── smp │ │ │ │ │ └── spinlock.h │ │ │ │ └── stdint.h │ │ │ ├── libgcc │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ashldi3.S │ │ │ │ ├── lib1funcs.S │ │ │ │ ├── libgcc.h │ │ │ │ ├── lshrdi3.S │ │ │ │ ├── muldi3.S │ │ │ │ ├── ucmpdi2.S │ │ │ │ ├── udivmoddi4.c │ │ │ │ ├── uldivmod.S │ │ │ │ └── umoddi3.c │ │ │ ├── memcpy.S │ │ │ ├── memmove.S │ │ │ ├── memset.S │ │ │ ├── stages.c │ │ │ └── tables.c │ │ ├── arm64 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── arch_timer.c │ │ │ ├── arm_tf.c │ │ │ ├── armv8 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.S │ │ │ │ ├── cache.c │ │ │ │ ├── cpu.S │ │ │ │ ├── exception.c │ │ │ │ └── mmu.c │ │ │ ├── boot.c │ │ │ ├── div0.c │ │ │ ├── eabi_compat.c │ │ │ ├── fit_payload.c │ │ │ ├── id.S │ │ │ ├── include │ │ │ │ ├── arch │ │ │ │ │ ├── acpi.h │ │ │ │ │ ├── acpigen.h │ │ │ │ │ ├── asm.h │ │ │ │ │ ├── boot │ │ │ │ │ │ └── boot.h │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cbconfig.h │ │ │ │ │ ├── early_variables.h │ │ │ │ │ ├── header.ld │ │ │ │ │ ├── hlt.h │ │ │ │ │ ├── memlayout.h │ │ │ │ │ ├── mpidr.h │ │ │ │ │ ├── pci_ops.h │ │ │ │ │ ├── stages.h │ │ │ │ │ └── transition.h │ │ │ │ ├── arm_tf.h │ │ │ │ ├── arm_tf_temp.h │ │ │ │ ├── armv8 │ │ │ │ │ └── arch │ │ │ │ │ │ ├── barrier.h │ │ │ │ │ │ ├── cache.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── exception.h │ │ │ │ │ │ ├── io.h │ │ │ │ │ │ ├── lib_helpers.h │ │ │ │ │ │ └── mmu.h │ │ │ │ ├── clocks.h │ │ │ │ ├── cpu │ │ │ │ │ └── cortex_a57.h │ │ │ │ └── stdint.h │ │ │ ├── memcpy.S │ │ │ ├── memmove.S │ │ │ ├── memset.S │ │ │ ├── romstage.c │ │ │ ├── tables.c │ │ │ ├── transition.c │ │ │ └── transition_asm.S │ │ ├── mips │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── ashldi3.c │ │ │ ├── boot.c │ │ │ ├── bootblock.S │ │ │ ├── bootblock_simple.c │ │ │ ├── cache.c │ │ │ ├── include │ │ │ │ ├── arch │ │ │ │ │ ├── bootblock_common.h │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cbconfig.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── early_variables.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── header.ld │ │ │ │ │ ├── hlt.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── memlayout.h │ │ │ │ │ ├── mmu.h │ │ │ │ │ ├── pci_ops.h │ │ │ │ │ ├── stages.h │ │ │ │ │ └── types.h │ │ │ │ └── stdint.h │ │ │ ├── mmu.c │ │ │ ├── stages.c │ │ │ └── tables.c │ │ ├── ppc64 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── boot.c │ │ │ ├── bootblock.S │ │ │ ├── id.ld │ │ │ ├── include │ │ │ │ ├── arch │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cbconfig.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── early_variables.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── header.ld │ │ │ │ │ ├── hlt.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── memlayout.h │ │ │ │ │ └── stages.h │ │ │ │ └── stdint.h │ │ │ ├── misc.c │ │ │ ├── prologue.inc │ │ │ ├── rom_media.c │ │ │ ├── stages.c │ │ │ └── tables.c │ │ ├── riscv │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── arch_timer.c │ │ │ ├── boot.c │ │ │ ├── bootblock.S │ │ │ ├── fp_asm.S │ │ │ ├── include │ │ │ │ ├── arch │ │ │ │ │ ├── barrier.h │ │ │ │ │ ├── boot.h │ │ │ │ │ ├── byteorder.h │ │ │ │ │ ├── cache.h │ │ │ │ │ ├── cbconfig.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── early_variables.h │ │ │ │ │ ├── encoding.h │ │ │ │ │ ├── errno.h │ │ │ │ │ ├── exception.h │ │ │ │ │ ├── header.ld │ │ │ │ │ ├── hlt.h │ │ │ │ │ ├── io.h │ │ │ │ │ ├── memlayout.h │ │ │ │ │ ├── pmp.h │ │ │ │ │ ├── smp │ │ │ │ │ │ ├── atomic.h │ │ │ │ │ │ ├── smp.h │ │ │ │ │ │ └── spinlock.h │ │ │ │ │ └── stages.h │ │ │ │ ├── bits.h │ │ │ │ ├── mcall.h │ │ │ │ ├── sbi.h │ │ │ │ ├── stdint.h │ │ │ │ └── vm.h │ │ │ ├── mcall.c │ │ │ ├── misaligned.c │ │ │ ├── misc.c │ │ │ ├── payload.S │ │ │ ├── pmp.c │ │ │ ├── ramstage.S │ │ │ ├── sbi.c │ │ │ ├── smp.c │ │ │ ├── stages.c │ │ │ ├── tables.c │ │ │ ├── trap_handler.c │ │ │ ├── trap_util.S │ │ │ └── virtual_memory.c │ │ └── x86 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi.c │ │ │ ├── acpi │ │ │ ├── debug.asl │ │ │ ├── globutil.asl │ │ │ └── statdef.asl │ │ │ ├── acpi_bert_storage.c │ │ │ ├── acpi_device.c │ │ │ ├── acpi_pld.c │ │ │ ├── acpi_s3.c │ │ │ ├── acpigen.c │ │ │ ├── acpigen_dsm.c │ │ │ ├── assembly_entry.S │ │ │ ├── boot.c │ │ │ ├── bootblock.ld │ │ │ ├── bootblock_crt0.S │ │ │ ├── bootblock_normal.c │ │ │ ├── bootblock_romcc.S │ │ │ ├── bootblock_simple.c │ │ │ ├── c_start.S │ │ │ ├── car.ld │ │ │ ├── cbfs_and_run.c │ │ │ ├── cbmem.c │ │ │ ├── cf9_reset.c │ │ │ ├── cpu.c │ │ │ ├── cpu_common.c │ │ │ ├── ebda.c │ │ │ ├── exception.c │ │ │ ├── exit_car.S │ │ │ ├── failover.ld │ │ │ ├── gdt.c │ │ │ ├── gdt_init.S │ │ │ ├── id.S │ │ │ ├── id.ld │ │ │ ├── idt.S │ │ │ ├── include │ │ │ ├── arch │ │ │ │ ├── acpi.h │ │ │ │ ├── acpi_device.h │ │ │ │ ├── acpi_ivrs.h │ │ │ │ ├── acpi_pld.h │ │ │ │ ├── acpigen.h │ │ │ │ ├── acpigen_dsm.h │ │ │ │ ├── bert_storage.h │ │ │ │ ├── boot │ │ │ │ │ └── boot.h │ │ │ │ ├── bootblock_romcc.h │ │ │ │ ├── byteorder.h │ │ │ │ ├── cache.h │ │ │ │ ├── cbconfig.h │ │ │ │ ├── cbfs.h │ │ │ │ ├── cpu.h │ │ │ │ ├── early_variables.h │ │ │ │ ├── ebda.h │ │ │ │ ├── exception.h │ │ │ │ ├── header.ld │ │ │ │ ├── hlt.h │ │ │ │ ├── interrupt.h │ │ │ │ ├── io.h │ │ │ │ ├── ioapic.h │ │ │ │ ├── memlayout.h │ │ │ │ ├── pci_io_cfg.h │ │ │ │ ├── pci_mmio_cfg.h │ │ │ │ ├── pci_ops.h │ │ │ │ ├── pirq_routing.h │ │ │ │ ├── registers.h │ │ │ │ ├── rom_segs.h │ │ │ │ ├── smp │ │ │ │ │ ├── atomic.h │ │ │ │ │ ├── mpspec.h │ │ │ │ │ └── spinlock.h │ │ │ │ ├── stages.h │ │ │ │ └── symbols.h │ │ │ ├── cf9_reset.h │ │ │ ├── smm.h │ │ │ └── stdint.h │ │ │ ├── ioapic.c │ │ │ ├── memcpy.c │ │ │ ├── memlayout.ld │ │ │ ├── memmove.c │ │ │ ├── memset.c │ │ │ ├── mmap_boot.c │ │ │ ├── mpspec.c │ │ │ ├── pci_ops.c │ │ │ ├── pci_ops_conf1.c │ │ │ ├── pirq_routing.c │ │ │ ├── postcar.c │ │ │ ├── postcar_loader.c │ │ │ ├── prologue.inc │ │ │ ├── rdrand.c │ │ │ ├── smbios.c │ │ │ ├── stages.c │ │ │ ├── tables.c │ │ │ ├── thread.c │ │ │ ├── thread_switch.S │ │ │ ├── timestamp.c │ │ │ ├── timestamp.inc │ │ │ ├── verstage.c │ │ │ ├── wakeup.S │ │ │ └── walkcbfs.S │ ├── commonlib │ │ ├── Makefile.inc │ │ ├── cbfs.c │ │ ├── fsp_relocate.c │ │ ├── include │ │ │ └── commonlib │ │ │ │ ├── cbfs.h │ │ │ │ ├── cbfs_serialized.h │ │ │ │ ├── cbmem_id.h │ │ │ │ ├── compiler.h │ │ │ │ ├── compression.h │ │ │ │ ├── coreboot_tables.h │ │ │ │ ├── endian.h │ │ │ │ ├── fmap_serialized.h │ │ │ │ ├── fsp.h │ │ │ │ ├── helpers.h │ │ │ │ ├── iobuf.h │ │ │ │ ├── loglevel.h │ │ │ │ ├── mem_pool.h │ │ │ │ ├── region.h │ │ │ │ ├── rmodule-defs.h │ │ │ │ ├── sd_mmc_ctrlr.h │ │ │ │ ├── sdhci.h │ │ │ │ ├── stdlib.h │ │ │ │ ├── storage.h │ │ │ │ ├── tcpa_log_serialized.h │ │ │ │ └── timestamp_serialized.h │ │ ├── iobuf.c │ │ ├── lz4.c.inc │ │ ├── lz4_wrapper.c │ │ ├── mem_pool.c │ │ ├── region.c │ │ └── storage │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── bouncebuf.c │ │ │ ├── bouncebuf.h │ │ │ ├── mmc.c │ │ │ ├── mmc.h │ │ │ ├── pci_sdhci.c │ │ │ ├── sd.c │ │ │ ├── sd_mmc.c │ │ │ ├── sd_mmc.h │ │ │ ├── sdhci.c │ │ │ ├── sdhci.h │ │ │ ├── sdhci_adma.c │ │ │ ├── sdhci_display.c │ │ │ ├── storage.c │ │ │ ├── storage.h │ │ │ ├── storage_erase.c │ │ │ └── storage_write.c │ ├── console │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── console.c │ │ ├── die.c │ │ ├── hw-debug_sink.adb │ │ ├── hw-debug_sink.ads │ │ ├── init.c │ │ ├── post.c │ │ ├── printk.c │ │ ├── vsprintf.c │ │ └── vtxprintf.c │ ├── cpu │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── allwinner │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── a10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock_media.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── clock.h │ │ │ │ ├── cpu.c │ │ │ │ ├── dramc.h │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── memmap.h │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── pinmux.c │ │ │ │ ├── ram_segs.h │ │ │ │ ├── raminit.c │ │ │ │ ├── timer.c │ │ │ │ ├── timer.h │ │ │ │ ├── twi.c │ │ │ │ ├── twi.h │ │ │ │ ├── uart.c │ │ │ │ ├── uart.h │ │ │ │ └── uart_console.c │ │ ├── amd │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── agesa │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── family12 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ ├── model_12_init.c │ │ │ │ │ └── romstage.c │ │ │ │ ├── family14 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ ├── model_14_init.c │ │ │ │ │ └── romstage.c │ │ │ │ ├── family15tn │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ ├── model_15_init.c │ │ │ │ │ └── udelay.c │ │ │ │ └── family16kb │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ └── model_16_init.c │ │ │ ├── car │ │ │ │ ├── cache_as_ram.inc │ │ │ │ ├── disable_cache_as_ram.c │ │ │ │ └── post_cache_as_ram.c │ │ │ ├── family_10h-family_15h │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── defaults.h │ │ │ │ ├── fidvid.c │ │ │ │ ├── init_cpus.c │ │ │ │ ├── init_cpus.h │ │ │ │ ├── model_10xxx_init.c │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── powernow_acpi.c │ │ │ │ ├── processor_name.c │ │ │ │ ├── ram_calc.c │ │ │ │ ├── ram_calc.h │ │ │ │ ├── tsc_freq.c │ │ │ │ └── update_microcode.c │ │ │ ├── microcode │ │ │ │ ├── Makefile.inc │ │ │ │ └── microcode.c │ │ │ ├── mtrr │ │ │ │ ├── Makefile.inc │ │ │ │ └── amd_mtrr.c │ │ │ ├── pi │ │ │ │ ├── 00630F01 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ ├── model_15_init.c │ │ │ │ │ └── udelay.c │ │ │ │ ├── 00660F01 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ └── model_15_init.c │ │ │ │ ├── 00730F01 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── cpu.asl │ │ │ │ │ ├── chip_name.c │ │ │ │ │ ├── fixme.c │ │ │ │ │ └── model_16_init.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── amd_late_init.c │ │ │ │ └── romstage.c │ │ │ ├── quadcore │ │ │ │ ├── Makefile.inc │ │ │ │ ├── amd_sibling.c │ │ │ │ ├── quadcore.c │ │ │ │ └── quadcore_id.c │ │ │ ├── smm │ │ │ │ ├── Makefile.inc │ │ │ │ └── smm_init.c │ │ │ ├── socket_AM2r2 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_AM3 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_ASB2 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_C32 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_FM2 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_F_1207 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ └── socket_G34 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── socket_G34.c │ │ ├── armltd │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── cortex-a9 │ │ │ │ └── Kconfig │ │ ├── intel │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── car │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock.h │ │ │ │ ├── core2 │ │ │ │ │ └── cache_as_ram.S │ │ │ │ ├── non-evict │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── cache_as_ram.S │ │ │ │ │ └── exit_car.S │ │ │ │ ├── p3 │ │ │ │ │ └── cache_as_ram.S │ │ │ │ ├── p4-netburst │ │ │ │ │ ├── cache_as_ram.S │ │ │ │ │ └── exit_car.S │ │ │ │ └── romstage.c │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── cpu.asl │ │ │ │ ├── common.h │ │ │ │ └── common_init.c │ │ │ ├── fit │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── fit.S │ │ │ │ └── fit.ld │ │ │ ├── fsp_model_406dx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── model_406dx.h │ │ │ │ └── model_406dx_init.c │ │ │ ├── haswell │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── finalize.c │ │ │ │ ├── haswell.h │ │ │ │ ├── haswell_init.c │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── stage_cache.c │ │ │ │ └── tsc_freq.c │ │ │ ├── hyperthreading │ │ │ │ ├── Makefile.inc │ │ │ │ └── intel_sibling.c │ │ │ ├── microcode │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── microcode.c │ │ │ │ └── microcode_asm.S │ │ │ ├── model_1067x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── model_1067x_init.c │ │ │ │ └── mp_init.c │ │ │ ├── model_106cx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_106cx_init.c │ │ │ ├── model_2065x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── finalize.c │ │ │ │ ├── model_2065x.h │ │ │ │ ├── model_2065x_init.c │ │ │ │ └── tsc_freq.c │ │ │ ├── model_206ax │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── common.c │ │ │ │ ├── finalize.c │ │ │ │ ├── model_206ax.h │ │ │ │ ├── model_206ax_init.c │ │ │ │ ├── stage_cache.c │ │ │ │ └── tsc_freq.c │ │ │ ├── model_65x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_65x_init.c │ │ │ ├── model_67x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_67x_init.c │ │ │ ├── model_68x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_68x_init.c │ │ │ ├── model_69x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_69x_init.c │ │ │ ├── model_6bx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_6bx_init.c │ │ │ ├── model_6dx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_6dx_init.c │ │ │ ├── model_6ex │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_6ex_init.c │ │ │ ├── model_6fx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_6fx_init.c │ │ │ ├── model_6xx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_6xx_init.c │ │ │ ├── model_f2x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_f2x_init.c │ │ │ ├── model_f3x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_f3x_init.c │ │ │ ├── model_f4x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── model_f4x_init.c │ │ │ ├── slot_1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── l2_cache.c │ │ │ │ └── slot_1.c │ │ │ ├── smm │ │ │ │ └── gen1 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── smi.h │ │ │ │ │ └── smmrelocate.c │ │ │ ├── socket_441 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_BGA1284 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_BGA956 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_FCBGA559 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_LGA775 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_mFCPGA478 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_mPGA478 │ │ │ │ └── Makefile.inc │ │ │ ├── socket_mPGA478MN │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── socket_mPGA604 │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ │ ├── speedstep │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ └── cpu.asl │ │ │ │ └── speedstep.c │ │ │ ├── thermal_monitoring │ │ │ │ └── thermal_monitoring.h │ │ │ └── turbo │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── turbo.c │ │ ├── qemu-power8 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── qemu.c │ │ ├── qemu-x86 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── bootblock.c │ │ │ ├── cache_as_ram_bootblock.S │ │ │ └── qemu.c │ │ ├── ti │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── am335x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock_media.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clock.h │ │ │ │ ├── dmtimer.c │ │ │ │ ├── dmtimer.h │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── header.c │ │ │ │ ├── header.h │ │ │ │ ├── header.ld │ │ │ │ ├── memlayout.ld │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── nand.c │ │ │ │ ├── pinmux.c │ │ │ │ ├── pinmux.h │ │ │ │ ├── uart.c │ │ │ │ └── uart.h │ │ ├── via │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── car │ │ │ │ └── cache_as_ram.inc │ │ │ └── nano │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── microcode_blob.c │ │ │ │ ├── nano_init.c │ │ │ │ ├── update_ucode.c │ │ │ │ └── update_ucode.h │ │ └── x86 │ │ │ ├── 16bit │ │ │ ├── entry16.inc │ │ │ ├── entry16.ld │ │ │ ├── reset16.inc │ │ │ └── reset16.ld │ │ │ ├── 32bit │ │ │ └── entry32.inc │ │ │ ├── Kconfig │ │ │ ├── Kconfig.debug │ │ │ ├── Makefile.inc │ │ │ ├── backup_default_smm.c │ │ │ ├── cache │ │ │ ├── Makefile.inc │ │ │ └── cache.c │ │ │ ├── car.c │ │ │ ├── fpu_enable.inc │ │ │ ├── lapic │ │ │ ├── Makefile.inc │ │ │ ├── apic_timer.c │ │ │ ├── boot_cpu.c │ │ │ ├── lapic.c │ │ │ ├── lapic_cpu_init.c │ │ │ └── secondary.S │ │ │ ├── mirror_payload.c │ │ │ ├── mp_init.c │ │ │ ├── mtrr │ │ │ ├── Makefile.inc │ │ │ ├── debug.c │ │ │ ├── earlymtrr.c │ │ │ └── mtrr.c │ │ │ ├── name │ │ │ ├── Makefile.inc │ │ │ └── name.c │ │ │ ├── pae │ │ │ ├── Makefile.inc │ │ │ └── pgtbl.c │ │ │ ├── sipi_vector.S │ │ │ ├── smm │ │ │ ├── Makefile.inc │ │ │ ├── smihandler.c │ │ │ ├── smm.ld │ │ │ ├── smm_module_handler.c │ │ │ ├── smm_module_loader.c │ │ │ ├── smm_stub.S │ │ │ ├── smmhandler.S │ │ │ └── smmrelocate.S │ │ │ ├── sse_enable.inc │ │ │ └── tsc │ │ │ ├── Makefile.inc │ │ │ └── delay_tsc.c │ ├── device │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── azalia_device.c │ │ ├── cardbus_device.c │ │ ├── cpu_device.c │ │ ├── device.c │ │ ├── device_const.c │ │ ├── device_util.c │ │ ├── dram │ │ │ ├── Makefile.inc │ │ │ ├── ddr2.c │ │ │ └── ddr3.c │ │ ├── hypertransport.c │ │ ├── i2c.c │ │ ├── i2c_bus.c │ │ ├── oprom │ │ │ ├── Makefile.inc │ │ │ ├── include │ │ │ │ ├── io.h │ │ │ │ └── x86emu │ │ │ │ │ ├── fpu_regs.h │ │ │ │ │ ├── regs.h │ │ │ │ │ ├── types.h │ │ │ │ │ └── x86emu.h │ │ │ ├── realmode │ │ │ │ ├── Makefile.inc │ │ │ │ ├── x86.c │ │ │ │ ├── x86.h │ │ │ │ ├── x86_asm.S │ │ │ │ └── x86_interrupts.c │ │ │ ├── x86emu │ │ │ │ ├── LICENSE │ │ │ │ ├── Makefile.inc │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── decode.c │ │ │ │ ├── decode.h │ │ │ │ ├── fpu.c │ │ │ │ ├── fpu.h │ │ │ │ ├── ops.c │ │ │ │ ├── ops.h │ │ │ │ ├── ops2.c │ │ │ │ ├── prim_asm.h │ │ │ │ ├── prim_ops.c │ │ │ │ ├── prim_ops.h │ │ │ │ ├── sys.c │ │ │ │ └── x86emui.h │ │ │ └── yabel │ │ │ │ ├── Makefile.inc │ │ │ │ ├── biosemu.c │ │ │ │ ├── biosemu.h │ │ │ │ ├── compat │ │ │ │ ├── Makefile.inc │ │ │ │ ├── functions.c │ │ │ │ ├── of.h │ │ │ │ ├── rtas.h │ │ │ │ └── time.h │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── device.c │ │ │ │ ├── device.h │ │ │ │ ├── interrupt.c │ │ │ │ ├── interrupt.h │ │ │ │ ├── io.c │ │ │ │ ├── io.h │ │ │ │ ├── mem.c │ │ │ │ ├── mem.h │ │ │ │ ├── pmm.c │ │ │ │ ├── pmm.h │ │ │ │ └── vbe.c │ │ ├── pci_class.c │ │ ├── pci_device.c │ │ ├── pci_early.c │ │ ├── pci_ops.c │ │ ├── pci_ops_mmconf.c │ │ ├── pci_rom.c │ │ ├── pciexp_device.c │ │ ├── pcix_device.c │ │ ├── pnp_device.c │ │ ├── root_device.c │ │ ├── smbus_ops.c │ │ └── software_i2c.c │ ├── drivers │ │ ├── amd │ │ │ └── agesa │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── cache_as_ram.S │ │ │ │ ├── def_callouts.c │ │ │ │ ├── eventlog.c │ │ │ │ ├── heapmanager.c │ │ │ │ ├── mtrr_fixme.c │ │ │ │ ├── oem_s3.c │ │ │ │ ├── romstage.c │ │ │ │ ├── s3_mtrr.c │ │ │ │ └── state_machine.c │ │ ├── ams │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── as3722rtc.c │ │ ├── asmedia │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── aspm_blacklist.c │ │ ├── aspeed │ │ │ ├── ast2050 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── ast2050.c │ │ │ └── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── aspeed_coreboot.h │ │ │ │ ├── ast_dp501.c │ │ │ │ ├── ast_dram_tables.h │ │ │ │ ├── ast_drv.h │ │ │ │ ├── ast_main.c │ │ │ │ ├── ast_post.c │ │ │ │ └── ast_tables.h │ │ ├── dec │ │ │ └── 21143 │ │ │ │ ├── 21143.c │ │ │ │ ├── Kconfig │ │ │ │ └── Makefile.inc │ │ ├── elog │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── boot_count.c │ │ │ ├── elog.c │ │ │ ├── elog_internal.h │ │ │ └── gsmi.c │ │ ├── emulation │ │ │ └── qemu │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bochs.c │ │ │ │ ├── cirrus.c │ │ │ │ └── qemu_debugcon.c │ │ ├── generic │ │ │ ├── adau7002 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── adau7002.c │ │ │ │ └── chip.h │ │ │ ├── bayhub │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bh720.c │ │ │ │ ├── bh720.h │ │ │ │ └── chip.h │ │ │ ├── generic │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── generic.c │ │ │ ├── gpio_keys │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── gpio_keys.c │ │ │ ├── gpio_regulator │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── gpio_regulator.c │ │ │ ├── ioapic │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── ioapic.c │ │ │ └── max98357a │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── max98357a.c │ │ ├── gic │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── gic.c │ │ │ └── gic.h │ │ ├── i2c │ │ │ ├── adm1026 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── adm1026.c │ │ │ ├── adm1027 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── adm1027.c │ │ │ ├── adt7463 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── adt7463.c │ │ │ ├── at24rf08c │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── at24rf08c.c │ │ │ │ ├── lenovo.h │ │ │ │ └── lenovo_serials.c │ │ │ ├── ck505 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── ck505.c │ │ │ ├── da7219 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── da7219.c │ │ │ ├── designware │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── dw_i2c.c │ │ │ │ └── dw_i2c.h │ │ │ ├── generic │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── generic.c │ │ │ ├── hid │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── hid.c │ │ │ ├── i2cmux │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── i2cmux.c │ │ │ ├── i2cmux2 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── i2cmux2.c │ │ │ ├── lm63 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── lm63.c │ │ │ ├── max98373 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── max98373.c │ │ │ ├── max98927 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── max98927.c │ │ │ ├── nau8825 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── nau8825.c │ │ │ ├── pca9538 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── pca9538.c │ │ │ │ └── pca9538.h │ │ │ ├── pcf8523 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── pcf8523.c │ │ │ │ └── pcf8523.h │ │ │ ├── rt5663 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── rt5663.c │ │ │ ├── rtd2132 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── rtd2132.c │ │ │ ├── rx6110sa │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── rx6110sa.c │ │ │ │ └── rx6110sa.h │ │ │ ├── sx9310 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── registers.h │ │ │ │ └── sx9310.c │ │ │ ├── tpm │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cr50.c │ │ │ │ ├── tis.c │ │ │ │ ├── tis_atmel.c │ │ │ │ ├── tpm.c │ │ │ │ └── tpm.h │ │ │ ├── w83793 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── w83793.c │ │ │ │ └── w83793.h │ │ │ ├── w83795 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── w83795.c │ │ │ │ └── w83795.h │ │ │ └── ww_ring │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ww_ring.c │ │ │ │ ├── ww_ring.h │ │ │ │ ├── ww_ring_programs.c │ │ │ │ └── ww_ring_programs.h │ │ ├── intel │ │ │ ├── fsp1_0 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cache_as_ram.inc │ │ │ │ ├── fastboot_cache.c │ │ │ │ ├── fsp_util.c │ │ │ │ ├── fsp_util.h │ │ │ │ ├── fsp_values.h │ │ │ │ └── hob.c │ │ │ ├── fsp1_1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── after_raminit.S │ │ │ │ ├── bootblock.c │ │ │ │ ├── cache_as_ram.inc │ │ │ │ ├── car.c │ │ │ │ ├── fsp_gop.c │ │ │ │ ├── fsp_relocate.c │ │ │ │ ├── fsp_util.c │ │ │ │ ├── hob.c │ │ │ │ ├── include │ │ │ │ │ └── fsp │ │ │ │ │ │ ├── api.h │ │ │ │ │ │ ├── bootblock.h │ │ │ │ │ │ ├── car.h │ │ │ │ │ │ ├── memmap.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── soc_binding.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── uefi_binding.h │ │ │ │ │ │ └── util.h │ │ │ │ ├── mma_core.c │ │ │ │ ├── raminit.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── stack.c │ │ │ │ ├── stage_cache.c │ │ │ │ ├── vbt.c │ │ │ │ └── verstage.c │ │ │ ├── fsp2_0 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── debug.c │ │ │ │ ├── graphics.c │ │ │ │ ├── hand_off_block.c │ │ │ │ ├── header_display.c │ │ │ │ ├── header_util │ │ │ │ │ ├── fspupdvpd.spatch │ │ │ │ │ └── fspupdvpd_sanitize.sh │ │ │ │ ├── hob_display.c │ │ │ │ ├── hob_verify.c │ │ │ │ ├── include │ │ │ │ │ └── fsp │ │ │ │ │ │ ├── api.h │ │ │ │ │ │ ├── debug.h │ │ │ │ │ │ ├── info_header.h │ │ │ │ │ │ ├── memmap.h │ │ │ │ │ │ ├── memory_init.h │ │ │ │ │ │ ├── soc_binding.h │ │ │ │ │ │ ├── upd.h │ │ │ │ │ │ └── util.h │ │ │ │ ├── memory_init.c │ │ │ │ ├── mma_core.c │ │ │ │ ├── notify.c │ │ │ │ ├── silicon_init.c │ │ │ │ ├── stage_cache.c │ │ │ │ ├── temp_ram_exit.c │ │ │ │ ├── upd_display.c │ │ │ │ └── util.c │ │ │ ├── gma │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── common.asl │ │ │ │ │ ├── configure_brightness_levels.asl │ │ │ │ │ ├── default_brightness_levels.asl │ │ │ │ │ ├── non-pch.asl │ │ │ │ │ └── pch.asl │ │ │ │ ├── drm_dp_helper.h │ │ │ │ ├── edid.c │ │ │ │ ├── edid.h │ │ │ │ ├── gma.ads │ │ │ │ ├── hires_fb │ │ │ │ │ └── gma.adb │ │ │ │ ├── i915.h │ │ │ │ ├── i915_reg.h │ │ │ │ ├── int15.c │ │ │ │ ├── int15.h │ │ │ │ ├── intel_bios.h │ │ │ │ ├── intel_ddi.c │ │ │ │ ├── libgfxinit.h │ │ │ │ ├── opregion.c │ │ │ │ ├── opregion.h │ │ │ │ ├── text_fb │ │ │ │ │ └── gma.adb │ │ │ │ └── vbt.c │ │ │ ├── i210 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── i210.c │ │ │ │ └── i210.h │ │ │ ├── mipi_camera │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── camera.c │ │ │ │ └── chip.h │ │ │ └── wifi │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── wifi.c │ │ ├── ipmi │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── ipmi_kcs.c │ │ │ └── ipmi_kcs.h │ │ ├── lenovo │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── hybrid_graphics │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── hybrid_graphics.c │ │ │ │ ├── hybrid_graphics.h │ │ │ │ └── romstage.c │ │ │ ├── lenovo.h │ │ │ └── wacom.c │ │ ├── maxim │ │ │ ├── max77686 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── max77686.c │ │ │ │ └── max77686.h │ │ │ └── max77802 │ │ │ │ └── max77802.h │ │ ├── mrc_cache │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── mrc_cache.c │ │ ├── net │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── atl1e.c │ │ │ ├── chip.h │ │ │ ├── ne2k.c │ │ │ ├── ns8390.h │ │ │ └── r8168.c │ │ ├── parade │ │ │ ├── ps8625 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ps8625.c │ │ │ │ └── ps8625.h │ │ │ └── ps8640 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ps8640.c │ │ │ │ └── ps8640.h │ │ ├── pc80 │ │ │ ├── pc │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── i8254.c │ │ │ │ ├── i8259.c │ │ │ │ ├── isa-dma.c │ │ │ │ ├── keyboard.c │ │ │ │ ├── ps2_controller.asl │ │ │ │ ├── spkmodem.c │ │ │ │ └── udelay_io.c │ │ │ ├── rtc │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── mc146818rtc.c │ │ │ │ ├── mc146818rtc_boot.c │ │ │ │ └── mc146818rtc_romcc.c │ │ │ ├── tpm │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── tis.c │ │ │ └── vga │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── vga.c │ │ │ │ ├── vga.h │ │ │ │ ├── vga_font_8x16.c │ │ │ │ ├── vga_io.c │ │ │ │ └── vga_palette.c │ │ ├── ricoh │ │ │ └── rce822 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── rce822.c │ │ ├── siemens │ │ │ └── nc_fpga │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── nc_fpga.c │ │ │ │ └── nc_fpga.h │ │ ├── sil │ │ │ └── 3114 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── sil_sata.c │ │ ├── smmstore │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── smi.c │ │ │ └── store.c │ │ ├── spi │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ └── chip.h │ │ │ ├── adesto.c │ │ │ ├── amic.c │ │ │ ├── atmel.c │ │ │ ├── bitbang.c │ │ │ ├── boot_device_rw_nommap.c │ │ │ ├── cbfs_spi.c │ │ │ ├── eon.c │ │ │ ├── flashconsole.c │ │ │ ├── gigadevice.c │ │ │ ├── macronix.c │ │ │ ├── spansion.c │ │ │ ├── spi-generic.c │ │ │ ├── spi_flash.c │ │ │ ├── spi_flash_internal.h │ │ │ ├── spiconsole.c │ │ │ ├── sst.c │ │ │ ├── stmicro.c │ │ │ ├── tpm │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── tis.c │ │ │ │ ├── tpm.c │ │ │ │ └── tpm.h │ │ │ └── winbond.c │ │ ├── ti │ │ │ ├── tps65090 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── tps65090.c │ │ │ │ └── tps65090.h │ │ │ └── tps65913 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── tps65913rtc.c │ │ ├── tpm │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ └── tpm.c │ │ ├── uart │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── oxpcie.c │ │ │ ├── oxpcie_early.c │ │ │ ├── pl011.c │ │ │ ├── pl011.h │ │ │ ├── sifive.c │ │ │ ├── uart8250io.c │ │ │ ├── uart8250mem.c │ │ │ ├── uart8250reg.h │ │ │ └── util.c │ │ ├── usb │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── usb_acpi.c │ │ │ ├── console.c │ │ │ ├── ehci.h │ │ │ ├── ehci_debug.c │ │ │ ├── ehci_debug.h │ │ │ ├── gadget.c │ │ │ ├── pci_ehci.c │ │ │ └── usb_ch9.h │ │ ├── vpd │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── lib_vpd.c │ │ │ ├── lib_vpd.h │ │ │ ├── vpd.c │ │ │ ├── vpd.h │ │ │ └── vpd_tables.h │ │ ├── xgi │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── XGI_main.c │ │ │ │ ├── XGI_main.h │ │ │ │ ├── XGIfb.h │ │ │ │ ├── initdef.h │ │ │ │ ├── vb_def.h │ │ │ │ ├── vb_init.c │ │ │ │ ├── vb_init.h │ │ │ │ ├── vb_setmode.c │ │ │ │ ├── vb_setmode.h │ │ │ │ ├── vb_struct.h │ │ │ │ ├── vb_table.h │ │ │ │ ├── vb_util.c │ │ │ │ ├── vb_util.h │ │ │ │ ├── vgatypes.h │ │ │ │ ├── vstruct.h │ │ │ │ ├── xgi_coreboot.c │ │ │ │ └── xgi_coreboot.h │ │ │ └── z9s │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── z9s.c │ │ └── xpowers │ │ │ └── axp209 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── axp209.c │ │ │ ├── axp209.h │ │ │ └── chip.h │ ├── ec │ │ ├── acpi │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── ec.asl │ │ │ ├── ec.c │ │ │ └── ec.h │ │ ├── compal │ │ │ └── ene932 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── documentation.txt │ │ │ │ ├── ec.c │ │ │ │ └── ec.h │ │ ├── ec.h │ │ ├── google │ │ │ ├── chromeec │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ac.asl │ │ │ │ │ ├── als.asl │ │ │ │ │ ├── battery.asl │ │ │ │ │ ├── cros_ec.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── emem.asl │ │ │ │ │ ├── keyboard_backlight.asl │ │ │ │ │ ├── pd.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── tbmc.asl │ │ │ │ ├── chip.h │ │ │ │ ├── crosec_proto.c │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── ec_boardid.c │ │ │ │ ├── ec_commands.h │ │ │ │ ├── ec_i2c.c │ │ │ │ ├── ec_lpc.c │ │ │ │ ├── ec_message.h │ │ │ │ ├── ec_spi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smm.h │ │ │ │ ├── switches.c │ │ │ │ ├── vboot_storage.c │ │ │ │ └── vstore.c │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── mec.c │ │ │ │ └── mec.h │ │ │ └── wilco │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── dptf.asl │ │ │ │ ├── ec.asl │ │ │ │ ├── ec_dev.asl │ │ │ │ ├── ec_ram.asl │ │ │ │ ├── event.asl │ │ │ │ ├── lid.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock.h │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── commands.c │ │ │ │ ├── commands.h │ │ │ │ ├── ec.h │ │ │ │ ├── mailbox.c │ │ │ │ ├── smihandler.c │ │ │ │ └── smm.h │ │ ├── hp │ │ │ └── kbc1126 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ └── lid.asl │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── ec.c │ │ │ │ └── ec.h │ │ ├── kontron │ │ │ ├── it8516e │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ └── pm_channels.asl │ │ │ │ ├── chip.h │ │ │ │ ├── ec.c │ │ │ │ └── ec.h │ │ │ └── kempld │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── early_kempld.c │ │ │ │ ├── kempld.c │ │ │ │ ├── kempld.h │ │ │ │ ├── kempld_i2c.c │ │ │ │ └── kempld_internal.h │ │ ├── lenovo │ │ │ ├── h8 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ac.asl │ │ │ │ │ ├── battery.asl │ │ │ │ │ ├── beep.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── lid.asl │ │ │ │ │ ├── sleepbutton.asl │ │ │ │ │ ├── systemstatus.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── thinkpad.asl │ │ │ │ ├── bluetooth.c │ │ │ │ ├── chip.h │ │ │ │ ├── h8.c │ │ │ │ ├── h8.h │ │ │ │ ├── panic.c │ │ │ │ ├── ssdt.c │ │ │ │ └── wwan.c │ │ │ └── pmh7 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── pmh7.c │ │ │ │ └── pmh7.h │ │ ├── purism │ │ │ └── librem │ │ │ │ ├── Kconfig │ │ │ │ └── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ └── ec.asl │ │ ├── quanta │ │ │ ├── ene_kb3940q │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ac.asl │ │ │ │ │ ├── battery.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── ec.c │ │ │ │ └── ec.h │ │ │ └── it8518 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── ec.c │ │ │ │ └── ec.h │ │ ├── roda │ │ │ └── it8518 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ └── lid.asl │ │ │ │ ├── chip.h │ │ │ │ └── ec.c │ │ └── smsc │ │ │ └── mec1308 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ ├── ac.asl │ │ │ ├── battery.asl │ │ │ └── ec.asl │ │ │ ├── chip.h │ │ │ ├── ec.c │ │ │ └── ec.h │ ├── include │ │ ├── adainit.h │ │ ├── assert.h │ │ ├── b64_decode.h │ │ ├── base3.h │ │ ├── bcd.h │ │ ├── boardid.h │ │ ├── boot │ │ │ ├── coreboot_tables.h │ │ │ └── tables.h │ │ ├── boot_device.h │ │ ├── bootblock_common.h │ │ ├── bootmem.h │ │ ├── bootmode.h │ │ ├── bootstate.h │ │ ├── cbfs.h │ │ ├── cbmem.h │ │ ├── console │ │ │ ├── cbmem_console.h │ │ │ ├── console.h │ │ │ ├── flash.h │ │ │ ├── ne2k.h │ │ │ ├── post_codes.h │ │ │ ├── qemu_debugcon.h │ │ │ ├── spi.h │ │ │ ├── spkmodem.h │ │ │ ├── streams.h │ │ │ ├── uart.h │ │ │ ├── usb.h │ │ │ └── vtxprintf.h │ │ ├── cper.h │ │ ├── cpu │ │ │ ├── amd │ │ │ │ ├── amdfam10_sysconf.h │ │ │ │ ├── car.h │ │ │ │ ├── lxdef.h │ │ │ │ ├── microcode.h │ │ │ │ ├── model_10xxx_rev.h │ │ │ │ ├── msr.h │ │ │ │ ├── mtrr.h │ │ │ │ ├── multicore.h │ │ │ │ ├── powernow.h │ │ │ │ └── vr.h │ │ │ ├── cpu.h │ │ │ ├── intel │ │ │ │ ├── hyperthreading.h │ │ │ │ ├── l2_cache.h │ │ │ │ ├── microcode.h │ │ │ │ ├── romstage.h │ │ │ │ ├── speedstep.h │ │ │ │ └── turbo.h │ │ │ └── x86 │ │ │ │ ├── bist.h │ │ │ │ ├── cache.h │ │ │ │ ├── cr.h │ │ │ │ ├── gdt.h │ │ │ │ ├── lapic.h │ │ │ │ ├── lapic_def.h │ │ │ │ ├── mp.h │ │ │ │ ├── msr.h │ │ │ │ ├── mtrr.h │ │ │ │ ├── name.h │ │ │ │ ├── pae.h │ │ │ │ ├── post_code.h │ │ │ │ ├── smm.h │ │ │ │ └── tsc.h │ │ ├── delay.h │ │ ├── device │ │ │ ├── azalia.h │ │ │ ├── azalia_device.h │ │ │ ├── cardbus.h │ │ │ ├── device.h │ │ │ ├── dram │ │ │ │ ├── common.h │ │ │ │ ├── ddr2.h │ │ │ │ └── ddr3.h │ │ │ ├── drm_dp_helper.h │ │ │ ├── early_smbus.h │ │ │ ├── hypertransport.h │ │ │ ├── hypertransport_def.h │ │ │ ├── i2c.h │ │ │ ├── i2c_bus.h │ │ │ ├── i2c_simple.h │ │ │ ├── path.h │ │ │ ├── pci.h │ │ │ ├── pci_def.h │ │ │ ├── pci_ehci.h │ │ │ ├── pci_ids.h │ │ │ ├── pci_ops.h │ │ │ ├── pci_rom.h │ │ │ ├── pci_type.h │ │ │ ├── pciexp.h │ │ │ ├── pcix.h │ │ │ ├── pnp.h │ │ │ ├── pnp_def.h │ │ │ ├── resource.h │ │ │ ├── smbus.h │ │ │ ├── smbus_def.h │ │ │ └── spi.h │ │ ├── device_tree.h │ │ ├── dimm_info_util.h │ │ ├── edid.h │ │ ├── elog.h │ │ ├── endian.h │ │ ├── fallback.h │ │ ├── fit.h │ │ ├── fit_payload.h │ │ ├── fmap.h │ │ ├── gic.h │ │ ├── gpio.h │ │ ├── halt.h │ │ ├── imd.h │ │ ├── inttypes.h │ │ ├── ip_checksum.h │ │ ├── kconfig.h │ │ ├── lib.h │ │ ├── list.h │ │ ├── main_decl.h │ │ ├── memlayout.h │ │ ├── memory_info.h │ │ ├── memrange.h │ │ ├── mrc_cache.h │ │ ├── nhlt.h │ │ ├── option.h │ │ ├── pc80 │ │ │ ├── i8254.h │ │ │ ├── i8259.h │ │ │ ├── isa-dma.h │ │ │ ├── keyboard.h │ │ │ ├── mc146818rtc.h │ │ │ ├── vga.h │ │ │ └── vga_io.h │ │ ├── program_loading.h │ │ ├── random.h │ │ ├── reg_script.h │ │ ├── region_file.h │ │ ├── reset.h │ │ ├── rmodule.h │ │ ├── romstage_handoff.h │ │ ├── rtc.h │ │ ├── rules.h │ │ ├── sar.h │ │ ├── sdram_mode.h │ │ ├── smbios.h │ │ ├── smmstore.h │ │ ├── smp │ │ │ ├── atomic.h │ │ │ ├── node.h │ │ │ └── spinlock.h │ │ ├── spd.h │ │ ├── spd_bin.h │ │ ├── spd_ddr2.h │ │ ├── spi-generic.h │ │ ├── spi_bitbang.h │ │ ├── spi_flash.h │ │ ├── stage_cache.h │ │ ├── stddef.h │ │ ├── stdlib.h │ │ ├── string.h │ │ ├── superio │ │ │ └── conf_mode.h │ │ ├── swab.h │ │ ├── symbols.h │ │ ├── sys │ │ │ └── types.h │ │ ├── thread.h │ │ ├── timer.h │ │ ├── timestamp.h │ │ ├── trace.h │ │ ├── types.h │ │ ├── uuid.h │ │ ├── vbe.h │ │ ├── version.h │ │ ├── watchdog.h │ │ └── wrdd.h │ ├── lib │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── b64_decode.c │ │ ├── boot_device.c │ │ ├── bootblock.c │ │ ├── bootmem.c │ │ ├── bootmode.c │ │ ├── cbfs.c │ │ ├── cbmem_common.c │ │ ├── cbmem_console.c │ │ ├── cbmem_stage_cache.c │ │ ├── compute_ip_checksum.c │ │ ├── coreboot_table.c │ │ ├── debug.c │ │ ├── decompressor.c │ │ ├── delay.c │ │ ├── device_tree.c │ │ ├── dimm_info_util.c │ │ ├── edid.c │ │ ├── edid_fill_fb.c │ │ ├── ext_stage_cache.c │ │ ├── fallback_boot.c │ │ ├── fit.c │ │ ├── fit_payload.c │ │ ├── fmap.c │ │ ├── gcc.c │ │ ├── gcov-glue.c │ │ ├── gcov-io.c │ │ ├── gcov-io.h │ │ ├── gcov-iov.h │ │ ├── generic_dump_spd.c │ │ ├── gnat │ │ │ ├── COPYING.RUNTIME │ │ │ ├── COPYING3 │ │ │ ├── Makefile.inc │ │ │ ├── a-unccon.ads │ │ │ ├── ada.ads │ │ │ ├── g-souinf.ads │ │ │ ├── gnat.ads │ │ │ ├── i-c.adb │ │ │ ├── i-c.ads │ │ │ ├── interfac.ads │ │ │ ├── s-atacco.ads │ │ │ ├── s-imenne.adb │ │ │ ├── s-imenne.ads │ │ │ ├── s-maccod.ads │ │ │ ├── s-parame.ads │ │ │ ├── s-stoele.adb │ │ │ ├── s-stoele.ads │ │ │ ├── s-unstyp.ads │ │ │ └── system.ads │ │ ├── gpio.c │ │ ├── halt.c │ │ ├── hardwaremain.c │ │ ├── hexdump.c │ │ ├── hexstrtobin.c │ │ ├── hw-time-timer.adb │ │ ├── imd.c │ │ ├── imd_cbmem.c │ │ ├── jpeg.c │ │ ├── jpeg.h │ │ ├── libgcc.c │ │ ├── libgcov.c │ │ ├── list.c │ │ ├── lzma.c │ │ ├── lzmadecode.c │ │ ├── lzmadecode.h │ │ ├── malloc.c │ │ ├── memchr.c │ │ ├── memcmp.c │ │ ├── memcpy.c │ │ ├── memmove.c │ │ ├── memrange.c │ │ ├── memset.c │ │ ├── nhlt.c │ │ ├── primitive_memtest.c │ │ ├── prog_loaders.c │ │ ├── prog_ops.c │ │ ├── program.ld │ │ ├── ramtest.c │ │ ├── reg_script.c │ │ ├── region_file.c │ │ ├── reset.c │ │ ├── rmodule.c │ │ ├── rmodule.ld │ │ ├── romstage_handoff.c │ │ ├── romstage_stack.c │ │ ├── rtc.c │ │ ├── selfboot.c │ │ ├── spd_bin.c │ │ ├── stack.c │ │ ├── thread.c │ │ ├── timer.c │ │ ├── timer_queue.c │ │ ├── timestamp.c │ │ ├── trace.c │ │ ├── ubsan.c │ │ ├── version.c │ │ └── wrdd.c │ ├── mainboard │ │ ├── Kconfig │ │ ├── adi │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── rcc-dff │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── config_seabios │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ ├── adlink │ │ │ ├── CM2-GF │ │ │ │ └── board_info.txt │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── cExpress-GFR │ │ │ │ └── board_info.txt │ │ ├── advansus │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── a785e-i │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── cpstate.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── amd │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── bettong │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── BiosCallOuts.h │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── README │ │ │ │ ├── acpi │ │ │ │ │ ├── carrizo_fch.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fchec.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── bimini_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── db-ft3b-lc │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Memphis_MEM4G16D3EABG.spd.hex │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── gardenia │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock │ │ │ │ │ ├── OemCustomize.c │ │ │ │ │ └── bootblock.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── inagua │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ ├── lamar │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── mahogany_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── olivehill │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── olivehillplus │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── parmer │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── persimmon │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ ├── samba │ │ │ │ └── board_info.txt │ │ │ ├── serengeti_cheetah_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── amd8111.asl │ │ │ │ │ ├── amd8111_isa.asl │ │ │ │ │ ├── amd8111_pic.asl │ │ │ │ │ ├── amd8131_2.asl │ │ │ │ │ ├── amd8132.asl │ │ │ │ │ ├── amd8132_2.asl │ │ │ │ │ ├── amd8151.asl │ │ │ │ │ ├── htx_no_ioapic.asl │ │ │ │ │ ├── pci0_hc.asl │ │ │ │ │ ├── pci2_hc.asl │ │ │ │ │ ├── pci3_hc.asl │ │ │ │ │ ├── pci4_hc.asl │ │ │ │ │ ├── pci5_hc.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ ├── romstage.c │ │ │ │ ├── ssdt2.asl │ │ │ │ ├── ssdt3.asl │ │ │ │ ├── ssdt4.asl │ │ │ │ └── ssdt5.asl │ │ │ ├── south_station │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ ├── thatcher │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── tilapia_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── torpedo │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Oem.h │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── pmio.h │ │ │ │ └── romstage.c │ │ │ └── union_station │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ ├── gpe.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── sleep.asl │ │ │ │ ├── superio.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ ├── aopen │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── dxplplusu │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── e7505_pri.asl │ │ │ │ ├── e7505_sec.asl │ │ │ │ ├── i82801db.asl │ │ │ │ ├── p64h2.asl │ │ │ │ ├── power.asl │ │ │ │ ├── scsi.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── bus.h │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irq_tables.c │ │ │ │ └── romstage.c │ │ ├── apple │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── macbook21 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ └── smihandler.c │ │ │ └── macbookair4_2 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gnvs.c │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd.bin │ │ ├── asrock │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── b75pro3-m │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── pci.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── e350m1 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ ├── g41c-gs │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── g41c-gs-r2 │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ │ ├── g41c-gs │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ │ ├── g41m-gs │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ │ ├── g41m-s3 │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ │ └── g41m-vs3-r2 │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ ├── h81m-hds │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ └── imb-a180 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ ├── gpe.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── si.asl │ │ │ │ ├── sleep.asl │ │ │ │ ├── superio.asl │ │ │ │ ├── thermal.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ ├── asus │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── am1i-a │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── f2a85-m │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree_f2a85-m.cb │ │ │ │ ├── devicetree_f2a85-m_le.cb │ │ │ │ ├── devicetree_f2a85-m_pro.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── kcma-d8 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── pm_ctrl.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd_notes.txt │ │ │ ├── kfsn4-dre │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── pm_ctrl.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd_notes.txt │ │ │ ├── kgpe-d16 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── pm_ctrl.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd_notes.txt │ │ │ ├── m4a78-em │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── m4a785-m │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── m4a785t-m │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── m5a88-v │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── maximus_iv_gene-z │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── p2b-d │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── p2b-ds │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── p2b-f │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── irq_tables.c │ │ │ │ └── romstage.c │ │ │ ├── p2b-ls │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ └── romstage.c │ │ │ ├── p2b │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ └── romstage.c │ │ │ ├── p3b-f │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── irq_tables.c │ │ │ │ └── romstage.c │ │ │ ├── p5gc-mx │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ │ ├── p5qc │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich10_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── config_seabios │ │ │ │ ├── cstates.c │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── p5q_pro │ │ │ │ │ └── devicetree.cb │ │ │ │ │ ├── p5qc │ │ │ │ │ └── devicetree.cb │ │ │ │ │ └── p5ql_pro │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ ├── p5qpl-am │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── p5g41t-m_lx │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── overridetree.cb │ │ │ │ │ └── p5qpl-am │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── overridetree.cb │ │ │ ├── p8h61-m_lx │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ └── p8h61-m_pro │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ ├── avalue │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── eax-785e │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── cpstate.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── bap │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── ode_e20XX │ │ │ │ ├── BAP_Q7_1066.spd.hex │ │ │ │ ├── BAP_Q7_800.spd.hex │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ └── ode_e21XX │ │ │ │ ├── BAP_Q7_1066.spd.hex │ │ │ │ ├── BAP_Q7_1333.spd.hex │ │ │ │ ├── BAP_Q7_800.spd.hex │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ ├── gpe.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── si.asl │ │ │ │ ├── sleep.asl │ │ │ │ ├── superio.asl │ │ │ │ ├── thermal.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ ├── biostar │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── a68n_5200 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── AmdImc.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ └── am1ml │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ ├── flag0.asl │ │ │ │ ├── gpe.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── si.asl │ │ │ │ ├── sio.asl │ │ │ │ ├── sleep.asl │ │ │ │ ├── superio.asl │ │ │ │ ├── thermal.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ ├── cavium │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── cn8100_sff_evb │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bdk_devicetree.c │ │ │ │ ├── board.fmd │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cn81xx-linux.dtsi │ │ │ │ ├── ddr4-common.dtsi │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── romstage.c │ │ │ │ └── sff8104-linux.dts │ │ ├── compulab │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── intense_pc │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ ├── cubietech │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── cubieboard │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── memlayout.ld │ │ │ │ └── romstage.c │ │ ├── elmex │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── pcm205400 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ └── pcm205401 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ └── board_info.txt │ │ ├── emulation │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── qemu-armv7 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── cbmem.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── media.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── mmio.c │ │ │ │ ├── romstage.c │ │ │ │ └── timer.c │ │ │ ├── qemu-i440fx │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.h │ │ │ │ ├── acpi │ │ │ │ │ ├── cpu-hotplug.asl │ │ │ │ │ ├── dbug.asl │ │ │ │ │ ├── hpet.asl │ │ │ │ │ ├── isa.asl │ │ │ │ │ └── pci-crs.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fw_cfg.c │ │ │ │ ├── fw_cfg.h │ │ │ │ ├── fw_cfg_if.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memory.c │ │ │ │ ├── memory.h │ │ │ │ ├── northbridge.c │ │ │ │ └── romstage.c │ │ │ ├── qemu-power8 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── romstage.c │ │ │ │ └── uart.c │ │ │ ├── qemu-q35 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── qemu-riscv │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── clint.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── include │ │ │ │ │ └── mainboard │ │ │ │ │ │ └── addressmap.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── rom_media.c │ │ │ │ ├── romstage.c │ │ │ │ └── uart.c │ │ │ └── spike-riscv │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── clint.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── rom_media.c │ │ │ │ ├── romstage.c │ │ │ │ └── uart.c │ │ ├── esd │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── atom15 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ ├── facebook │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── watson │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── mainboard.asl │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board.fmd │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ ├── foxconn │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── d41s │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ └── g41s-k │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ ├── g41m │ │ │ │ ├── acpi │ │ │ │ │ └── ich7_pci_irqs.asl │ │ │ │ ├── data.vbt │ │ │ │ ├── gma-mainboard.ads │ │ │ │ └── overridetree.cb │ │ │ │ └── g41s-k │ │ │ │ ├── acpi │ │ │ │ └── ich7_pci_irqs.asl │ │ │ │ ├── data.vbt │ │ │ │ ├── gma-mainboard.ads │ │ │ │ └── overridetree.cb │ │ ├── getac │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── p470 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ ├── gpe.asl │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec_oem.c │ │ │ │ ├── ec_oem.h │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ └── smihandler.c │ │ ├── gigabyte │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── ga-945gcm-s2l │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── ga-945gcm-s2c │ │ │ │ │ └── board_info.txt │ │ │ │ │ └── ga-945gcm-s2l │ │ │ │ │ └── board_info.txt │ │ │ ├── ga-b75m-d3h │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── ga-b75m-d3v │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── ga-g41m-es2l │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ │ ├── ga-h61m-s2pv │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── ma785gm │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── ma785gmt │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ └── ma78gm │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── cpstate.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── gizmosphere │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── gizmo │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Elpida_EDJ2116DEBG.spd.hex │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ └── gizmo2 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Micron_MT41J128M16JT.spd.hex │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ ├── gpe.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── si.asl │ │ │ │ ├── sleep.asl │ │ │ │ ├── superio.asl │ │ │ │ ├── thermal.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ ├── google │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── auron │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── video.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── fadt.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── variant.h │ │ │ │ └── variants │ │ │ │ │ ├── auron_paine │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ ├── Hynix_HMT425S6CFR6A_H5TC4G63CFR.spd.hex │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ │ │ ├── auron_yuna │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ ├── Hynix_HMT425S6CFR6A_H5TC4G63CFR.spd.hex │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ │ │ ├── buddy │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ │ │ ├── gandof │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ ├── Hynix_HMT425S6CFR6A_H5TC4G63CFR.spd.hex │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ │ ├── Samsung_M471B5674EB0-YK0.spd.hex │ │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ │ │ ├── lulu │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ │ ├── hynix_2GiB_dimm_H5TC4G63AFR-PBA.spd.hex │ │ │ │ │ │ ├── hynix_4GiB_dimm_H5TC8G63CMR-PBA.spd.hex │ │ │ │ │ │ ├── micron_2GiB_dimm_MT41K256M16HA-125.spd.hex │ │ │ │ │ │ ├── micron_4GiB_dimm_MT41K512M16TNA-125.spd.hex │ │ │ │ │ │ ├── samsung_2GiB_dimm_K4B4G1646E-BYK0.spd.hex │ │ │ │ │ │ ├── samsung_2GiB_dimm_K4B4G1646Q-HYK0.spd.hex │ │ │ │ │ │ ├── samsung_4GiB_dimm_K4B8G1646Q-MYK0.spd.hex │ │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ │ │ └── samus │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_version.c │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── ec.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ ├── board_version.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ ├── spd.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── pei_data.c │ │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── elpida_16.spd.hex │ │ │ │ │ ├── elpida_4.spd.hex │ │ │ │ │ ├── elpida_8.spd.hex │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_16.spd.hex │ │ │ │ │ ├── hynix_4.spd.hex │ │ │ │ │ ├── hynix_8.spd.hex │ │ │ │ │ ├── samsung_4.spd.hex │ │ │ │ │ ├── samsung_8.spd.hex │ │ │ │ │ └── spd.c │ │ │ │ │ └── variant.c │ │ │ ├── beltino │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── lan.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── mccloud │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── led.c │ │ │ │ │ ├── monroe │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── led.c │ │ │ │ │ ├── panther │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── led.c │ │ │ │ │ ├── tricky │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── led.c │ │ │ │ │ └── zako │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── led.c │ │ │ ├── butterfly │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── cheza │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── reset.c │ │ │ │ └── romstage.c │ │ │ ├── cyan │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── codec_maxim.asl │ │ │ │ │ ├── codec_realtek.asl │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── touchscreen_elan.asl │ │ │ │ │ ├── touchscreen_melfas.asl │ │ │ │ │ ├── touchscreen_synaptics.asl │ │ │ │ │ ├── trackpad_atmel.asl │ │ │ │ │ └── trackpad_elan.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── com_init.c │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_H5TC4G63AFR-PBA.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_H9CCNNN8GTMLAR-NUD.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_HMT425S6CFR6A_H5TC4G63CFR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTALAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTMLAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTBLAR-NUD-1G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTBLAR-NUD.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_EDF8132A3MA-GD-F-R.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_EDF8132A3MA-JD-F.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT41K256M16TW-107.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT52L256M32D1PF-107WT.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT52L256M32D1PF.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L256M32D1PF-107.spd.hex │ │ │ │ │ ├── nanya_dimm_NT6CL256T32CM-H1.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4B4G1646E-BYK0.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4B4G1646Q-HYK0.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4E8E304EE-EGCE.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4E8E304EE-EGCF.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4E8E324EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCE.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E324EB-EGCF.spd.hex │ │ │ │ │ ├── spd.c │ │ │ │ │ └── spd_util.h │ │ │ │ ├── variants │ │ │ │ │ ├── banon │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── baseboard │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── celes │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── cyan │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── edgar │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── kefka │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── reks │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── relm │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── setzer │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── terra │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── charger.asl │ │ │ │ │ │ │ │ ├── cpu.asl │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ ├── romstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ ├── ultima │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ ├── ramstage.c │ │ │ │ │ │ └── spd_util.c │ │ │ │ │ └── wizpig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── board_info.txt │ │ │ │ │ │ ├── data.vbt │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ └── onboard.h │ │ │ │ │ │ └── spd_util.c │ │ │ │ └── w25q64.c │ │ │ ├── daisy │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── exynos5250.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── memory.c │ │ │ │ ├── romstage.c │ │ │ │ └── wakeup.c │ │ │ ├── dragonegg │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage_fsp_params.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Hynix_H9HCNNN8KUMLHR_2GB.spd.hex │ │ │ │ │ ├── Hynix_H9HCNNNCPMMLHR_4GB.spd.hex │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── Micron_MT53E2G32D8QD_8GB.spd.hex │ │ │ │ │ └── Micron_MT53E512M32D2NP_2GB.spd.hex │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── memory.c │ │ │ │ │ └── dragonegg │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── ec.h │ │ │ │ │ └── gpio.h │ │ │ ├── eve │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNCLTMLAR.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EB.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E324EB.spd.hex │ │ │ │ │ ├── samsung_dimm_K4EBE304EB.spd.hex │ │ │ │ │ ├── spd.c │ │ │ │ │ └── spd.h │ │ │ ├── fizz │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── fizz │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ └── karma │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── nhlt.c │ │ │ │ │ └── overridetree.cb │ │ │ ├── foster │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cfg2inc.sh │ │ │ │ │ ├── emmc.cfg │ │ │ │ │ ├── jtag.cfg │ │ │ │ │ ├── odmdata.cfg │ │ │ │ │ ├── sdram-samsung-3GB-204.cfg │ │ │ │ │ ├── sdram-samsung-3GB-204.inc │ │ │ │ │ ├── sdram-unused.inc │ │ │ │ │ └── spi.cfg │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── ec_dummy.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pmic.c │ │ │ │ ├── pmic.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ └── sdram_configs.c │ │ │ ├── gale │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── blsp.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── cdp.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── mmu.c │ │ │ │ ├── mmu.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ └── verstage.c │ │ │ ├── glados │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock_mainboard.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTMLAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTMLAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTBLAR-NUD-1G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTBLAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTMLAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTMLAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBLTALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBLTBLAR-NUD-2G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNCLGALAR.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNCLTMLAR.spd.hex │ │ │ │ │ ├── micron_16GiB_dimm_MT52L1G32D4PG.spd.hex │ │ │ │ │ ├── micron_4GiB_dimm_MT52L256M32D1PF.spd.hex │ │ │ │ │ ├── micron_8GiB_dimm_MT52L512M32D2PF.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L256M32D1PF-107-1G-1866.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L512M32D2PF-107-2G-1866.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EB-EGCF-2G-1866.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EE-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCE.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E324EB-EGCF-1G-1866.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E324EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4EBE304EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4EBE304EB-EGCG.spd.hex │ │ │ │ │ ├── spd.c │ │ │ │ │ └── spd.h │ │ │ │ └── variants │ │ │ │ │ ├── asuka │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ ├── baseboard │ │ │ │ │ └── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── caroline │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ ├── cave │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ ├── chell │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ ├── glados │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ ├── lars │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ │ │ └── sentry │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ └── mainboard.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── variant.c │ │ │ ├── gru │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── devicetree.scarlet.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pwm_regulator.c │ │ │ │ ├── pwm_regulator.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_params │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── sdram-lpddr3-generic-2GB-800.c │ │ │ │ │ ├── sdram-lpddr3-generic-2GB-928.c │ │ │ │ │ ├── sdram-lpddr3-generic-4GB-800.c │ │ │ │ │ └── sdram-lpddr3-generic-4GB-928.c │ │ │ ├── hatch │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty_ddr4.spd.hex │ │ │ │ │ ├── hynix_dimm_H5AN8G6NCJR-VKC-8GB.spd.hex │ │ │ │ │ └── samsung_dimm_K4A4G165WE-BCRC-4GB.spd.hex │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── memory.c │ │ │ │ │ └── hatch │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── ec.h │ │ │ │ │ └── gpio.h │ │ │ ├── jecht │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── lan.c │ │ │ │ ├── led.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── spd.c │ │ │ │ │ └── spd.h │ │ │ │ └── variants │ │ │ │ │ ├── guado │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── thermal.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── pei_data.c │ │ │ │ │ ├── jecht │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── thermal.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── pei_data.c │ │ │ │ │ ├── rikku │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── thermal.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── pei_data.c │ │ │ │ │ └── tidus │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── thermal.asl │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── pei_data.c │ │ │ ├── kahlee │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── aleena │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── gpe.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ ├── routing.asl │ │ │ │ │ │ ├── sleep.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── OemCustomize.c │ │ │ │ │ ├── chromeos.fmd │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── audio.asl │ │ │ │ │ │ │ ├── gpe.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ ├── routing.asl │ │ │ │ │ │ │ ├── sleep.asl │ │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ ├── spd │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ │ ├── hynix-H5AN8G6NAFR-UH.spd.hex │ │ │ │ │ │ ├── hynix-H5AN8G6NCJR-VKC.spd.hex │ │ │ │ │ │ ├── hynix-H5ANAG6NAMR-UH.spd.hex │ │ │ │ │ │ ├── hynix-H5ANAG6NCMR-VKC.spd.hex │ │ │ │ │ │ ├── micron-MT40A1G16KNR-075-E.spd.hex │ │ │ │ │ │ ├── micron-MT40A512M16JY-083E-B.spd.hex │ │ │ │ │ │ ├── micron-MT40A512M16LY-075-E.spd.hex │ │ │ │ │ │ ├── samsung-K4A8G165WB-BCRC.spd.hex │ │ │ │ │ │ ├── samsung-K4A8G165WC-BCTD.spd.hex │ │ │ │ │ │ ├── samsung-K4AAG165WB-MCRC.spd.hex │ │ │ │ │ │ └── samsung-K4AAG165WB-MCTD.spd.hex │ │ │ │ │ └── tpm_tis.c │ │ │ │ │ ├── careena │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── gpe.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ ├── routing.asl │ │ │ │ │ │ ├── sleep.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── delan │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── gpe.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ ├── routing.asl │ │ │ │ │ │ ├── sleep.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ ├── grunt │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── gpe.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ ├── routing.asl │ │ │ │ │ │ ├── sleep.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── thermal.h │ │ │ │ │ └── liara │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ └── thermal.asl │ │ │ │ │ ├── ec.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ └── thermal.h │ │ │ ├── kukui │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ ├── sdram_params │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── sdram-lpddr4x-H9HCNNNCPMALHR-4GB.c │ │ │ │ │ └── sdram-lpddr4x-MT53E1G32D4NQ-4GB.c │ │ │ │ └── verstage.c │ │ │ ├── link │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ivybridge_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── elpida_4Gb_1600_x16.spd.hex │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── i915.c │ │ │ │ ├── i915io.c │ │ │ │ ├── i915io.h │ │ │ │ ├── intel_dp.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── micron_4Gb_1600_1.35v_x16.spd.hex │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── samsung_4Gb_1600_1.35v_x16.spd.hex │ │ │ │ └── thermal.h │ │ │ ├── nyan │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cfg2inc.sh │ │ │ │ │ ├── emmc.cfg │ │ │ │ │ ├── odmdata.cfg │ │ │ │ │ ├── sdram-hynix-2GB-792.inc │ │ │ │ │ ├── sdram-hynix-2GB-924.inc │ │ │ │ │ ├── sdram-hynix-4GB-300.inc │ │ │ │ │ ├── sdram-hynix-4GB-792.inc │ │ │ │ │ ├── sdram-unused.inc │ │ │ │ │ └── spi.cfg │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── early_configs.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pmic.c │ │ │ │ ├── pmic.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_configs.h │ │ │ ├── nyan_big │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── emmc.cfg │ │ │ │ │ ├── odmdata.cfg │ │ │ │ │ ├── sdram-hynix-2GB-204.inc │ │ │ │ │ ├── sdram-hynix-2GB-792.inc │ │ │ │ │ ├── sdram-hynix-2GB-924.inc │ │ │ │ │ ├── sdram-hynix-4GB-204.inc │ │ │ │ │ ├── sdram-hynix-4GB-792.inc │ │ │ │ │ ├── sdram-kingston-2GB-792.inc │ │ │ │ │ ├── sdram-unused.inc │ │ │ │ │ └── spi.cfg │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── early_configs.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pmic.c │ │ │ │ ├── pmic.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_configs.h │ │ │ ├── nyan_blaze │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── emmc.cfg │ │ │ │ │ ├── odmdata.cfg │ │ │ │ │ ├── sdram-hynix-2GB-204.inc │ │ │ │ │ ├── sdram-hynix-2GB-792.inc │ │ │ │ │ ├── sdram-hynix-2GB-924.inc │ │ │ │ │ ├── sdram-hynix-4GB-204.inc │ │ │ │ │ ├── sdram-hynix-4GB-792.inc │ │ │ │ │ ├── sdram-hynix-C-2GB-792.inc │ │ │ │ │ ├── sdram-micron-2GB-792.inc │ │ │ │ │ ├── sdram-micron-4GB-792.inc │ │ │ │ │ ├── sdram-samsung-2GB-204.inc │ │ │ │ │ ├── sdram-samsung-2GB-792.inc │ │ │ │ │ ├── sdram-samsung-4GB-204.inc │ │ │ │ │ ├── sdram-samsung-4GB-792.inc │ │ │ │ │ ├── sdram-unused.inc │ │ │ │ │ └── spi.cfg │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── early_configs.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pmic.c │ │ │ │ ├── pmic.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_configs.h │ │ │ ├── oak │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ ├── sdram_inf │ │ │ │ │ ├── sdram-lpddr3-H9CCNNN8GTMLAR-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-H9CCNNNBJTALAR-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-H9CCNNNBLTBLAR-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-K4E6E304EB-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-K4E6E304EE-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-K4E8E304EE-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-K4E8E324EB-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-MT52L256M32D1PF-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-MT52L512M32D2PF-4GB.inc │ │ │ │ │ └── sdram-unused.inc │ │ │ │ └── tpm_tis.c │ │ │ ├── octopus │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── ampton │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── bip │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── bobba │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── casta │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── fleex │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── meep │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── octopus │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── phaser │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── overridetree.cb │ │ │ │ │ └── variant.c │ │ │ │ │ └── yorp │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ ├── parrot │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ivybridge_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── peach_pit │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── memory.c │ │ │ │ ├── romstage.c │ │ │ │ └── wakeup.c │ │ │ ├── poppy │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── empty_ddr4.spd.hex │ │ │ │ │ ├── hynix_dimm_H5AN4G6NAFR-UHC.spd.hex │ │ │ │ │ ├── hynix_dimm_H5AN4G6NBJR-UHC.spd.hex │ │ │ │ │ ├── hynix_dimm_H5AN8G6NAFR-UHC.spd.hex │ │ │ │ │ ├── hynix_dimm_H5AN8G6NCJR-VKC.spd.hex │ │ │ │ │ ├── hynix_dimm_H5ANAG6NAMR-UHC.spd.hex │ │ │ │ │ ├── hynix_dimm_H5ANAG6NCMR-VKC.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8GTALAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTALAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBKTALBR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNCLGALAR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNCPTALBR-NUD.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNFAGMLLR-NUD.spd.hex │ │ │ │ │ ├── micron_dimm_MT40A1G16KNR-075E.spd.hex │ │ │ │ │ ├── micron_dimm_MT40A256M16GE-083E.spd.hex │ │ │ │ │ ├── micron_dimm_MT40A256M16LY-075F.spd.hex │ │ │ │ │ ├── micron_dimm_MT40A512M16LY-075E.spd.hex │ │ │ │ │ ├── micron_dimm_MT40A512M16TB-062EJ.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L1G32D4PG-107.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L1G64D8QC-107.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L256M32D1PF-093.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L256M32D1PF-107.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L256M64D2PP-107.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L512M32D2PF-093.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L512M32D2PF-107.spd.hex │ │ │ │ │ ├── micron_dimm_MT52L512M64D4PQ-107.spd.hex │ │ │ │ │ ├── nayna_dimm_NT6CL256T32CM-H1.spd.hex │ │ │ │ │ ├── samsung_dimm_K3QF3F30BM-AGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K3QF4F40BM-AGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K3QFAFA0CM-AGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4A4G165WE-BCRC.spd.hex │ │ │ │ │ ├── samsung_dimm_K4A8G165WB-BCRC.spd.hex │ │ │ │ │ ├── samsung_dimm_K4A8G165WC-BCTD.spd.hex │ │ │ │ │ ├── samsung_dimm_K4AAG165WB-MCRC.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EC-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E324EB-EGCF.spd.hex │ │ │ │ │ ├── samsung_dimm_K4EBE304EB-EGCG.spd.hex │ │ │ │ │ ├── samsung_dimm_K4EBE304EC-EGCF.spd.hex │ │ │ │ │ └── samsung_dimm_K4EBE304EC-EGCG.spd.hex │ │ │ │ └── variants │ │ │ │ │ ├── atlas │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── cam0.asl │ │ │ │ │ │ │ ├── camera.asl │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── ipu_endpoints.asl │ │ │ │ │ │ │ └── ipu_mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── cam0.asl │ │ │ │ │ │ │ ├── cam1.asl │ │ │ │ │ │ │ ├── camera.asl │ │ │ │ │ │ │ ├── camera_pmic.asl │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── ipu_endpoints.asl │ │ │ │ │ │ │ └── ipu_mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── nami │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── bard-data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── sku.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── nhlt.c │ │ │ │ │ ├── smihandler.c │ │ │ │ │ └── vbt-akali.bin │ │ │ │ │ ├── nautilus │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── cam0.asl │ │ │ │ │ │ │ ├── camera.asl │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── ipu_endpoints.asl │ │ │ │ │ │ │ └── ipu_mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── sku.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ ├── nhlt.c │ │ │ │ │ ├── sku.c │ │ │ │ │ └── smihandler.c │ │ │ │ │ ├── nocturne │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── ec.c │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── cam0.asl │ │ │ │ │ │ │ ├── cam1.asl │ │ │ │ │ │ │ ├── camera.asl │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── ipu_endpoints.asl │ │ │ │ │ │ │ └── ipu_mainboard.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── poppy │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── camera.asl │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── rammus │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ └── soraka │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── acpi │ │ │ │ │ ├── camera.asl │ │ │ │ │ └── dptf.asl │ │ │ │ │ ├── ec.h │ │ │ │ │ └── gpio.h │ │ │ ├── rambi │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── touchscreen_atmel.asl │ │ │ │ │ ├── touchscreen_elan.asl │ │ │ │ │ ├── touchscreen_wdt.asl │ │ │ │ │ ├── trackpad_atmel.asl │ │ │ │ │ └── trackpad_elan.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── romstage.c │ │ │ │ ├── spd │ │ │ │ │ ├── HT_micron_HTTC4G63CFR-PBA_x16_4Gb.spd.hex │ │ │ │ │ ├── Hynix_HMT425S6CFR6A_H5TC4G63CFR.spd.hex │ │ │ │ │ ├── Samsung_2Gib_K4B4G1646Q-HYK0.spd.hex │ │ │ │ │ ├── Samsung_2Gib_M471B5674QH0.spd.hex │ │ │ │ │ ├── elpida_2GiB_dimm_EDJ4216EFBG-GNL-F.spd.hex │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_1GiB_dimm_H5TC2G63FFR-PBA.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_H5TC4G63AFR-PBA.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_H5TC4G63CFR-PBA.spd.hex │ │ │ │ │ ├── hynix_2GiB_dimm_H5TC4G63MFR-PBA.spd.hex │ │ │ │ │ ├── micron_1GiB_dimm_MT41K128M16JT-125.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT41K256M16HA-125.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT41K256M16HA-125a.spd.hex │ │ │ │ │ ├── micron_2GiB_dimm_MT41K256M16TW-107.spd.hex │ │ │ │ │ ├── samsung_1GiB_dimm_K4B2G1646Q-BYK0.spd.hex │ │ │ │ │ ├── samsung_2GiB_dimm_K4B4G1646E-BYK0.spd.hex │ │ │ │ │ └── samsung_2GiB_dimm_K4B4G1646Q-HYK0.spd.hex │ │ │ │ ├── variants │ │ │ │ │ ├── banjo │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── candy │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── clapper │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── enguarde │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── glimmer │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── gnawty │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── heli │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── kip │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── ninja │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ │ └── lan.c │ │ │ │ │ ├── orco │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── quawks │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── rambi │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── squawks │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ ├── sumo │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ ├── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ │ └── lan.c │ │ │ │ │ ├── swanky │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ │ └── variant.h │ │ │ │ │ └── winky │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ │ ├── gpio.c │ │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ ├── onboard.h │ │ │ │ │ │ └── variant.h │ │ │ │ └── w25q64.c │ │ │ ├── reef │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── coral │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── mainboard.c │ │ │ │ │ ├── nasher │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── pyro │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── memory.c │ │ │ │ │ ├── reef │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── sand │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── snappy │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── mainboard.c │ │ │ ├── sarien │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── hda_verb.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sku.c │ │ │ │ ├── smihandler.c │ │ │ │ └── variants │ │ │ │ │ ├── arcada │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ └── variant.h │ │ │ │ │ └── sarien │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── acpi │ │ │ │ │ └── dptf.asl │ │ │ │ │ ├── ec.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ └── variant.h │ │ │ ├── slippy │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.h │ │ │ │ ├── variant.h │ │ │ │ └── variants │ │ │ │ │ ├── falco │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── spd │ │ │ │ │ │ ├── Elpida_EDJ4216EFBG.spd.hex │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ │ └── Samsung_M471B5674QH0.spd.hex │ │ │ │ │ ├── leon │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── spd │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ │ └── Samsung_K4B4G1646Q.spd.hex │ │ │ │ │ ├── peppy │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── spd │ │ │ │ │ │ ├── Elpida_EDJ4216EFBG.spd.hex │ │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ │ └── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ └── wolf │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ │ └── usb.asl │ │ │ │ │ │ └── gpio.h │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── spd │ │ │ │ │ ├── Hynix_HMT425S6AFR6A.spd.hex │ │ │ │ │ ├── Micron_4KTF25664HZ.spd.hex │ │ │ │ │ └── Samsung_K4B4G1646B.spd.hex │ │ │ ├── smaug │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cfg2inc.sh │ │ │ │ │ ├── emmc.cfg │ │ │ │ │ ├── jtag.cfg │ │ │ │ │ ├── odmdata.cfg │ │ │ │ │ ├── sdram-samsung-204.cfg │ │ │ │ │ ├── sdram-samsung-3GB-204.inc │ │ │ │ │ ├── sdram-samsung-4GB-204.inc │ │ │ │ │ ├── sdram-unused.inc │ │ │ │ │ └── spi.cfg │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── pmic.c │ │ │ │ ├── pmic.h │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ └── sdram_configs.c │ │ │ ├── storm │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── cdp.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gsbi.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── mmu.c │ │ │ │ ├── mmu.h │ │ │ │ ├── reset.c │ │ │ │ └── romstage.c │ │ │ ├── stout │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── urara │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ └── urara_boardid.h │ │ │ ├── veyron │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_inf │ │ │ │ │ ├── sdram-ddr3-hynix-2GB.inc │ │ │ │ │ ├── sdram-ddr3-hynix-4GB.inc │ │ │ │ │ ├── sdram-ddr3-nanya-2GB.inc │ │ │ │ │ ├── sdram-ddr3-samsung-2GB.inc │ │ │ │ │ ├── sdram-ddr3-samsung-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-elpida-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-elpida-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB-2ranks.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB-BK.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-micron-2GB-D2.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-2GB-24EB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-4GB-04EB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-4GB.inc │ │ │ │ │ └── sdram-unused.inc │ │ │ ├── veyron_mickey │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_inf │ │ │ │ │ ├── sdram-ddr3-hynix-2GB.inc │ │ │ │ │ ├── sdram-ddr3-hynix-4GB.inc │ │ │ │ │ ├── sdram-ddr3-nanya-2GB.inc │ │ │ │ │ ├── sdram-ddr3-samsung-2GB.inc │ │ │ │ │ ├── sdram-ddr3-samsung-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-elpida-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-elpida-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB-2ranks.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB-BK.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-hynix-4GB.inc │ │ │ │ │ ├── sdram-lpddr3-micron-2GB-D2.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-2GB-24EB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-2GB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-4GB-04EB.inc │ │ │ │ │ ├── sdram-lpddr3-samsung-4GB.inc │ │ │ │ │ └── sdram-unused.inc │ │ │ └── veyron_rialto │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sdram_configs.c │ │ │ │ └── sdram_inf │ │ │ │ ├── sdram-lpddr3-K4E6E304EB-2GB-1CH.inc │ │ │ │ ├── sdram-lpddr3-K4E8E304EE-1GB.inc │ │ │ │ └── sdram-unused.inc │ │ ├── gpd │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── pocket2 │ │ │ │ ├── Kconfig │ │ │ │ └── Kconfig.name │ │ ├── hp │ │ │ ├── 2570p │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── 2760p │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── 8460p │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── 8470p │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── 8770w │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── abm │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── compaq_8200_elite_sff │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── dl165_g6_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── folio_9470m │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── pavilion_m6_1035dx │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ └── revolve_810_g1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd │ │ │ │ └── hynix_4g.spd.hex │ │ ├── ibase │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── mb899 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── superio_hwm.c │ │ │ │ └── superio_hwm.h │ │ ├── iei │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── kino-780am2-fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── cpstate.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── intel │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── apollolake_rvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ └── romstage.c │ │ │ ├── baskingridge │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.h │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── bayleybay_fsp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── camelbackmountain_fsp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── cannonlake_rvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage_fsp_params.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── samsung_ddr4_4GB.spd.hex │ │ │ │ │ ├── samsung_lpddr4_8GB.spd.hex │ │ │ │ │ ├── spd.h │ │ │ │ │ └── spd_util.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── cnl_u │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── cnl_y │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ └── gpio.h │ │ │ ├── coffeelake_rvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── chromeos_32MB.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── memory.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── nhlt.c │ │ │ │ │ ├── cfl_h │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ ├── cfl_s │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ ├── cfl_u │ │ │ │ │ └── devicetree.cb │ │ │ │ │ └── whl_u │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── gpio.h │ │ │ │ │ └── hda_verb.h │ │ │ ├── d510mo │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── d945gclf │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── dcp847ske │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── early_southbridge.c │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── superio.h │ │ │ │ ├── thermal.h │ │ │ │ └── usb.h │ │ │ ├── dg41wv │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ │ ├── dg43gt │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich10_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ │ ├── emeraldlake2 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ivybridge_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── galileo │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gen1.h │ │ │ │ ├── gen2.h │ │ │ │ ├── gpio.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── reg_access.c │ │ │ │ ├── reg_access.h │ │ │ │ ├── romstage.c │ │ │ │ ├── sd.c │ │ │ │ ├── vboot.c │ │ │ │ └── vboot.fmd │ │ │ ├── glkrvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── touchpad.asl │ │ │ │ ├── touchpanel.asl │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── boardid.c │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ ├── acpi │ │ │ │ │ │ │ └── dptf.asl │ │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── memory.c │ │ │ │ │ └── nhlt.c │ │ │ │ │ └── glkrvp │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── acpi │ │ │ │ │ └── dptf.asl │ │ │ │ │ ├── ec.h │ │ │ │ │ └── gpio.h │ │ │ ├── harcuvar │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── mainboard_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── boardid.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── emmc.h │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── harcuvar_boardid.h │ │ │ │ ├── hsio.c │ │ │ │ ├── hsio.h │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── micron_4GiB_dimm_MTA9ASF51272PZ-2G1A2.spd.hex │ │ │ │ │ ├── spd.c │ │ │ │ │ └── spd.h │ │ │ ├── icelake_rvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── mainboard.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_id.c │ │ │ │ ├── board_id.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── dsdt.asl │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage_fsp_params.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── samsung_K4F6E304HBMGCJ.spd.hex │ │ │ │ │ ├── spd.h │ │ │ │ │ └── spd_util.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── variants.h │ │ │ │ │ ├── icl_u │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ ├── ec.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ └── icl_y │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── include │ │ │ │ │ └── variant │ │ │ │ │ ├── ec.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ └── hda_verb.h │ │ │ ├── kblrvp │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ipu_mainboard.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── mipi_camera.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_id.c │ │ │ │ ├── board_id.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBJTMLAR.spd.hex │ │ │ │ │ ├── rvp3.spd.hex │ │ │ │ │ ├── spd.h │ │ │ │ │ └── spd_util.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ └── devicetree.cb │ │ │ │ │ ├── rvp11 │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── rvp3 │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ ├── rvp7 │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ └── hda_verb.h │ │ │ │ │ └── overridetree.cb │ │ │ │ │ └── rvp8 │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ └── gpio.h │ │ │ │ │ └── overridetree.cb │ │ │ ├── kunimitsu │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock_mainboard.c │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── pei_data.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── romstage_fsp20.c │ │ │ │ ├── smihandler.c │ │ │ │ └── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── empty.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTALAR-NUD-1G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNN8JTBLAR-NUD-1G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBLTALAR-NUD-2G-1866.spd.hex │ │ │ │ │ ├── hynix_dimm_H9CCNNNBLTBLAR-NUD-2G-1866.spd.hex │ │ │ │ │ ├── mic_dimm_EDF8132A3MA-JD-F-1G-1866.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E6E304EE-EGCF-2G-1866.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCE.spd.hex │ │ │ │ │ ├── samsung_dimm_K4E8E304EE-EGCF-1G-1866.spd.hex │ │ │ │ │ ├── spd.c │ │ │ │ │ ├── spd.h │ │ │ │ │ └── spd_util.c │ │ │ ├── leafhill │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── brd_gpio.h │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── leafhill.16384.fmd │ │ │ │ ├── leafhill.8192.fmd │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── littleplains │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── config_seabios │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── minnow3 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── minnow3.fmd │ │ │ │ └── romstage.c │ │ │ ├── minnowmax │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ ├── mohonpeak │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── config_seabios │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── saddlebrook │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.h │ │ │ │ ├── pei_data.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ └── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── spd.h │ │ │ │ │ └── spd_util.c │ │ │ ├── strago │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── com_init.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── w25q64.c │ │ │ └── wtm2 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── pei_data.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ ├── jetway │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── nf81-t56n-lf │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ │ └── pa78vm5 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── cpstate.asl │ │ │ │ ├── ide.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── kontron │ │ │ ├── 986lcd-m │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── ktqm77 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ ├── lenovo │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── g505s │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── mainboard_smi.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── l520 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── s230u │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── spd │ │ │ │ │ ├── elpida_2gb.spd.hex │ │ │ │ │ ├── elpida_4gb.spd.hex │ │ │ │ │ ├── elpida_8gb.spd.hex │ │ │ │ │ ├── hynix_2gb.spd.hex │ │ │ │ │ ├── hynix_4gb.spd.hex │ │ │ │ │ ├── samsung_2gb.spd.hex │ │ │ │ │ └── samsung_4gb.spd.hex │ │ │ ├── t400 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dock.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── graphics.asl │ │ │ │ │ ├── ich9_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── blc.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── t420 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── t420s │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── t430 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── t430s │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.h │ │ │ │ └── variants │ │ │ │ │ ├── t430s │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── overridetree.cb │ │ │ │ │ └── romstage.c │ │ │ │ │ └── t431s │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── hda_verb.c │ │ │ │ │ ├── overridetree.cb │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── samsung_4gb.spd.hex │ │ │ ├── t520 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.h │ │ │ │ └── variants │ │ │ │ │ ├── t520 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── romstage.c │ │ │ │ │ └── w520 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── romstage.c │ │ │ ├── t530 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.h │ │ │ │ └── variants │ │ │ │ │ ├── t530 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── romstage.c │ │ │ │ │ └── w530 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── romstage.c │ │ │ ├── t60 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dock.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── video.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smi.h │ │ │ │ └── smihandler.c │ │ │ ├── thinkcentre_a58 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ └── romstage.c │ │ │ ├── x131e │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ │ ├── x1_carbon_gen1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── elpida.hex │ │ │ │ │ ├── hynix.hex │ │ │ │ │ └── samsung.hex │ │ │ │ └── thermal.h │ │ │ ├── x200 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dock.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ich9_pci_irqs.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── blc.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── data_ccfl.vbt │ │ │ │ ├── data_led.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── x201 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dock.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smi.h │ │ │ │ └── smihandler.c │ │ │ ├── x220 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.h │ │ │ │ └── variants │ │ │ │ │ ├── x1 │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── overridetree.cb │ │ │ │ │ └── romstage.c │ │ │ │ │ └── x220 │ │ │ │ │ ├── data.vbt │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── overridetree.cb │ │ │ │ │ └── romstage.c │ │ │ ├── x230 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ │ ├── x60 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── dock.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smi.h │ │ │ │ └── smihandler.c │ │ │ └── z61t │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── dock.asl │ │ │ │ ├── ec.asl │ │ │ │ ├── gpe.asl │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── video.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── data.vbt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dock.c │ │ │ │ ├── dock.h │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smi.h │ │ │ │ └── smihandler.c │ │ ├── lippert │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── frontrunner-af │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── romstage.c │ │ │ │ ├── sema.c │ │ │ │ └── sema.h │ │ │ └── toucan-af │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ ├── routing.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── superio.asl │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ └── romstage.c │ │ ├── msi │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── ms7721 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── si.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ └── ms9652_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ └── util.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ ├── ocp │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── monolake │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ └── wedge100s │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── mainboard.asl │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board.fmd │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── vboot-ro.fmd │ │ ├── opencellular │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── elgon │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bdk_devicetree.c │ │ │ │ ├── board.fmd │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── death.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gbcv2.dts │ │ │ │ ├── mainboard.c │ │ │ │ ├── mainboard.h │ │ │ │ ├── memlayout.ld │ │ │ │ ├── romstage.c │ │ │ │ └── vboot.fmd │ │ │ └── rotundu │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── variants │ │ │ │ ├── rotundu │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ └── supabrckv1 │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── gpio.c │ │ │ │ ├── vboot-16M.fmd │ │ │ │ └── vboot-8M.fmd │ │ ├── packardbell │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── ms2290 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ac.asl │ │ │ │ ├── battery.asl │ │ │ │ ├── ec.asl │ │ │ │ ├── gpe.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── smihandler.c │ │ ├── pcengines │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── apu1 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── OptionsIds.h │ │ │ │ ├── acpi │ │ │ │ │ ├── buttons.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── leds.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleep.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── buildOpts.c │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio_ftns.c │ │ │ │ ├── gpio_ftns.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── platform_cfg.h │ │ │ │ ├── romstage.c │ │ │ │ └── spd │ │ │ │ │ ├── HYNIX-H5TQ2G83CFR.spd.hex │ │ │ │ │ └── HYNIX-H5TQ4G83MFR.spd.hex │ │ │ └── apu2 │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OemCustomize.c │ │ │ │ ├── acpi │ │ │ │ ├── gpe.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── routing.asl │ │ │ │ ├── si.asl │ │ │ │ ├── sleep.asl │ │ │ │ └── usb_oc.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio_ftns.c │ │ │ │ ├── gpio_ftns.h │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── spd │ │ │ │ ├── HYNIX-2G-1333.spd.hex │ │ │ │ └── HYNIX-4G-1333-ECC.spd.hex │ │ │ │ └── variants │ │ │ │ ├── apu2 │ │ │ │ └── devicetree.cb │ │ │ │ ├── apu3 │ │ │ │ └── devicetree.cb │ │ │ │ ├── apu4 │ │ │ │ └── devicetree.cb │ │ │ │ └── apu5 │ │ │ │ └── devicetree.cb │ │ ├── purism │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── librem_bdw │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── librem13v1 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── pei_data.c │ │ │ │ │ └── librem15v2 │ │ │ │ │ ├── board_info.txt │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ └── pei_data.c │ │ │ └── librem_skl │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.h │ │ │ │ ├── hda_verb.c │ │ │ │ ├── hda_verb.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── pei_data.c │ │ │ │ ├── pei_data.h │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ ├── librem13v2 │ │ │ │ ├── board_info.txt │ │ │ │ └── devicetree.cb │ │ │ │ └── librem15v3 │ │ │ │ ├── board_info.txt │ │ │ │ └── devicetree.cb │ │ ├── roda │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── rk886ex │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── battery.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ich7_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── m3885.c │ │ │ │ ├── m3885.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ └── romstage.c │ │ │ ├── rk9 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── battery.asl │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── gpe.asl │ │ │ │ │ ├── ich9_pci_irqs.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── blc.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── cstates.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mptable.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── ti_pci7xx1.c │ │ │ └── rv11 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── alsd.asl │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ ├── rv11 │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── include │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── brightness_levels.asl │ │ │ │ │ │ └── superio.asl │ │ │ │ │ └── variant │ │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ │ └── thermal.h │ │ │ │ └── romstage.c │ │ │ │ └── rw11 │ │ │ │ ├── devicetree.cb │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── include │ │ │ │ ├── acpi │ │ │ │ │ ├── brightness_levels.asl │ │ │ │ │ └── superio.asl │ │ │ │ └── variant │ │ │ │ │ ├── hda_verb.h │ │ │ │ │ └── thermal.h │ │ │ │ └── romstage.c │ │ ├── samsung │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── lumpy │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ec.asl │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── superio.asl │ │ │ │ │ ├── thermal.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── ec.c │ │ │ │ ├── ec.h │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── onboard.h │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spd.hex │ │ │ │ └── thermal.h │ │ │ └── stumpy │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── superio.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── chromeos.c │ │ │ │ ├── chromeos.fmd │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── romstage.c │ │ │ │ ├── smihandler.c │ │ │ │ └── thermal.h │ │ ├── sapphire │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── pureplatinumh61 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gma-mainboard.ads │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ ├── scaleway │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── tagada │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── mainboard.asl │ │ │ │ ├── mainboard_pci_irqs.asl │ │ │ │ ├── platform.asl │ │ │ │ └── thermal.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── bmcinfo.c │ │ │ │ ├── bmcinfo.h │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── hsio.c │ │ │ │ ├── hsio.h │ │ │ │ ├── ramstage.c │ │ │ │ └── romstage.c │ │ ├── siemens │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── mc_apl1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── dsdt.asl │ │ │ │ ├── mainboard.c │ │ │ │ ├── mc_apl1.fmd │ │ │ │ ├── romstage.c │ │ │ │ └── variants │ │ │ │ │ ├── baseboard │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── baseboard │ │ │ │ │ │ │ └── variants.h │ │ │ │ │ └── memory.c │ │ │ │ │ ├── mc_apl1 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ └── ptn3460.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ └── ptn3460.c │ │ │ │ │ ├── mc_apl2 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── mainboard.c │ │ │ │ │ ├── mc_apl3 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ └── mainboard.c │ │ │ │ │ ├── mc_apl4 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ └── ptn3460.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ ├── memory.c │ │ │ │ │ └── ptn3460.c │ │ │ │ │ └── mc_apl5 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── devicetree.cb │ │ │ │ │ ├── include │ │ │ │ │ └── variant │ │ │ │ │ │ └── ptn3460.h │ │ │ │ │ ├── mainboard.c │ │ │ │ │ └── ptn3460.c │ │ │ ├── mc_bdx1 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── mainboard.asl │ │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ │ └── mc_tcu3 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── mainboard.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── fadt.c │ │ │ │ ├── gpio.c │ │ │ │ ├── irqroute.c │ │ │ │ ├── irqroute.h │ │ │ │ ├── lcd_panel.c │ │ │ │ ├── lcd_panel.h │ │ │ │ ├── mainboard.c │ │ │ │ ├── ptn3460.c │ │ │ │ ├── ptn3460.h │ │ │ │ ├── romstage.c │ │ │ │ └── thermal.h │ │ ├── sifive │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── hifive-unleashed │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── devicetree.cb │ │ │ │ ├── mainboard.c │ │ │ │ ├── memlayout.ld │ │ │ │ └── romstage.c │ │ ├── supermicro │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── h8dmr_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── README │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── h8qme_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ ├── h8scm_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── cpstate.asl │ │ │ │ │ ├── ide.asl │ │ │ │ │ ├── routing.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mainboard.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ │ └── x10slm-f │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ ├── ec.asl │ │ │ │ ├── platform.asl │ │ │ │ └── superio.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.default │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── dsdt.asl │ │ │ │ ├── gpio.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── mainboard.c │ │ │ │ └── romstage.c │ │ ├── ti │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── beaglebone │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── bootblock.c │ │ │ │ ├── devicetree.cb │ │ │ │ ├── leds.c │ │ │ │ ├── leds.h │ │ │ │ ├── memlayout.ld │ │ │ │ └── romstage.c │ │ ├── tyan │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── s2912_fam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Kconfig.name │ │ │ │ ├── Makefile.inc │ │ │ │ ├── board_info.txt │ │ │ │ ├── cmos.layout │ │ │ │ ├── devicetree.cb │ │ │ │ ├── get_bus_conf.c │ │ │ │ ├── irq_tables.c │ │ │ │ ├── mb_sysconf.h │ │ │ │ ├── mptable.c │ │ │ │ ├── resourcemap.c │ │ │ │ └── romstage.c │ │ └── via │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ └── epia-m850 │ │ │ ├── Kconfig │ │ │ ├── Kconfig.name │ │ │ ├── board_info.txt │ │ │ ├── devicetree.cb │ │ │ ├── irq_tables.c │ │ │ ├── mainboard.c │ │ │ └── romstage.c │ ├── northbridge │ │ ├── amd │ │ │ ├── agesa │ │ │ │ ├── BiosCallOuts.h │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── agesa_helper.h │ │ │ │ ├── dimmSpd.h │ │ │ │ ├── family12 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── dimmSpd.c │ │ │ │ │ ├── northbridge.c │ │ │ │ │ └── state_machine.c │ │ │ │ ├── family14 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── northbridge.asl │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── dimmSpd.c │ │ │ │ │ ├── northbridge.c │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ └── state_machine.c │ │ │ │ ├── family15tn │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── northbridge.asl │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── dimmSpd.c │ │ │ │ │ ├── iommu.c │ │ │ │ │ ├── northbridge.c │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ └── state_machine.c │ │ │ │ ├── family16kb │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ └── northbridge.asl │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── dimmSpd.c │ │ │ │ │ ├── northbridge.c │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ └── state_machine.c │ │ │ │ ├── nb_common.h │ │ │ │ └── state_machine.h │ │ │ ├── amdfam10 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── amdfam10.h │ │ │ │ ├── amdfam10_util.asl │ │ │ │ ├── amdfam10_util.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── early_ht.c │ │ │ │ ├── early_ht.h │ │ │ │ ├── get_pci1234.c │ │ │ │ ├── ht_config.c │ │ │ │ ├── ht_config.h │ │ │ │ ├── inline_helper.c │ │ │ │ ├── link_control.c │ │ │ │ ├── misc_control.c │ │ │ │ ├── nb_control.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── northbridge.h │ │ │ │ ├── nums.h │ │ │ │ ├── pci.c │ │ │ │ ├── pci.h │ │ │ │ ├── raminit.h │ │ │ │ ├── raminit_amdmct.c │ │ │ │ ├── raminit_sysinfo_in_ram.c │ │ │ │ ├── reset_test.c │ │ │ │ ├── resourcemap.c │ │ │ │ ├── setup_resource_map.c │ │ │ │ ├── thermal_mixin.asl │ │ │ │ └── util.c │ │ │ ├── amdht │ │ │ │ ├── AsPsDefs.h │ │ │ │ ├── AsPsNb.c │ │ │ │ ├── AsPsNb.h │ │ │ │ ├── Makefile.inc │ │ │ │ ├── comlib.c │ │ │ │ ├── comlib.h │ │ │ │ ├── h3ffeat.h │ │ │ │ ├── h3finit.c │ │ │ │ ├── h3finit.h │ │ │ │ ├── h3gtopo.h │ │ │ │ ├── h3ncmn.c │ │ │ │ ├── h3ncmn.h │ │ │ │ ├── ht_wrapper.c │ │ │ │ ├── ht_wrapper.h │ │ │ │ └── porting.h │ │ │ ├── amdk8 │ │ │ │ ├── amdk8.h │ │ │ │ └── reset_test.c │ │ │ ├── amdmct │ │ │ │ ├── amddefs.h │ │ │ │ ├── mct │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mct.h │ │ │ │ │ ├── mct_d.c │ │ │ │ │ ├── mct_d.h │ │ │ │ │ ├── mct_d_gcc.c │ │ │ │ │ ├── mct_d_gcc.h │ │ │ │ │ ├── mctardk3.c │ │ │ │ │ ├── mctardk4.c │ │ │ │ │ ├── mctchi_d.c │ │ │ │ │ ├── mctcsi_d.c │ │ │ │ │ ├── mctdqs_d.c │ │ │ │ │ ├── mctecc_d.c │ │ │ │ │ ├── mctgr.c │ │ │ │ │ ├── mcthdi.c │ │ │ │ │ ├── mctmtr_d.c │ │ │ │ │ ├── mctndi_d.c │ │ │ │ │ ├── mctpro_d.c │ │ │ │ │ ├── mctsrc.c │ │ │ │ │ ├── mctsrc1p.c │ │ │ │ │ ├── mctsrc2p.c │ │ │ │ │ └── mcttmrl.c │ │ │ │ ├── mct_ddr3 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mct_d.c │ │ │ │ │ ├── mct_d.h │ │ │ │ │ ├── mct_d_gcc.c │ │ │ │ │ ├── mct_d_gcc.h │ │ │ │ │ ├── mctardk5.c │ │ │ │ │ ├── mctardk6.c │ │ │ │ │ ├── mctchi_d.c │ │ │ │ │ ├── mctcsi_d.c │ │ │ │ │ ├── mctdqs_d.c │ │ │ │ │ ├── mctecc_d.c │ │ │ │ │ ├── mcthdi.c │ │ │ │ │ ├── mcthwl.c │ │ │ │ │ ├── mctmtr_d.c │ │ │ │ │ ├── mctndi_d.c │ │ │ │ │ ├── mctprob.c │ │ │ │ │ ├── mctproc.c │ │ │ │ │ ├── mctprod.c │ │ │ │ │ ├── mctrci.c │ │ │ │ │ ├── mctsdi.c │ │ │ │ │ ├── mctsrc.c │ │ │ │ │ ├── mctsrc1p.c │ │ │ │ │ ├── mctsrc2p.c │ │ │ │ │ ├── mcttmrl.c │ │ │ │ │ ├── mctwl.c │ │ │ │ │ ├── mhwlc_d.c │ │ │ │ │ ├── modtrd.c │ │ │ │ │ ├── modtrdim.c │ │ │ │ │ ├── mport_d.c │ │ │ │ │ ├── mutilc_d.c │ │ │ │ │ ├── mwlc_d.h │ │ │ │ │ ├── s3utils.c │ │ │ │ │ └── s3utils.h │ │ │ │ └── wrappers │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mcti.h │ │ │ │ │ └── mcti_d.c │ │ │ └── pi │ │ │ │ ├── 00630F01 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── northbridge.asl │ │ │ │ ├── chip.h │ │ │ │ ├── dimmSpd.c │ │ │ │ ├── iommu.c │ │ │ │ ├── northbridge.c │ │ │ │ └── pci_devs.h │ │ │ │ ├── 00660F01 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── northbridge.asl │ │ │ │ ├── chip.h │ │ │ │ ├── dimmSpd.c │ │ │ │ └── northbridge.c │ │ │ │ ├── 00730F01 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── northbridge.asl │ │ │ │ ├── chip.h │ │ │ │ ├── dimmSpd.c │ │ │ │ ├── iommu.c │ │ │ │ ├── northbridge.c │ │ │ │ └── pci_devs.h │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── agesawrapper.c │ │ │ │ ├── agesawrapper.h │ │ │ │ ├── agesawrapper_call.h │ │ │ │ ├── dimmSpd.h │ │ │ │ ├── nb_common.h │ │ │ │ └── ramtop.c │ │ ├── intel │ │ │ ├── e7505 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── e7505.h │ │ │ │ ├── memmap.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── raminit.c │ │ │ │ └── raminit.h │ │ │ ├── fsp_rangeley │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ └── rangeley.asl │ │ │ │ ├── chip.h │ │ │ │ ├── fsp │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── chipset_fsp_util.c │ │ │ │ │ └── chipset_fsp_util.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── northbridge.h │ │ │ │ ├── port_access.c │ │ │ │ ├── raminit.c │ │ │ │ └── udelay.c │ │ │ ├── gm45 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── gm45.asl │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ └── peg.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── early_reset.c │ │ │ │ ├── gm45.h │ │ │ │ ├── gma.c │ │ │ │ ├── igd.c │ │ │ │ ├── iommu.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── pcie.c │ │ │ │ ├── pm.c │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit_rcomp_calibration.c │ │ │ │ ├── raminit_read_write_training.c │ │ │ │ ├── raminit_receive_enable_calibration.c │ │ │ │ ├── stage_cache.c │ │ │ │ └── thermal.c │ │ │ ├── haswell │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── haswell.asl │ │ │ │ │ └── hostbridge.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── finalize.c │ │ │ │ ├── gma.c │ │ │ │ ├── haswell.h │ │ │ │ ├── minihd.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── pei_data.h │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit.h │ │ │ │ └── report_platform.c │ │ │ ├── i440bx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── sb_pci0_crs.asl │ │ │ │ ├── debug.c │ │ │ │ ├── i440bx.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── northbridge.h │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ └── raminit.h │ │ │ ├── i945 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ ├── i945.asl │ │ │ │ │ ├── igd.asl │ │ │ │ │ └── peg.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── debug.c │ │ │ │ ├── early_init.c │ │ │ │ ├── errata.c │ │ │ │ ├── gma.c │ │ │ │ ├── i945.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit.h │ │ │ │ ├── rcven.c │ │ │ │ ├── stage_cache.c │ │ │ │ └── udelay.c │ │ │ ├── nehalem │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ └── nehalem.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── finalize.c │ │ │ │ ├── gma.c │ │ │ │ ├── nehalem.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit.h │ │ │ │ ├── raminit_tables.c │ │ │ │ └── smi.c │ │ │ ├── pineview │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ ├── peg.asl │ │ │ │ │ └── pineview.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── gma.c │ │ │ │ ├── iomap.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── pineview.h │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit.h │ │ │ │ ├── romstage.c │ │ │ │ └── stage_cache.c │ │ │ ├── sandybridge │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── hostbridge.asl │ │ │ │ │ ├── peg.asl │ │ │ │ │ └── sandybridge.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── common.c │ │ │ │ ├── early_init.c │ │ │ │ ├── finalize.c │ │ │ │ ├── gma.c │ │ │ │ ├── gma.h │ │ │ │ ├── iommu.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── pcie.c │ │ │ │ ├── pei_data.h │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit.h │ │ │ │ ├── raminit_common.c │ │ │ │ ├── raminit_common.h │ │ │ │ ├── raminit_ivy.c │ │ │ │ ├── raminit_mrc.c │ │ │ │ ├── raminit_native.h │ │ │ │ ├── raminit_patterns.h │ │ │ │ ├── raminit_sandy.c │ │ │ │ ├── romstage.c │ │ │ │ └── sandybridge.h │ │ │ └── x4x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ ├── hostbridge.asl │ │ │ │ ├── peg.asl │ │ │ │ └── x4x.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── dq_dqs.c │ │ │ │ ├── early_init.c │ │ │ │ ├── gma.c │ │ │ │ ├── iomap.h │ │ │ │ ├── northbridge.c │ │ │ │ ├── ram_calc.c │ │ │ │ ├── raminit.c │ │ │ │ ├── raminit_ddr23.c │ │ │ │ ├── raminit_tables.c │ │ │ │ ├── rcven.c │ │ │ │ ├── stage_cache.c │ │ │ │ └── x4x.h │ │ └── via │ │ │ └── vx900 │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── bootblock.c │ │ │ ├── chip.h │ │ │ ├── chrome9hd.c │ │ │ ├── early_host_bus_ctl.c │ │ │ ├── early_smbus.c │ │ │ ├── early_vx900.c │ │ │ ├── early_vx900.h │ │ │ ├── lpc.c │ │ │ ├── memmap.c │ │ │ ├── northbridge.c │ │ │ ├── pci_util.c │ │ │ ├── pcie.c │ │ │ ├── raminit.h │ │ │ ├── raminit_ddr3.c │ │ │ ├── romstrap.S │ │ │ ├── romstrap.ld │ │ │ ├── sata.c │ │ │ ├── traf_ctrl.c │ │ │ └── vx900.h │ ├── security │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── tpm │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── tis.h │ │ │ ├── tspi.h │ │ │ ├── tspi │ │ │ │ ├── log.c │ │ │ │ └── tspi.c │ │ │ ├── tss.h │ │ │ ├── tss │ │ │ │ ├── common │ │ │ │ │ └── tss_common.h │ │ │ │ ├── tcg-1.2 │ │ │ │ │ ├── tss.c │ │ │ │ │ ├── tss_commands.h │ │ │ │ │ ├── tss_internal.h │ │ │ │ │ └── tss_structures.h │ │ │ │ ├── tcg-2.0 │ │ │ │ │ ├── tss.c │ │ │ │ │ ├── tss_marshaling.c │ │ │ │ │ ├── tss_marshaling.h │ │ │ │ │ └── tss_structures.h │ │ │ │ └── vendor │ │ │ │ │ └── cr50 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cr50.c │ │ │ │ │ └── cr50.h │ │ │ └── tss_errors.h │ │ └── vboot │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── antirollback.h │ │ │ ├── bootmode.c │ │ │ ├── common.c │ │ │ ├── gbb.c │ │ │ ├── gbb.h │ │ │ ├── misc.h │ │ │ ├── mrc_cache_hash_tpm.c │ │ │ ├── secdata_mock.c │ │ │ ├── secdata_tpm.c │ │ │ ├── symbols.h │ │ │ ├── vbnv.c │ │ │ ├── vbnv.h │ │ │ ├── vbnv_cmos.c │ │ │ ├── vbnv_ec.c │ │ │ ├── vbnv_flash.c │ │ │ ├── vbnv_layout.h │ │ │ ├── vboot_common.c │ │ │ ├── vboot_common.h │ │ │ ├── vboot_handoff.c │ │ │ ├── vboot_loader.c │ │ │ ├── vboot_logic.c │ │ │ └── verstage.c │ ├── soc │ │ ├── amd │ │ │ ├── Kconfig │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── block │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── halt.c │ │ │ │ │ ├── cpu │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── car │ │ │ │ │ │ ├── ap_exit_car.S │ │ │ │ │ │ ├── cache_as_ram.S │ │ │ │ │ │ └── exit_car.S │ │ │ │ │ ├── include │ │ │ │ │ └── amdblocks │ │ │ │ │ │ ├── BiosCallOuts.h │ │ │ │ │ │ ├── agesawrapper.h │ │ │ │ │ │ ├── agesawrapper_call.h │ │ │ │ │ │ ├── amd_pci_util.h │ │ │ │ │ │ ├── car.h │ │ │ │ │ │ ├── dimm_spd.h │ │ │ │ │ │ ├── image.h │ │ │ │ │ │ ├── psp.h │ │ │ │ │ │ ├── reset.h │ │ │ │ │ │ └── s3_resume.h │ │ │ │ │ ├── pci │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── amd_pci_util.c │ │ │ │ │ ├── pi │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── agesawrapper.c │ │ │ │ │ ├── amd_late_init.c │ │ │ │ │ ├── amd_resume_final.c │ │ │ │ │ ├── def_callouts.c │ │ │ │ │ ├── heapmanager.c │ │ │ │ │ └── image.c │ │ │ │ │ ├── psp │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── psp.c │ │ │ │ │ └── s3 │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── s3_resume.c │ │ │ └── stoneyridge │ │ │ │ ├── BiosCallOuts.c │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ ├── acpi_wake_source.asl │ │ │ │ ├── cpu.asl │ │ │ │ ├── globalnvs.asl │ │ │ │ ├── gpio_lib.asl │ │ │ │ ├── lpc.asl │ │ │ │ ├── northbridge.asl │ │ │ │ ├── pci_int.asl │ │ │ │ ├── pcie.asl │ │ │ │ ├── sb_fch.asl │ │ │ │ ├── sb_pci0_fch.asl │ │ │ │ ├── sleepstates.asl │ │ │ │ ├── soc.asl │ │ │ │ └── usb.asl │ │ │ │ ├── bootblock │ │ │ │ └── bootblock.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── enable_usbdebug.c │ │ │ │ ├── finalize.c │ │ │ │ ├── gpio.c │ │ │ │ ├── hda.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── acpi.h │ │ │ │ │ ├── amd_pci_int_defs.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── iomap.h │ │ │ │ │ ├── northbridge.h │ │ │ │ │ ├── nvs.h │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ ├── romstage.h │ │ │ │ │ ├── smbus.h │ │ │ │ │ ├── smi.h │ │ │ │ │ └── southbridge.h │ │ │ │ ├── iommu.c │ │ │ │ ├── lpc.c │ │ │ │ ├── mca.c │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── nb_util.c │ │ │ │ ├── northbridge.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramtop.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sata.c │ │ │ │ ├── sb_util.c │ │ │ │ ├── sm.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus_spd.c │ │ │ │ ├── smi.c │ │ │ │ ├── smi_util.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── southbridge.c │ │ │ │ ├── spi.c │ │ │ │ ├── tsc_freq.c │ │ │ │ ├── uart.c │ │ │ │ └── usb.c │ │ ├── cavium │ │ │ ├── Kconfig │ │ │ ├── cn81xx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bl31_plat_params.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock_custom.S │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── cpu.c │ │ │ │ ├── cpu_secondary.S │ │ │ │ ├── ecam0.c │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ │ ├── atf │ │ │ │ │ │ └── plat_params.h │ │ │ │ │ └── soc │ │ │ │ │ │ ├── addressmap.h │ │ │ │ │ │ ├── bl31_plat_params.h │ │ │ │ │ │ ├── clock.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── ecam0.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── mmu.h │ │ │ │ │ │ ├── sdram.h │ │ │ │ │ │ ├── soc.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── timer.h │ │ │ │ │ │ ├── twsi.h │ │ │ │ │ │ └── uart.h │ │ │ │ ├── mmu.c │ │ │ │ ├── sdram.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── twsi.c │ │ │ │ └── uart.c │ │ │ └── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bdk-coreboot.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── bootblock.h │ │ │ │ │ └── sysreg.h │ │ │ │ ├── pci │ │ │ │ └── chip.h │ │ │ │ ├── rom_clib_s_nbl1fw.bin.hex │ │ │ │ └── rom_csib_s_nbl1fw.bin.hex │ │ ├── imgtec │ │ │ ├── Kconfig │ │ │ └── pistachio │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clocks.c │ │ │ │ ├── ddr2_init.c │ │ │ │ ├── ddr3_init.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── clocks.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── ddr_init.h │ │ │ │ │ ├── ddr_private_reg.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ └── spi.h │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ └── uart.c │ │ ├── intel │ │ │ ├── Kconfig │ │ │ ├── apollolake │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── gpiolib.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── lpss.asl │ │ │ │ │ ├── northbridge.asl │ │ │ │ │ ├── pch_hda.asl │ │ │ │ │ ├── pci_irqs.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── pcie_port.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── pmc_ipc.asl │ │ │ │ │ ├── scs.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── soc_int.asl │ │ │ │ │ ├── southbridge.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── car.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── cse.c │ │ │ │ ├── elog.c │ │ │ │ ├── fspcar.c │ │ │ │ ├── glk_page_map.txt │ │ │ │ ├── gpio_apl.c │ │ │ │ ├── gpio_glk.c │ │ │ │ ├── graphics.c │ │ │ │ ├── gspi.c │ │ │ │ ├── heci.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── gpe.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_apl.h │ │ │ │ │ │ ├── gpio_glk.h │ │ │ │ │ │ ├── heci.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── itss.h │ │ │ │ │ │ ├── meminit.h │ │ │ │ │ │ ├── nhlt.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── p2sb.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcr_ids.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── pnpconfig.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ ├── soc_chip.h │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ └── usb.h │ │ │ │ ├── lpc.c │ │ │ │ ├── meminit.c │ │ │ │ ├── meminit_util_apl.c │ │ │ │ ├── meminit_util_glk.c │ │ │ │ ├── memmap.c │ │ │ │ ├── mmap_boot.c │ │ │ │ ├── nhlt.c │ │ │ │ ├── pdpt.c │ │ │ │ ├── pmc.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── pnpconfig.c │ │ │ │ ├── pt.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spi.c │ │ │ │ ├── systemagent.c │ │ │ │ ├── uart.c │ │ │ │ └── xdci.c │ │ │ ├── baytrail │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── device_nvs.asl │ │ │ │ │ ├── dptf │ │ │ │ │ │ ├── charger.asl │ │ │ │ │ │ ├── cpu.asl │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── irq_helper.h │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── irqroute.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── lpe.asl │ │ │ │ │ ├── lpss.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── scc.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── southcluster.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── dptf.c │ │ │ │ ├── ehci.c │ │ │ │ ├── elog.c │ │ │ │ ├── emmc.c │ │ │ │ ├── gfx.c │ │ │ │ ├── gpio.c │ │ │ │ ├── hda.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── device_nvs.h │ │ │ │ │ │ ├── efi_wrapper.h │ │ │ │ │ │ ├── ehci.h │ │ │ │ │ │ ├── gfx.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── iosf.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── mrc_wrapper.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── pattrs.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcie.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── sata.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── xhci.h │ │ │ │ ├── iosf.c │ │ │ │ ├── lpe.c │ │ │ │ ├── lpss.c │ │ │ │ ├── memmap.c │ │ │ │ ├── northcluster.c │ │ │ │ ├── pcie.c │ │ │ │ ├── perf_power.c │ │ │ │ ├── placeholders.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── refcode.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cache_as_ram.inc │ │ │ │ │ ├── early_spi.c │ │ │ │ │ ├── gfx.c │ │ │ │ │ ├── pmc.c │ │ │ │ │ ├── raminit.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── uart.c │ │ │ │ ├── sata.c │ │ │ │ ├── scc.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smm.c │ │ │ │ ├── southcluster.c │ │ │ │ ├── spi.c │ │ │ │ ├── stage_cache.c │ │ │ │ ├── tsc_freq.c │ │ │ │ └── xhci.c │ │ │ ├── braswell │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── device_nvs.asl │ │ │ │ │ ├── dptf │ │ │ │ │ │ ├── charger.asl │ │ │ │ │ │ ├── cpu.asl │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ ├── thermal.asl │ │ │ │ │ │ ├── wifi.asl │ │ │ │ │ │ └── wwan.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── irq_helper.h │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── irqroute.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── lpe.asl │ │ │ │ │ ├── lpss.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── scc.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── southcluster.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── elog.c │ │ │ │ ├── emmc.c │ │ │ │ ├── gfx.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio_support.c │ │ │ │ ├── hda.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── device_nvs.h │ │ │ │ │ │ ├── ehci.h │ │ │ │ │ │ ├── gfx.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ │ ├── hda.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── iosf.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── pattrs.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcie.h │ │ │ │ │ │ ├── pei_data.h │ │ │ │ │ │ ├── pei_wrapper.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── sata.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── xhci.h │ │ │ │ ├── iosf.c │ │ │ │ ├── lpc_init.c │ │ │ │ ├── lpe.c │ │ │ │ ├── lpss.c │ │ │ │ ├── memmap.c │ │ │ │ ├── northcluster.c │ │ │ │ ├── pcie.c │ │ │ │ ├── placeholders.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── early_spi.c │ │ │ │ │ ├── pmc.c │ │ │ │ │ └── romstage.c │ │ │ │ ├── sata.c │ │ │ │ ├── scc.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smm.c │ │ │ │ ├── southcluster.c │ │ │ │ ├── spi.c │ │ │ │ ├── tsc_freq.c │ │ │ │ └── xhci.c │ │ │ ├── broadwell │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── adsp.asl │ │ │ │ │ ├── ctdp.asl │ │ │ │ │ ├── device_nvs.asl │ │ │ │ │ ├── ehci.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── hda.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pch.asl │ │ │ │ │ ├── pci_irqs.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── pcie_port.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── serialio.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ ├── systemagent.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── adsp.c │ │ │ │ ├── bootblock │ │ │ │ │ ├── cpu.c │ │ │ │ │ ├── pch.c │ │ │ │ │ └── systemagent.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── cpu_info.c │ │ │ │ ├── ehci.c │ │ │ │ ├── elog.c │ │ │ │ ├── finalize.c │ │ │ │ ├── gpio.c │ │ │ │ ├── hda.c │ │ │ │ ├── igd.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── adsp.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── device_nvs.h │ │ │ │ │ │ ├── ehci.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── igd.h │ │ │ │ │ │ ├── iobp.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── me.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── pch.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pei_data.h │ │ │ │ │ │ ├── pei_wrapper.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── rcba.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── sata.h │ │ │ │ │ │ ├── serialio.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ └── xhci.h │ │ │ │ ├── iobp.c │ │ │ │ ├── lpc.c │ │ │ │ ├── me.c │ │ │ │ ├── me_status.c │ │ │ │ ├── memmap.c │ │ │ │ ├── minihd.c │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── pch.c │ │ │ │ ├── pcie.c │ │ │ │ ├── pei_data.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── refcode.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── cpu.c │ │ │ │ │ ├── pch.c │ │ │ │ │ ├── power_state.c │ │ │ │ │ ├── raminit.c │ │ │ │ │ ├── report_platform.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ ├── smbus.c │ │ │ │ │ ├── spi.c │ │ │ │ │ ├── systemagent.c │ │ │ │ │ └── uart.c │ │ │ │ ├── sata.c │ │ │ │ ├── serialio.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus_common.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── spi.c │ │ │ │ ├── stage_cache.c │ │ │ │ ├── systemagent.c │ │ │ │ ├── tsc_freq.c │ │ │ │ ├── usb_debug.c │ │ │ │ └── xhci.c │ │ │ ├── cannonlake │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── gpio_cnp_h.asl │ │ │ │ │ ├── gpio_op.asl │ │ │ │ │ ├── ipu.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── northbridge.asl │ │ │ │ │ ├── pch_glan.asl │ │ │ │ │ ├── pch_hda.asl │ │ │ │ │ ├── pci_irqs.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── scs.asl │ │ │ │ │ ├── serialio.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ ├── southbridge.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── cpu.c │ │ │ │ │ ├── pch.c │ │ │ │ │ └── report_platform.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cnl_memcfg_init.c │ │ │ │ ├── cpu.c │ │ │ │ ├── elog.c │ │ │ │ ├── finalize.c │ │ │ │ ├── fsp_params.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio_cnp_h.c │ │ │ │ ├── graphics.c │ │ │ │ ├── gspi.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── bootblock.h │ │ │ │ │ │ ├── cnl_memcfg_init.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── ebda.h │ │ │ │ │ │ ├── gpe.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ │ ├── gpio_defs_cnp_h.h │ │ │ │ │ │ ├── gpio_soc_defs.h │ │ │ │ │ │ ├── gpio_soc_defs_cnp_h.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── itss.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nhlt.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── p2sb.h │ │ │ │ │ │ ├── pch.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcr_ids.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── serialio.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── soc_chip.h │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ ├── usb.h │ │ │ │ │ │ └── vr_config.h │ │ │ │ ├── lockdown.c │ │ │ │ ├── lpc.c │ │ │ │ ├── memmap.c │ │ │ │ ├── nhlt.c │ │ │ │ ├── p2sb.c │ │ │ │ ├── pmc.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── fsp_params.c │ │ │ │ │ ├── power_state.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── systemagent.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── spi.c │ │ │ │ ├── systemagent.c │ │ │ │ ├── uart.c │ │ │ │ └── vr_config.c │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.h │ │ │ │ ├── acpi │ │ │ │ │ ├── acpi_debug.asl │ │ │ │ │ ├── acpi_wake_source.asl │ │ │ │ │ ├── dptf │ │ │ │ │ │ ├── charger.asl │ │ │ │ │ │ ├── cpu.asl │ │ │ │ │ │ ├── dptf.asl │ │ │ │ │ │ ├── fan.asl │ │ │ │ │ │ └── thermal.asl │ │ │ │ │ ├── pci_osc.asl │ │ │ │ │ ├── pcr.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── sgx.asl │ │ │ │ │ └── wifi.asl │ │ │ │ ├── acpi_wake_source.c │ │ │ │ ├── basecode │ │ │ │ │ ├── Kconfig │ │ │ │ │ └── Makefile.inc │ │ │ │ ├── block │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── acpi.c │ │ │ │ │ ├── chip │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── chip.c │ │ │ │ │ ├── cpu │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── car │ │ │ │ │ │ │ ├── cache_as_ram.S │ │ │ │ │ │ │ ├── cache_as_ram_fsp.S │ │ │ │ │ │ │ ├── exit_car.S │ │ │ │ │ │ │ └── exit_car_fsp.S │ │ │ │ │ │ ├── cpulib.c │ │ │ │ │ │ └── mp_init.c │ │ │ │ │ ├── cse │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── cse.c │ │ │ │ │ ├── dsp │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── dsp.c │ │ │ │ │ ├── ebda │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── ebda.c │ │ │ │ │ ├── fast_spi │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── fast_spi.c │ │ │ │ │ │ ├── fast_spi_def.h │ │ │ │ │ │ └── fast_spi_flash.c │ │ │ │ │ ├── gpio │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── gpio.c │ │ │ │ │ ├── graphics │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── graphics.c │ │ │ │ │ ├── gspi │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── gspi.c │ │ │ │ │ ├── hda │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── hda.c │ │ │ │ │ ├── i2c │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── i2c.c │ │ │ │ │ ├── include │ │ │ │ │ │ └── intelblocks │ │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ │ ├── chip.h │ │ │ │ │ │ │ ├── cpulib.h │ │ │ │ │ │ │ ├── cse.h │ │ │ │ │ │ │ ├── ebda.h │ │ │ │ │ │ │ ├── fast_spi.h │ │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ │ │ ├── graphics.h │ │ │ │ │ │ │ ├── gspi.h │ │ │ │ │ │ │ ├── itss.h │ │ │ │ │ │ │ ├── lpc_lib.h │ │ │ │ │ │ │ ├── lpss.h │ │ │ │ │ │ │ ├── mp_init.h │ │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ │ ├── p2sb.h │ │ │ │ │ │ │ ├── pcr.h │ │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ │ ├── pmclib.h │ │ │ │ │ │ │ ├── rtc.h │ │ │ │ │ │ │ ├── sd.h │ │ │ │ │ │ │ ├── sgx.h │ │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ │ ├── smihandler.h │ │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ │ ├── sram.h │ │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ │ ├── tco.h │ │ │ │ │ │ │ ├── uart.h │ │ │ │ │ │ │ ├── vmx.h │ │ │ │ │ │ │ ├── xdci.h │ │ │ │ │ │ │ └── xhci.h │ │ │ │ │ ├── itss │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── itss.c │ │ │ │ │ ├── lpc │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── lpc.c │ │ │ │ │ │ ├── lpc_def.h │ │ │ │ │ │ └── lpc_lib.c │ │ │ │ │ ├── lpss │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── lpss.c │ │ │ │ │ ├── p2sb │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── p2sb.c │ │ │ │ │ ├── pcie │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── pcie.c │ │ │ │ │ ├── pcr │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── pcr.c │ │ │ │ │ ├── pmc │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── pmc.c │ │ │ │ │ │ └── pmclib.c │ │ │ │ │ ├── rtc │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── rtc.c │ │ │ │ │ ├── sata │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── sata.c │ │ │ │ │ ├── scs │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── sd.c │ │ │ │ │ ├── sgx │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── sgx.c │ │ │ │ │ ├── smbus │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── smbus.c │ │ │ │ │ │ ├── smbus_early.c │ │ │ │ │ │ ├── smbuslib.c │ │ │ │ │ │ ├── smbuslib.h │ │ │ │ │ │ └── tco.c │ │ │ │ │ ├── smm │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── smihandler.c │ │ │ │ │ │ ├── smitraphandler.c │ │ │ │ │ │ └── smm.c │ │ │ │ │ ├── spi │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── spi.c │ │ │ │ │ ├── sram │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── sram.c │ │ │ │ │ ├── systemagent │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── systemagent.c │ │ │ │ │ │ ├── systemagent_def.h │ │ │ │ │ │ └── systemagent_early.c │ │ │ │ │ ├── timer │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── timer.c │ │ │ │ │ ├── uart │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── uart.c │ │ │ │ │ ├── vmx │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── vmx.c │ │ │ │ │ ├── xdci │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── xdci.c │ │ │ │ │ └── xhci │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── xhci.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── hda_verb.h │ │ │ │ ├── mma.c │ │ │ │ ├── mma.h │ │ │ │ ├── nhlt.c │ │ │ │ ├── pch │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── include │ │ │ │ │ │ └── intelpch │ │ │ │ │ │ │ └── lockdown.h │ │ │ │ │ └── lockdown │ │ │ │ │ │ ├── Kconfig │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── lockdown.c │ │ │ │ ├── reset.c │ │ │ │ ├── reset.h │ │ │ │ ├── smbios.c │ │ │ │ ├── smbios.h │ │ │ │ ├── tpm_tis.c │ │ │ │ ├── vbt.c │ │ │ │ └── vbt.h │ │ │ ├── denverton_ns │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── northcluster.asl │ │ │ │ │ ├── npk.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── pcie_port.asl │ │ │ │ │ ├── pmc.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sata2.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ ├── smbus2.asl │ │ │ │ │ ├── southcluster.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ ├── bootblock.c │ │ │ │ │ └── uart.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── csme_ie_kt.c │ │ │ │ ├── fiamux.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio_dnv.c │ │ │ │ ├── hob_display.c │ │ │ │ ├── hob_mem.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── bootblock.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── fiamux.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ │ ├── gpio_dnv.h │ │ │ │ │ │ ├── hob_mem.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── p2sb.h │ │ │ │ │ │ ├── pattrs.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcr.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── sata.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── soc_util.h │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ └── uart.h │ │ │ │ ├── lpc.c │ │ │ │ ├── memmap.c │ │ │ │ ├── npk.c │ │ │ │ ├── pmc.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage.c │ │ │ │ ├── sata.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smm.c │ │ │ │ ├── soc_util.c │ │ │ │ ├── spi.c │ │ │ │ ├── systemagent.c │ │ │ │ ├── tsc_freq.c │ │ │ │ ├── uart.c │ │ │ │ ├── uart_debug.c │ │ │ │ ├── upd_display.c │ │ │ │ └── xhci.c │ │ │ ├── fsp_baytrail │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── device_nvs.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── irq_helper.h │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── irqroute.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── lpe.asl │ │ │ │ │ ├── lpss.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── scc.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── southcluster.asl │ │ │ │ │ ├── usb.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── fsp │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── chipset_fsp_util.c │ │ │ │ │ └── chipset_fsp_util.h │ │ │ │ ├── gfx.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── baytrail.h │ │ │ │ │ │ ├── device_nvs.h │ │ │ │ │ │ ├── ehci.h │ │ │ │ │ │ ├── gfx.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── i2c.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── iosf.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── pattrs.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcie.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── xhci.h │ │ │ │ ├── iosf.c │ │ │ │ ├── lpe.c │ │ │ │ ├── lpss.c │ │ │ │ ├── memmap.c │ │ │ │ ├── northcluster.c │ │ │ │ ├── placeholders.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── pmc.c │ │ │ │ │ ├── report_platform.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── uart.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smm.c │ │ │ │ ├── southcluster.c │ │ │ │ ├── spi.c │ │ │ │ └── tsc_freq.c │ │ │ ├── fsp_broadwell_de │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pcie1.asl │ │ │ │ │ ├── southcluster.asl │ │ │ │ │ └── uncore.asl │ │ │ │ ├── bootblock │ │ │ │ │ └── bootblock.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── fsp │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── chipset_fsp_util.c │ │ │ │ │ └── chipset_fsp_util.h │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── broadwell_de.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── pattrs.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ └── smm.h │ │ │ │ ├── iou_complto.c │ │ │ │ ├── memmap.c │ │ │ │ ├── northcluster.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── romstage.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus_common.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── southcluster.c │ │ │ │ ├── tsc_freq.c │ │ │ │ └── vtd.c │ │ │ ├── icelake │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── gpio.asl │ │ │ │ │ ├── ipu.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── northbridge.asl │ │ │ │ │ ├── pch_glan.asl │ │ │ │ │ ├── pch_hda.asl │ │ │ │ │ ├── pci_irqs.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── scs.asl │ │ │ │ │ ├── serialio.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ ├── southbridge.asl │ │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── cpu.c │ │ │ │ │ ├── pch.c │ │ │ │ │ └── report_platform.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── cpu.c │ │ │ │ ├── finalize.c │ │ │ │ ├── fsp_params.c │ │ │ │ ├── gpio.c │ │ │ │ ├── graphics.c │ │ │ │ ├── gspi.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── bootblock.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── ebda.h │ │ │ │ │ │ ├── gpe.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ │ ├── gpio_soc_defs.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── irq.h │ │ │ │ │ │ ├── itss.h │ │ │ │ │ │ ├── lpc.h │ │ │ │ │ │ ├── msr.h │ │ │ │ │ │ ├── nvs.h │ │ │ │ │ │ ├── p2sb.h │ │ │ │ │ │ ├── pch.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pcr_ids.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── serialio.h │ │ │ │ │ │ ├── smbus.h │ │ │ │ │ │ ├── smm.h │ │ │ │ │ │ ├── soc_chip.h │ │ │ │ │ │ ├── systemagent.h │ │ │ │ │ │ └── usb.h │ │ │ │ ├── lockdown.c │ │ │ │ ├── lpc.c │ │ │ │ ├── memmap.c │ │ │ │ ├── p2sb.c │ │ │ │ ├── pmc.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── fsp_params.c │ │ │ │ │ ├── power_state.c │ │ │ │ │ ├── romstage.c │ │ │ │ │ └── systemagent.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── spi.c │ │ │ │ ├── systemagent.c │ │ │ │ └── uart.c │ │ │ ├── quark │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── bootblock │ │ │ │ │ ├── bootblock.c │ │ │ │ │ └── esram_init.S │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── ehci.c │ │ │ │ ├── fsp1_1.c │ │ │ │ ├── fsp2_0.c │ │ │ │ ├── gpio_i2c.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── IntelQNCConfig.h │ │ │ │ │ │ ├── Ioh.h │ │ │ │ │ │ ├── QuarkNcSocId.h │ │ │ │ │ │ ├── acpi.h │ │ │ │ │ │ ├── car.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── i2c.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ │ ├── pei_wrapper.h │ │ │ │ │ │ ├── pm.h │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ ├── reg_access.h │ │ │ │ │ │ ├── romstage.h │ │ │ │ │ │ ├── sd.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── storage_test.h │ │ │ │ ├── lpc.c │ │ │ │ ├── memmap.c │ │ │ │ ├── northcluster.c │ │ │ │ ├── reg_access.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── car.c │ │ │ │ │ ├── car_stage_entry.S │ │ │ │ │ ├── debug.c │ │ │ │ │ ├── fsp1_1.c │ │ │ │ │ ├── fsp2_0.c │ │ │ │ │ ├── mtrr.c │ │ │ │ │ ├── pcie.c │ │ │ │ │ ├── report_platform.c │ │ │ │ │ └── romstage.c │ │ │ │ ├── sd.c │ │ │ │ ├── spi.c │ │ │ │ ├── spi_debug.c │ │ │ │ ├── storage_test.c │ │ │ │ ├── tsc_freq.c │ │ │ │ ├── uart.c │ │ │ │ └── uart_common.c │ │ │ └── skylake │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ ├── dptf │ │ │ │ │ ├── charger.asl │ │ │ │ │ ├── cpu.asl │ │ │ │ │ ├── dptf.asl │ │ │ │ │ ├── fan.asl │ │ │ │ │ └── thermal.asl │ │ │ │ ├── globalnvs.asl │ │ │ │ ├── gpio.asl │ │ │ │ ├── ipu.asl │ │ │ │ ├── irqlinks.asl │ │ │ │ ├── lpc.asl │ │ │ │ ├── pch.asl │ │ │ │ ├── pch_hda.asl │ │ │ │ ├── pci_irqs.asl │ │ │ │ ├── pcie.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── pmc.asl │ │ │ │ ├── scs.asl │ │ │ │ ├── serialio.asl │ │ │ │ ├── sleepstates.asl │ │ │ │ ├── smbus.asl │ │ │ │ ├── systemagent.asl │ │ │ │ └── xhci.asl │ │ │ │ ├── bootblock │ │ │ │ ├── bootblock.c │ │ │ │ ├── cpu.c │ │ │ │ ├── pch.c │ │ │ │ └── report_platform.c │ │ │ │ ├── chip.c │ │ │ │ ├── chip.h │ │ │ │ ├── chip_fsp20.c │ │ │ │ ├── cpu.c │ │ │ │ ├── elog.c │ │ │ │ ├── finalize.c │ │ │ │ ├── fspcar.c │ │ │ │ ├── gpio.c │ │ │ │ ├── graphics.c │ │ │ │ ├── gspi.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ ├── fsp11 │ │ │ │ │ └── soc │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ └── romstage.h │ │ │ │ ├── fsp20 │ │ │ │ │ └── soc │ │ │ │ │ │ ├── ramstage.h │ │ │ │ │ │ └── romstage.h │ │ │ │ └── soc │ │ │ │ │ ├── acpi.h │ │ │ │ │ ├── bootblock.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── device_nvs.h │ │ │ │ │ ├── ebda.h │ │ │ │ │ ├── gpe.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── gpio_defs.h │ │ │ │ │ ├── gpio_pch_h_defs.h │ │ │ │ │ ├── gpio_soc_defs.h │ │ │ │ │ ├── interrupt.h │ │ │ │ │ ├── iomap.h │ │ │ │ │ ├── irq.h │ │ │ │ │ ├── itss.h │ │ │ │ │ ├── me.h │ │ │ │ │ ├── msr.h │ │ │ │ │ ├── nhlt.h │ │ │ │ │ ├── nvs.h │ │ │ │ │ ├── p2sb.h │ │ │ │ │ ├── pch.h │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ ├── pcr_ids.h │ │ │ │ │ ├── pei_data.h │ │ │ │ │ ├── pei_wrapper.h │ │ │ │ │ ├── pm.h │ │ │ │ │ ├── pmc.h │ │ │ │ │ ├── serialio.h │ │ │ │ │ ├── smbus.h │ │ │ │ │ ├── smm.h │ │ │ │ │ ├── soc_chip.h │ │ │ │ │ ├── systemagent.h │ │ │ │ │ ├── thermal.h │ │ │ │ │ ├── usb.h │ │ │ │ │ └── vr_config.h │ │ │ │ ├── irq.c │ │ │ │ ├── lockdown.c │ │ │ │ ├── lpc.c │ │ │ │ ├── me.c │ │ │ │ ├── memmap.c │ │ │ │ ├── nhlt │ │ │ │ ├── Makefile.inc │ │ │ │ ├── da7219.c │ │ │ │ ├── dmic.c │ │ │ │ ├── max98357.c │ │ │ │ ├── max98373.c │ │ │ │ ├── max98927.c │ │ │ │ ├── nau88l25.c │ │ │ │ ├── rt5514.c │ │ │ │ ├── rt5663.c │ │ │ │ └── ssm4567.c │ │ │ │ ├── p2sb.c │ │ │ │ ├── pei_data.c │ │ │ │ ├── pmc.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstage │ │ │ │ ├── Makefile.inc │ │ │ │ ├── car_stage.S │ │ │ │ ├── romstage.c │ │ │ │ ├── romstage_fsp20.c │ │ │ │ └── systemagent.c │ │ │ │ ├── sd.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── smmrelocate.c │ │ │ │ ├── spi.c │ │ │ │ ├── systemagent.c │ │ │ │ ├── thermal.c │ │ │ │ ├── uart.c │ │ │ │ └── vr_config.c │ │ ├── mediatek │ │ │ ├── Kconfig │ │ │ ├── common │ │ │ │ ├── cbmem.c │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── gpio_common.h │ │ │ │ │ │ ├── mmu_operations.h │ │ │ │ │ │ ├── mtcmos.h │ │ │ │ │ │ ├── pll_common.h │ │ │ │ │ │ ├── pmic_wrap_common.h │ │ │ │ │ │ ├── spi_common.h │ │ │ │ │ │ ├── timer.h │ │ │ │ │ │ ├── usb_common.h │ │ │ │ │ │ └── wdt.h │ │ │ │ ├── memory_test.c │ │ │ │ ├── mmu_operations.c │ │ │ │ ├── mtcmos.c │ │ │ │ ├── pll.c │ │ │ │ ├── pmic_wrap.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── uart.c │ │ │ │ ├── usb.c │ │ │ │ └── wdt.c │ │ │ ├── mt8173 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bl31_plat_params.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── da9212.c │ │ │ │ ├── ddp.c │ │ │ │ ├── dramc_pi_basic_api.c │ │ │ │ ├── dramc_pi_calibration_api.c │ │ │ │ ├── dsi.c │ │ │ │ ├── emi.c │ │ │ │ ├── flash_controller.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio_init.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── addressmap.h │ │ │ │ │ │ ├── da9212.h │ │ │ │ │ │ ├── ddp.h │ │ │ │ │ │ ├── dramc_common.h │ │ │ │ │ │ ├── dramc_pi_api.h │ │ │ │ │ │ ├── dramc_register.h │ │ │ │ │ │ ├── dsi.h │ │ │ │ │ │ ├── emi.h │ │ │ │ │ │ ├── flash_controller.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gpio_base.h │ │ │ │ │ │ ├── i2c.h │ │ │ │ │ │ ├── infracfg.h │ │ │ │ │ │ ├── mcucfg.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── mipi.h │ │ │ │ │ │ ├── mt6311.h │ │ │ │ │ │ ├── mt6391.h │ │ │ │ │ │ ├── pericfg.h │ │ │ │ │ │ ├── pll.h │ │ │ │ │ │ ├── pmic_wrap.h │ │ │ │ │ │ ├── rtc.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── spm.h │ │ │ │ │ │ ├── symbols.h │ │ │ │ │ │ └── usb.h │ │ │ │ ├── memory.c │ │ │ │ ├── mmu_operations.c │ │ │ │ ├── mt6311.c │ │ │ │ ├── mt6391.c │ │ │ │ ├── pll.c │ │ │ │ ├── pmic_wrap.c │ │ │ │ ├── rtc.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ └── usb.c │ │ │ └── mt8183 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── auxadc.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── decompressor.c │ │ │ │ ├── dramc_init_setting.c │ │ │ │ ├── dramc_pi_basic_api.c │ │ │ │ ├── dramc_pi_calibration_api.c │ │ │ │ ├── emi.c │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── addressmap.h │ │ │ │ │ ├── auxadc.h │ │ │ │ │ ├── dramc_common_mt8183.h │ │ │ │ │ ├── dramc_pi_api.h │ │ │ │ │ ├── dramc_register.h │ │ │ │ │ ├── emi.h │ │ │ │ │ ├── flash_controller.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── gpio_base.h │ │ │ │ │ ├── infracfg.h │ │ │ │ │ ├── mcucfg.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── mt6358.h │ │ │ │ │ ├── mt8183.h │ │ │ │ │ ├── pll.h │ │ │ │ │ ├── pmic_wrap.h │ │ │ │ │ ├── smi.h │ │ │ │ │ ├── spi.h │ │ │ │ │ ├── spm.h │ │ │ │ │ └── usb.h │ │ │ │ ├── memory.c │ │ │ │ ├── mmu_operations.c │ │ │ │ ├── mt6358.c │ │ │ │ ├── mt8183.c │ │ │ │ ├── mtcmos.c │ │ │ │ ├── pll.c │ │ │ │ ├── pmic_wrap.c │ │ │ │ ├── soc.c │ │ │ │ └── spi.c │ │ ├── nvidia │ │ │ ├── Kconfig │ │ │ ├── tegra │ │ │ │ ├── apbmisc.c │ │ │ │ ├── apbmisc.h │ │ │ │ ├── dc.h │ │ │ │ ├── displayport.h │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── i2c.c │ │ │ │ ├── i2c.h │ │ │ │ ├── pingroup.c │ │ │ │ ├── pingroup.h │ │ │ │ ├── pinmux.c │ │ │ │ ├── pinmux.h │ │ │ │ ├── pwm.h │ │ │ │ ├── software_i2c.c │ │ │ │ ├── types.h │ │ │ │ ├── usb.c │ │ │ │ └── usb.h │ │ │ ├── tegra124 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock_asm.S │ │ │ │ ├── cache.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── display.c │ │ │ │ ├── dma.c │ │ │ │ ├── dp.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── addressmap.h │ │ │ │ │ │ ├── cache.h │ │ │ │ │ │ ├── clk_rst.h │ │ │ │ │ │ ├── clock.h │ │ │ │ │ │ ├── display.h │ │ │ │ │ │ ├── dma.h │ │ │ │ │ │ ├── early_configs.h │ │ │ │ │ │ ├── emc.h │ │ │ │ │ │ ├── flow.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── maincpu.h │ │ │ │ │ │ ├── mc.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── pingroup.h │ │ │ │ │ │ ├── pinmux.h │ │ │ │ │ │ ├── pmc.h │ │ │ │ │ │ ├── power.h │ │ │ │ │ │ ├── sdram.h │ │ │ │ │ │ ├── sdram_param.h │ │ │ │ │ │ ├── sor.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── sysctr.h │ │ │ │ ├── lp0 │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── tegra_lp0_resume.c │ │ │ │ │ └── tegra_lp0_resume.ld │ │ │ │ ├── maincpu.S │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── power.c │ │ │ │ ├── sdram.c │ │ │ │ ├── sdram_lp0.c │ │ │ │ ├── soc.c │ │ │ │ ├── sor.c │ │ │ │ ├── spi.c │ │ │ │ ├── uart.c │ │ │ │ └── verstage.c │ │ │ └── tegra210 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── addressmap.c │ │ │ │ ├── ape.c │ │ │ │ ├── arm_tf.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── bootblock_asm.S │ │ │ │ ├── cbmem.c │ │ │ │ ├── ccplex.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── cpu.c │ │ │ │ ├── dc.c │ │ │ │ ├── dma.c │ │ │ │ ├── dp.c │ │ │ │ ├── dsi.c │ │ │ │ ├── flow_ctrl.c │ │ │ │ ├── funitcfg.c │ │ │ │ ├── gic.c │ │ │ │ ├── i2c.c │ │ │ │ ├── i2c6.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── addressmap.h │ │ │ │ │ ├── ccplex.h │ │ │ │ │ ├── clk_rst.h │ │ │ │ │ ├── clock.h │ │ │ │ │ ├── clst_clk.h │ │ │ │ │ ├── console_uart.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── display.h │ │ │ │ │ ├── dma.h │ │ │ │ │ ├── emc.h │ │ │ │ │ ├── flow.h │ │ │ │ │ ├── flow_ctrl.h │ │ │ │ │ ├── funitcfg.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── id.h │ │ │ │ │ ├── maincpu.h │ │ │ │ │ ├── mc.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── mipi-phy.h │ │ │ │ │ ├── mipi_display.h │ │ │ │ │ ├── mipi_dsi.h │ │ │ │ │ ├── mmu_operations.h │ │ │ │ │ ├── mtc.h │ │ │ │ │ ├── padconfig.h │ │ │ │ │ ├── pinmux.h │ │ │ │ │ ├── pmc.h │ │ │ │ │ ├── power.h │ │ │ │ │ ├── romstage.h │ │ │ │ │ ├── sdram.h │ │ │ │ │ ├── sdram_configs.h │ │ │ │ │ ├── sdram_param.h │ │ │ │ │ ├── secure_boot.h │ │ │ │ │ ├── sor.h │ │ │ │ │ ├── spi.h │ │ │ │ │ ├── sysctr.h │ │ │ │ │ ├── tegra_dsi.h │ │ │ │ │ └── verstage.h │ │ │ │ ├── jdi_25x18_display │ │ │ │ ├── panel-jdi-lpm102a188a.c │ │ │ │ └── panel-jdi-lpm102a188a.h │ │ │ │ ├── lp0 │ │ │ │ ├── Makefile │ │ │ │ ├── tegra_lp0_resume.c │ │ │ │ └── tegra_lp0_resume.ld │ │ │ │ ├── mipi-phy.c │ │ │ │ ├── mipi.c │ │ │ │ ├── mipi_dsi.c │ │ │ │ ├── mmu_operations.c │ │ │ │ ├── monotonic_timer.c │ │ │ │ ├── mtc.c │ │ │ │ ├── padconfig.c │ │ │ │ ├── power.c │ │ │ │ ├── ram_code.c │ │ │ │ ├── ramstage.c │ │ │ │ ├── romstage.c │ │ │ │ ├── romstage_asm.S │ │ │ │ ├── sdram.c │ │ │ │ ├── sdram_lp0.c │ │ │ │ ├── soc.c │ │ │ │ ├── sor.c │ │ │ │ ├── spi.c │ │ │ │ ├── stack.S │ │ │ │ ├── stage_entry.S │ │ │ │ └── uart.c │ │ ├── qualcomm │ │ │ ├── Kconfig │ │ │ ├── ipq40xx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── blobs_init.c │ │ │ │ ├── blsp.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clock.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── blsp.h │ │ │ │ │ │ ├── cdp.h │ │ │ │ │ │ ├── clock.h │ │ │ │ │ │ ├── ebi2.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── ipq_timer.h │ │ │ │ │ │ ├── ipq_uart.h │ │ │ │ │ │ ├── lcc-reg.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── qup.h │ │ │ │ │ │ ├── soc_services.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── usb.h │ │ │ │ │ │ ├── usbl_if.h │ │ │ │ │ │ └── verstage.h │ │ │ │ ├── lcc.c │ │ │ │ ├── mbn_header.h │ │ │ │ ├── qup.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── tz_wrapper.S │ │ │ │ ├── uart.c │ │ │ │ └── usb.c │ │ │ ├── ipq806x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── blobs_init.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clock.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gsbi.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── cdp.h │ │ │ │ │ │ ├── clock.h │ │ │ │ │ │ ├── ebi2.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── gsbi.h │ │ │ │ │ │ ├── iomap.h │ │ │ │ │ │ ├── ipq_timer.h │ │ │ │ │ │ ├── ipq_uart.h │ │ │ │ │ │ ├── lcc-reg.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── qup.h │ │ │ │ │ │ ├── soc_services.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── usb.h │ │ │ │ │ │ └── usbl_if.h │ │ │ │ ├── lcc.c │ │ │ │ ├── mbn_header.h │ │ │ │ ├── qup.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── tz_wrapper.S │ │ │ │ ├── uart.c │ │ │ │ └── usb.c │ │ │ └── sdm845 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clock.c │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── addressmap.h │ │ │ │ │ ├── clock.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── mmu.h │ │ │ │ │ ├── qspi.h │ │ │ │ │ └── symbols.h │ │ │ │ ├── mmu.c │ │ │ │ ├── qspi.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ └── uart_bitbang.c │ │ ├── rockchip │ │ │ ├── Kconfig │ │ │ ├── common │ │ │ │ ├── cbmem.c │ │ │ │ ├── edp.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── edp.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── i2c.h │ │ │ │ │ │ ├── pwm.h │ │ │ │ │ │ ├── rk808.h │ │ │ │ │ │ ├── soc.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ └── vop.h │ │ │ │ ├── pwm.c │ │ │ │ ├── rk808.c │ │ │ │ ├── spi.c │ │ │ │ ├── uart.c │ │ │ │ └── vop.c │ │ │ ├── rk3288 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── crypto.c │ │ │ │ ├── display.c │ │ │ │ ├── gpio.c │ │ │ │ ├── hdmi.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── addressmap.h │ │ │ │ │ │ ├── clock.h │ │ │ │ │ │ ├── display.h │ │ │ │ │ │ ├── grf.h │ │ │ │ │ │ ├── hdmi.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── pmu.h │ │ │ │ │ │ ├── sdram.h │ │ │ │ │ │ ├── timer.h │ │ │ │ │ │ └── tsadc.h │ │ │ │ ├── sdram.c │ │ │ │ ├── soc.c │ │ │ │ ├── software_i2c.c │ │ │ │ ├── timer.c │ │ │ │ └── tsadc.c │ │ │ └── rk3399 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bl31_plat_params.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── decompressor.c │ │ │ │ ├── display.c │ │ │ │ ├── gpio.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── addressmap.h │ │ │ │ │ ├── bl31_plat_params.h │ │ │ │ │ ├── clock.h │ │ │ │ │ ├── display.h │ │ │ │ │ ├── grf.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── mipi.h │ │ │ │ │ ├── mmu_operations.h │ │ │ │ │ ├── saradc.h │ │ │ │ │ ├── sdram.h │ │ │ │ │ ├── timer.h │ │ │ │ │ ├── tsadc.h │ │ │ │ │ └── usb.h │ │ │ │ ├── mipi.c │ │ │ │ ├── saradc.c │ │ │ │ ├── sdram.c │ │ │ │ ├── soc.c │ │ │ │ ├── spi_bitbang.c │ │ │ │ ├── timer.c │ │ │ │ ├── tsadc.c │ │ │ │ └── usb.c │ │ ├── samsung │ │ │ ├── Kconfig │ │ │ ├── exynos5250 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── alternate_cbfs.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── clock_init.c │ │ │ │ ├── cpu.c │ │ │ │ ├── dmc_common.c │ │ │ │ ├── dmc_init_ddr3.c │ │ │ │ ├── dp-reg.c │ │ │ │ ├── fb.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ │ └── soc │ │ │ │ │ │ ├── alternate_cbfs.h │ │ │ │ │ │ ├── clk.h │ │ │ │ │ │ ├── cpu.h │ │ │ │ │ │ ├── dmc.h │ │ │ │ │ │ ├── dp-core.h │ │ │ │ │ │ ├── dp.h │ │ │ │ │ │ ├── dsim.h │ │ │ │ │ │ ├── fimd.h │ │ │ │ │ │ ├── gpio.h │ │ │ │ │ │ ├── i2c.h │ │ │ │ │ │ ├── i2s-regs.h │ │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ │ ├── periph.h │ │ │ │ │ │ ├── pinmux.h │ │ │ │ │ │ ├── power.h │ │ │ │ │ │ ├── setup.h │ │ │ │ │ │ ├── spi.h │ │ │ │ │ │ ├── sysreg.h │ │ │ │ │ │ ├── tmu.h │ │ │ │ │ │ ├── trustzone.h │ │ │ │ │ │ ├── uart.h │ │ │ │ │ │ ├── usb.h │ │ │ │ │ │ └── wakeup.h │ │ │ │ ├── pinmux.c │ │ │ │ ├── power.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── tmu.c │ │ │ │ ├── trustzone.c │ │ │ │ ├── uart.c │ │ │ │ ├── usb.c │ │ │ │ └── wakeup.c │ │ │ └── exynos5420 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── alternate_cbfs.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── chip.h │ │ │ │ ├── clock.c │ │ │ │ ├── clock_init.c │ │ │ │ ├── cpu.c │ │ │ │ ├── dmc_common.c │ │ │ │ ├── dmc_init_ddr3.c │ │ │ │ ├── dp.c │ │ │ │ ├── dp_lowlevel.c │ │ │ │ ├── fimd.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── alternate_cbfs.h │ │ │ │ │ ├── clk.h │ │ │ │ │ ├── cpu.h │ │ │ │ │ ├── dmc.h │ │ │ │ │ ├── dp.h │ │ │ │ │ ├── dsim.h │ │ │ │ │ ├── fimd.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── i2c.h │ │ │ │ │ ├── i2s-regs.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── periph.h │ │ │ │ │ ├── pinmux.h │ │ │ │ │ ├── power.h │ │ │ │ │ ├── setup.h │ │ │ │ │ ├── spi.h │ │ │ │ │ ├── sysreg.h │ │ │ │ │ ├── tmu.h │ │ │ │ │ ├── trustzone.h │ │ │ │ │ ├── uart.h │ │ │ │ │ ├── usb.h │ │ │ │ │ └── wakeup.h │ │ │ │ ├── pinmux.c │ │ │ │ ├── power.c │ │ │ │ ├── smp.c │ │ │ │ ├── spi.c │ │ │ │ ├── timer.c │ │ │ │ ├── tmu.c │ │ │ │ ├── trustzone.c │ │ │ │ ├── uart.c │ │ │ │ ├── usb.c │ │ │ │ └── wakeup.c │ │ ├── sifive │ │ │ ├── Kconfig │ │ │ └── fu540 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── cbmem.c │ │ │ │ ├── clint.c │ │ │ │ ├── clock.c │ │ │ │ ├── ddrregs.h │ │ │ │ ├── include │ │ │ │ └── soc │ │ │ │ │ ├── addressmap.h │ │ │ │ │ ├── clock.h │ │ │ │ │ ├── memlayout.ld │ │ │ │ │ ├── otp.h │ │ │ │ │ └── sdram.h │ │ │ │ ├── media.c │ │ │ │ ├── otp.c │ │ │ │ ├── regconfig-ctl.h │ │ │ │ ├── regconfig-phy.h │ │ │ │ ├── sdram.c │ │ │ │ ├── uart.c │ │ │ │ └── ux00ddr.h │ │ └── ucb │ │ │ ├── Kconfig │ │ │ └── riscv │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── cbmem.c │ │ │ └── ipi.c │ ├── southbridge │ │ ├── amd │ │ │ ├── agesa │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── hudson │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ ├── AmdImc.asl │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── fch.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pci_int.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ │ ├── amd_pci_int_defs.h │ │ │ │ │ ├── amd_pci_int_types.h │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── early_setup.c │ │ │ │ │ ├── enable_usbdebug.c │ │ │ │ │ ├── fadt.c │ │ │ │ │ ├── hda.c │ │ │ │ │ ├── hudson.c │ │ │ │ │ ├── hudson.h │ │ │ │ │ ├── ide.c │ │ │ │ │ ├── imc.c │ │ │ │ │ ├── imc.h │ │ │ │ │ ├── lpc.c │ │ │ │ │ ├── pci.c │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ ├── pcie.c │ │ │ │ │ ├── ramtop.c │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── resume.c │ │ │ │ │ ├── sata.c │ │ │ │ │ ├── sd.c │ │ │ │ │ ├── sm.c │ │ │ │ │ ├── smbus.c │ │ │ │ │ ├── smbus.h │ │ │ │ │ ├── smbus_spd.c │ │ │ │ │ ├── smi.c │ │ │ │ │ ├── smi.h │ │ │ │ │ ├── smi_util.c │ │ │ │ │ ├── smihandler.c │ │ │ │ │ ├── spi.c │ │ │ │ │ └── usb.c │ │ │ ├── amd8111 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ac97.c │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ └── sleepstates.asl │ │ │ │ ├── amd8111.c │ │ │ │ ├── amd8111.h │ │ │ │ ├── amd8111_smbus.h │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_ctrl.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── nic.c │ │ │ │ ├── pci.c │ │ │ │ ├── reset.c │ │ │ │ ├── smbus.c │ │ │ │ ├── usb.c │ │ │ │ └── usb2.c │ │ │ ├── amd8132 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── bridge.c │ │ │ ├── cimx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cimx_util.c │ │ │ │ ├── cimx_util.h │ │ │ │ ├── sb800 │ │ │ │ │ ├── Amd.h │ │ │ │ │ ├── AmdSbLib.h │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── SBPLATFORM.h │ │ │ │ │ ├── acpi │ │ │ │ │ │ ├── audio.asl │ │ │ │ │ │ ├── fch.asl │ │ │ │ │ │ ├── lpc.asl │ │ │ │ │ │ ├── pcie.asl │ │ │ │ │ │ ├── smbus.asl │ │ │ │ │ │ └── usb.asl │ │ │ │ │ ├── amd_pci_int_defs.h │ │ │ │ │ ├── amd_pci_int_types.h │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── cfg.c │ │ │ │ │ ├── cfg.h │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── early.c │ │ │ │ │ ├── fadt.c │ │ │ │ │ ├── fan.c │ │ │ │ │ ├── fan.h │ │ │ │ │ ├── gpio_oem.h │ │ │ │ │ ├── late.c │ │ │ │ │ ├── lpc.c │ │ │ │ │ ├── lpc.h │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ ├── ramtop.c │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── sb_cimx.h │ │ │ │ │ ├── smbus.c │ │ │ │ │ ├── smbus.h │ │ │ │ │ ├── smbus_spd.c │ │ │ │ │ ├── smbus_spd.h │ │ │ │ │ └── spi.c │ │ │ │ └── sb900 │ │ │ │ │ ├── Amd.h │ │ │ │ │ ├── AmdSbLib.h │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── SbPlatform.h │ │ │ │ │ ├── amd_pci_int_defs.h │ │ │ │ │ ├── amd_pci_int_types.h │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── cfg.c │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── early.c │ │ │ │ │ ├── gpio_oem.h │ │ │ │ │ ├── late.c │ │ │ │ │ ├── lpc.c │ │ │ │ │ ├── lpc.h │ │ │ │ │ ├── ramtop.c │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── sb_cimx.h │ │ │ │ │ ├── smbus.c │ │ │ │ │ ├── smbus.h │ │ │ │ │ └── smbus_spd.c │ │ │ ├── common │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── sleepstates.asl │ │ │ │ ├── amd_defs.h │ │ │ │ ├── amd_pci_util.c │ │ │ │ ├── amd_pci_util.h │ │ │ │ └── reset.h │ │ │ ├── pi │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── hudson │ │ │ │ │ ├── Kconfig │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── acpi │ │ │ │ │ ├── AmdImc.asl │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── fch.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pci_int.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ │ ├── amd_pci_int_defs.h │ │ │ │ │ ├── amd_pci_int_types.h │ │ │ │ │ ├── bootblock.c │ │ │ │ │ ├── chip.h │ │ │ │ │ ├── early_setup.c │ │ │ │ │ ├── enable_usbdebug.c │ │ │ │ │ ├── fadt.c │ │ │ │ │ ├── fchec.h │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── hda.c │ │ │ │ │ ├── hudson.c │ │ │ │ │ ├── hudson.h │ │ │ │ │ ├── ide.c │ │ │ │ │ ├── imc.c │ │ │ │ │ ├── imc.h │ │ │ │ │ ├── lpc.c │ │ │ │ │ ├── pci.c │ │ │ │ │ ├── pci_devs.h │ │ │ │ │ ├── pcie.c │ │ │ │ │ ├── reset.c │ │ │ │ │ ├── sata.c │ │ │ │ │ ├── sd.c │ │ │ │ │ ├── sm.c │ │ │ │ │ ├── smbus.c │ │ │ │ │ ├── smbus.h │ │ │ │ │ ├── smbus_spd.c │ │ │ │ │ ├── smi.c │ │ │ │ │ ├── smi.h │ │ │ │ │ ├── smi_util.c │ │ │ │ │ ├── smihandler.c │ │ │ │ │ ├── uart.c │ │ │ │ │ └── usb.c │ │ │ ├── rs780 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── cmn.c │ │ │ │ ├── early_setup.c │ │ │ │ ├── gfx.c │ │ │ │ ├── ht.c │ │ │ │ ├── pcie.c │ │ │ │ ├── rev.h │ │ │ │ ├── rs780.c │ │ │ │ └── rs780.h │ │ │ ├── sb700 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── ide.asl │ │ │ │ │ └── sata.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_setup.c │ │ │ │ ├── enable_usbdebug.c │ │ │ │ ├── fadt.c │ │ │ │ ├── hda.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── pci.c │ │ │ │ ├── pmio.c │ │ │ │ ├── pmio.h │ │ │ │ ├── ramtop.c │ │ │ │ ├── reset.c │ │ │ │ ├── sata.c │ │ │ │ ├── sb700.c │ │ │ │ ├── sb700.h │ │ │ │ ├── sm.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus.h │ │ │ │ ├── spi.c │ │ │ │ ├── spi.h │ │ │ │ └── usb.c │ │ │ ├── sb800 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_setup.c │ │ │ │ ├── enable_usbdebug.c │ │ │ │ ├── fadt.c │ │ │ │ ├── hda.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── ramtop.c │ │ │ │ ├── reset.c │ │ │ │ ├── sata.c │ │ │ │ ├── sb800.c │ │ │ │ ├── sb800.h │ │ │ │ ├── sm.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus.h │ │ │ │ └── usb.c │ │ │ └── sr5650 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ └── sr5650.asl │ │ │ │ ├── chip.h │ │ │ │ ├── cmn.h │ │ │ │ ├── early_setup.c │ │ │ │ ├── ht.c │ │ │ │ ├── pcie.c │ │ │ │ ├── rev.h │ │ │ │ ├── sr5650.c │ │ │ │ └── sr5650.h │ │ ├── broadcom │ │ │ ├── bcm21000 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── pcie.c │ │ │ └── bcm5785 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bcm5785.c │ │ │ │ ├── bcm5785.h │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_setup.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── reset.c │ │ │ │ ├── sata.c │ │ │ │ ├── sb_pci_main.c │ │ │ │ ├── smbus.h │ │ │ │ └── usb.c │ │ ├── intel │ │ │ ├── bd82x6x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pch.asl │ │ │ │ │ ├── platform.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── azalia.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_me.c │ │ │ │ ├── early_me_mrc.c │ │ │ │ ├── early_pch.c │ │ │ │ ├── early_pch_common.c │ │ │ │ ├── early_rcba.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── early_spi.c │ │ │ │ ├── early_thermal.c │ │ │ │ ├── early_usb.c │ │ │ │ ├── early_usb_mrc.c │ │ │ │ ├── elog.c │ │ │ │ ├── lpc.c │ │ │ │ ├── me.c │ │ │ │ ├── me.h │ │ │ │ ├── me_8.x.c │ │ │ │ ├── me_status.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pch.c │ │ │ │ ├── pch.h │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── usb_ehci.c │ │ │ │ ├── usb_xhci.c │ │ │ │ └── watchdog.c │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── pcie_port.asl │ │ │ │ │ └── platform.asl │ │ │ │ ├── acpi_pirq_gen.c │ │ │ │ ├── acpi_pirq_gen.h │ │ │ │ ├── finalize.c │ │ │ │ ├── finalize.h │ │ │ │ ├── firmware │ │ │ │ │ ├── Kconfig │ │ │ │ │ └── Makefile.inc │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── madt.c │ │ │ │ ├── pciehp.c │ │ │ │ ├── pciehp.h │ │ │ │ ├── pmbase.c │ │ │ │ ├── pmbase.h │ │ │ │ ├── pmutil.c │ │ │ │ ├── pmutil.h │ │ │ │ ├── rcba.h │ │ │ │ ├── rcba_pirq.c │ │ │ │ ├── rcba_pirq.h │ │ │ │ ├── reset.c │ │ │ │ ├── rtc.c │ │ │ │ ├── rtc.h │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus.h │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── spi.c │ │ │ │ └── usb_debug.c │ │ │ ├── fsp_rangeley │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── irq_helper.h │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── irqroute.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pcie.asl │ │ │ │ │ ├── pcie_port.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ ├── soc.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── early_spi.c │ │ │ │ ├── early_usb.c │ │ │ │ ├── gpio.c │ │ │ │ ├── gpio.h │ │ │ │ ├── irq.h │ │ │ │ ├── lpc.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pci_devs.h │ │ │ │ ├── romstage.c │ │ │ │ ├── romstage.h │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── soc.c │ │ │ │ ├── soc.h │ │ │ │ ├── spi.c │ │ │ │ └── watchdog.c │ │ │ ├── i82371eb │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── i82371eb.asl │ │ │ │ │ ├── intx.asl │ │ │ │ │ ├── isabridge.asl │ │ │ │ │ └── pirq.asl │ │ │ │ ├── acpi_tables.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_pm.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── fadt.c │ │ │ │ ├── i82371eb.c │ │ │ │ ├── i82371eb.h │ │ │ │ ├── ide.c │ │ │ │ ├── isa.c │ │ │ │ ├── reset.c │ │ │ │ ├── smbus.c │ │ │ │ ├── usb.c │ │ │ │ └── wakeup.c │ │ │ ├── i82801dx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ac97.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_smbus.c │ │ │ │ ├── i82801dx.c │ │ │ │ ├── i82801dx.h │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pci.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── tco_timer.c │ │ │ │ ├── usb.c │ │ │ │ └── usb2.c │ │ │ ├── i82801gx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ac97.c │ │ │ │ ├── acpi │ │ │ │ │ ├── ac97.asl │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── ich7.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pata.asl │ │ │ │ │ ├── pci.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── azalia.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_lpc.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── i82801gx.c │ │ │ │ ├── i82801gx.h │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── nic.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── sata.c │ │ │ │ ├── sata.h │ │ │ │ ├── smbus.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── usb.c │ │ │ │ ├── usb_ehci.c │ │ │ │ └── watchdog.c │ │ │ ├── i82801ix │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── ich9.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pci.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── dmi_setup.c │ │ │ │ ├── early_init.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── hdaudio.c │ │ │ │ ├── i82801ix.c │ │ │ │ ├── i82801ix.h │ │ │ │ ├── lpc.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.c │ │ │ │ └── usb_ehci.c │ │ │ ├── i82801jx │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ ├── audio.asl │ │ │ │ │ ├── globalnvs.asl │ │ │ │ │ ├── ich10.asl │ │ │ │ │ ├── irqlinks.asl │ │ │ │ │ ├── lpc.asl │ │ │ │ │ ├── pci.asl │ │ │ │ │ ├── sata.asl │ │ │ │ │ ├── sleepstates.asl │ │ │ │ │ ├── smbus.asl │ │ │ │ │ └── usb.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_lpc.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── hdaudio.c │ │ │ │ ├── i82801jx.c │ │ │ │ ├── i82801jx.h │ │ │ │ ├── lpc.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.c │ │ │ │ └── usb_ehci.c │ │ │ ├── i82870 │ │ │ │ ├── 82870.h │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ioapic.c │ │ │ │ ├── pci_parity.c │ │ │ │ └── pcibridge.c │ │ │ ├── ibexpeak │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── azalia.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_smbus.c │ │ │ │ ├── early_thermal.c │ │ │ │ ├── lpc.c │ │ │ │ ├── madt.c │ │ │ │ ├── me.c │ │ │ │ ├── me.h │ │ │ │ ├── nvs.h │ │ │ │ ├── pch.h │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── thermal.c │ │ │ │ └── usb_ehci.c │ │ │ └── lynxpoint │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi.c │ │ │ │ ├── acpi │ │ │ │ ├── audio.asl │ │ │ │ ├── globalnvs.asl │ │ │ │ ├── irqlinks.asl │ │ │ │ ├── lpc.asl │ │ │ │ ├── lpt_lp.asl │ │ │ │ ├── pch.asl │ │ │ │ ├── platform.asl │ │ │ │ ├── sata.asl │ │ │ │ ├── serialio.asl │ │ │ │ ├── sleepstates.asl │ │ │ │ ├── smbus.asl │ │ │ │ └── usb.asl │ │ │ │ ├── azalia.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_me.c │ │ │ │ ├── early_pch.c │ │ │ │ ├── early_smbus.c │ │ │ │ ├── early_spi.c │ │ │ │ ├── early_usb.c │ │ │ │ ├── elog.c │ │ │ │ ├── hda_verb.c │ │ │ │ ├── hda_verb.h │ │ │ │ ├── lp_gpio.c │ │ │ │ ├── lp_gpio.h │ │ │ │ ├── lpc.c │ │ │ │ ├── me.h │ │ │ │ ├── me_9.x.c │ │ │ │ ├── me_status.c │ │ │ │ ├── nvs.h │ │ │ │ ├── pch.c │ │ │ │ ├── pch.h │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── pmutil.c │ │ │ │ ├── rcba.c │ │ │ │ ├── sata.c │ │ │ │ ├── serialio.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smi.c │ │ │ │ ├── smihandler.c │ │ │ │ ├── usb_ehci.c │ │ │ │ ├── usb_xhci.c │ │ │ │ └── watchdog.c │ │ ├── nvidia │ │ │ ├── ck804 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ac97.c │ │ │ │ ├── acpi │ │ │ │ │ └── ck804.asl │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── ck804.c │ │ │ │ ├── ck804.h │ │ │ │ ├── early_setup_car.c │ │ │ │ ├── early_setup_ss.h │ │ │ │ ├── early_smbus.c │ │ │ │ ├── early_smbus.h │ │ │ │ ├── enable_usbdebug.c │ │ │ │ ├── fadt.c │ │ │ │ ├── ht.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── nic.c │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstrap.S │ │ │ │ ├── romstrap.ld │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus.h │ │ │ │ ├── usb.c │ │ │ │ └── usb2.c │ │ │ └── mcp55 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── azalia.c │ │ │ │ ├── bootblock.c │ │ │ │ ├── chip.h │ │ │ │ ├── early_ctrl.c │ │ │ │ ├── early_setup_car.c │ │ │ │ ├── early_setup_ss.h │ │ │ │ ├── early_smbus.c │ │ │ │ ├── enable_usbdebug.c │ │ │ │ ├── fadt.c │ │ │ │ ├── ht.c │ │ │ │ ├── ide.c │ │ │ │ ├── lpc.c │ │ │ │ ├── mcp55.c │ │ │ │ ├── mcp55.h │ │ │ │ ├── nic.c │ │ │ │ ├── pci.c │ │ │ │ ├── pcie.c │ │ │ │ ├── reset.c │ │ │ │ ├── romstrap.S │ │ │ │ ├── romstrap.ld │ │ │ │ ├── sata.c │ │ │ │ ├── smbus.c │ │ │ │ ├── smbus.h │ │ │ │ ├── usb.c │ │ │ │ └── usb2.c │ │ ├── ricoh │ │ │ └── rl5c476 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── rl5c476.c │ │ │ │ └── rl5c476.h │ │ ├── ti │ │ │ ├── pci1x2x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ └── pci1x2x.c │ │ │ ├── pci7420 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cardbus.c │ │ │ │ ├── chip.h │ │ │ │ ├── firewire.c │ │ │ │ └── pci7420.h │ │ │ └── pcixx12 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── pcixx12.c │ │ └── via │ │ │ └── common │ │ │ ├── early_smbus_delay.c │ │ │ ├── early_smbus_is_busy.c │ │ │ ├── early_smbus_print_error.c │ │ │ ├── early_smbus_read_byte.c │ │ │ ├── early_smbus_reset.c │ │ │ ├── early_smbus_wait_until_ready.c │ │ │ └── via_early_smbus.h │ ├── superio │ │ ├── Makefile.inc │ │ ├── acpi │ │ │ ├── pnp.asl │ │ │ ├── pnp_config.asl │ │ │ ├── pnp_generic.asl │ │ │ ├── pnp_kbc.asl │ │ │ └── pnp_uart.asl │ │ ├── common │ │ │ └── conf_mode.c │ │ ├── fintek │ │ │ ├── Makefile.inc │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── early_serial.c │ │ │ │ └── fintek.h │ │ │ ├── f71805f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── f71805f.h │ │ │ │ └── superio.c │ │ │ ├── f71808a │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── f71808a.h │ │ │ │ ├── f71808a_hwm.c │ │ │ │ ├── f71808a_multifunc.c │ │ │ │ ├── fintek_internal.h │ │ │ │ └── superio.c │ │ │ ├── f71859 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── f71859.h │ │ │ │ └── superio.c │ │ │ ├── f71863fg │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── f71863fg.h │ │ │ │ └── superio.c │ │ │ ├── f71869ad │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── f71869ad.h │ │ │ │ ├── f71869ad_hwm.c │ │ │ │ ├── f71869ad_multifunc.c │ │ │ │ ├── fintek_internal.h │ │ │ │ └── superio.c │ │ │ ├── f71872 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── f71872.h │ │ │ │ └── superio.c │ │ │ ├── f81216h │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── early_serial.c │ │ │ │ ├── f81216h.h │ │ │ │ └── superio.c │ │ │ ├── f81865f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── f81865f.h │ │ │ │ └── superio.c │ │ │ └── f81866d │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── f81866d.h │ │ │ │ ├── f81866d_hwm.c │ │ │ │ ├── f81866d_uart.c │ │ │ │ ├── fintek_internal.h │ │ │ │ └── superio.c │ │ ├── intel │ │ │ ├── Makefile.inc │ │ │ └── i8900 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── i8900.h │ │ │ │ └── superio.c │ │ ├── ite │ │ │ ├── Makefile.inc │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── early_serial.c │ │ │ │ ├── env_ctrl.c │ │ │ │ ├── env_ctrl.h │ │ │ │ ├── env_ctrl_chip.h │ │ │ │ └── ite.h │ │ │ ├── it8528e │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── it8528e.h │ │ │ │ └── superio.c │ │ │ ├── it8623e │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── it8623e.h │ │ │ │ └── superio.c │ │ │ ├── it8671f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── it8671f.h │ │ │ │ └── superio.c │ │ │ ├── it8712f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── it8712f.h │ │ │ │ └── superio.c │ │ │ ├── it8716f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── it8716f.h │ │ │ │ └── superio.c │ │ │ ├── it8718f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── early_serial.c │ │ │ │ ├── it8718f.h │ │ │ │ └── superio.c │ │ │ ├── it8720f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── it8720f.h │ │ │ │ └── superio.c │ │ │ ├── it8721f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── it8721f.h │ │ │ │ └── superio.c │ │ │ ├── it8728f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── it8728f.h │ │ │ │ └── superio.c │ │ │ ├── it8772f │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── it8772f.h │ │ │ │ └── superio.c │ │ │ └── it8783ef │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ ├── it8783ef.h │ │ │ │ └── superio.c │ │ ├── nsc │ │ │ ├── Makefile.inc │ │ │ ├── pc87309 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc87309.h │ │ │ │ └── superio.c │ │ │ ├── pc87360 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc87360.h │ │ │ │ └── superio.c │ │ │ ├── pc87366 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc87366.h │ │ │ │ └── superio.c │ │ │ ├── pc87382 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── pc87382.h │ │ │ │ └── superio.c │ │ │ ├── pc87384 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── pc87384.h │ │ │ │ └── superio.c │ │ │ ├── pc87392 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc87392.h │ │ │ │ └── superio.c │ │ │ ├── pc87417 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_init.c │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc87417.h │ │ │ │ └── superio.c │ │ │ └── pc97317 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── pc97317.h │ │ │ │ └── superio.c │ │ ├── nuvoton │ │ │ ├── Makefile.inc │ │ │ ├── common │ │ │ │ ├── Kconfig │ │ │ │ ├── early_serial.c │ │ │ │ └── nuvoton.h │ │ │ ├── nct5104d │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── chip.h │ │ │ │ ├── early_init.c │ │ │ │ ├── nct5104d.h │ │ │ │ └── superio.c │ │ │ ├── nct5572d │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── nct5572d.h │ │ │ │ └── superio.c │ │ │ ├── nct6776 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── nct6776.h │ │ │ │ └── superio.c │ │ │ ├── nct6779d │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── nct6779d.h │ │ │ │ └── superio.c │ │ │ ├── nct6791d │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── nct6791d.h │ │ │ │ └── superio.c │ │ │ ├── npcd378 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── npcd378.h │ │ │ │ └── superio.c │ │ │ └── wpcm450 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_init.c │ │ │ │ ├── superio.c │ │ │ │ └── wpcm450.h │ │ ├── renesas │ │ │ ├── Makefile.inc │ │ │ └── m3885x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ └── superio.c │ │ ├── serverengines │ │ │ ├── Makefile.inc │ │ │ └── pilot │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_init.c │ │ │ │ ├── early_serial.c │ │ │ │ └── pilot.h │ │ ├── smsc │ │ │ ├── Makefile.inc │ │ │ ├── dme1737 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── dme1737.h │ │ │ │ ├── early_serial.c │ │ │ │ └── superio.c │ │ │ ├── fdc37n972 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── fdc37n972.h │ │ │ │ └── superio.c │ │ │ ├── kbc1100 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_init.c │ │ │ │ ├── kbc1100.h │ │ │ │ └── superio.c │ │ │ ├── lpc47b272 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47b272.h │ │ │ │ └── superio.c │ │ │ ├── lpc47b397 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_gpio.c │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47b397.h │ │ │ │ └── superio.c │ │ │ ├── lpc47m10x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47m10x.h │ │ │ │ └── superio.c │ │ │ ├── lpc47m15x │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47m15x.h │ │ │ │ └── superio.c │ │ │ ├── lpc47n207 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ └── lpc47n207.h │ │ │ ├── lpc47n217 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47n217.h │ │ │ │ └── superio.c │ │ │ ├── lpc47n227 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── lpc47n227.h │ │ │ │ └── superio.c │ │ │ ├── mec1308 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── mec1308.h │ │ │ │ └── superio.c │ │ │ ├── sch4037 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── sch4037.h │ │ │ │ ├── sch4037_early_init.c │ │ │ │ └── superio.c │ │ │ ├── sch5147 │ │ │ │ └── acpi │ │ │ │ │ └── superio.asl │ │ │ ├── sio1007 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── acpi │ │ │ │ │ └── superio.asl │ │ │ │ ├── chip.h │ │ │ │ └── early_serial.c │ │ │ ├── sio1036 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── sio1036.h │ │ │ │ ├── sio1036_early_init.c │ │ │ │ └── superio.c │ │ │ ├── sio10n268 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── sio10n268.h │ │ │ │ └── superio.c │ │ │ └── smscsuperio │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── early_serial.c │ │ │ │ ├── smscsuperio.h │ │ │ │ └── superio.c │ │ ├── via │ │ │ ├── Makefile.inc │ │ │ └── vt1211 │ │ │ │ ├── Kconfig │ │ │ │ ├── Makefile.inc │ │ │ │ ├── superio.c │ │ │ │ └── vt1211.h │ │ └── winbond │ │ │ ├── Makefile.inc │ │ │ ├── common │ │ │ ├── Kconfig │ │ │ ├── early_init.c │ │ │ └── winbond.h │ │ │ ├── w83627dhg │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ │ └── superio.asl │ │ │ ├── early_serial.c │ │ │ ├── superio.c │ │ │ └── w83627dhg.h │ │ │ ├── w83627ehg │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── superio.c │ │ │ └── w83627ehg.h │ │ │ ├── w83627hf │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ │ └── superio.asl │ │ │ ├── superio.c │ │ │ └── w83627hf.h │ │ │ ├── w83627thg │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── superio.c │ │ │ └── w83627thg.h │ │ │ ├── w83627uhg │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── superio.c │ │ │ └── w83627uhg.h │ │ │ ├── w83667hg-a │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── ps2_controller.asl │ │ │ ├── superio.c │ │ │ └── w83667hg-a.h │ │ │ ├── w83697hf │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── chip.h │ │ │ ├── superio.c │ │ │ └── w83697hf.h │ │ │ ├── w83977tf │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi │ │ │ │ └── superio.asl │ │ │ ├── superio.c │ │ │ └── w83977tf.h │ │ │ └── wpcd376i │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── chip.h │ │ │ ├── early_serial.c │ │ │ ├── superio.c │ │ │ └── wpcd376i.h │ └── vendorcode │ │ ├── Makefile.inc │ │ ├── amd │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── agesa │ │ │ ├── Makefile.inc │ │ │ ├── common │ │ │ │ ├── Makefile.inc │ │ │ │ ├── agesa-entry-cfg.h │ │ │ │ ├── agesa-entry.c │ │ │ │ ├── amdlib.c │ │ │ │ └── amdlib.h │ │ │ ├── f12 │ │ │ │ ├── AGESA.h │ │ │ │ ├── AMD.h │ │ │ │ ├── Config │ │ │ │ │ ├── OptionC6Install.h │ │ │ │ │ ├── OptionCpbInstall.h │ │ │ │ │ ├── OptionCpuCacheFlushOnHaltInstall.h │ │ │ │ │ ├── OptionCpuCoreLevelingInstall.h │ │ │ │ │ ├── OptionCpuFamiliesInstall.h │ │ │ │ │ ├── OptionCpuFeaturesInstall.h │ │ │ │ │ ├── OptionDmiInstall.h │ │ │ │ │ ├── OptionFamily12hInstall.h │ │ │ │ │ ├── OptionFchInstall.h │ │ │ │ │ ├── OptionGfxRecoveryInstall.h │ │ │ │ │ ├── OptionGnbInstall.h │ │ │ │ │ ├── OptionHtInstall.h │ │ │ │ │ ├── OptionHwC1eInstall.h │ │ │ │ │ ├── OptionIdsInstall.h │ │ │ │ │ ├── OptionIoCstateInstall.h │ │ │ │ │ ├── OptionL3FeaturesInstall.h │ │ │ │ │ ├── OptionLowPwrPstateInstall.h │ │ │ │ │ ├── OptionMemoryInstall.h │ │ │ │ │ ├── OptionMsgBasedC1eInstall.h │ │ │ │ │ ├── OptionMultiSocketInstall.h │ │ │ │ │ ├── OptionPreserveMailboxInstall.h │ │ │ │ │ ├── OptionPstateInstall.h │ │ │ │ │ ├── OptionS3ScriptInstall.h │ │ │ │ │ ├── OptionSlitInstall.h │ │ │ │ │ ├── OptionSratInstall.h │ │ │ │ │ ├── OptionSwC1eInstall.h │ │ │ │ │ ├── OptionWheaInstall.h │ │ │ │ │ └── PlatformInstall.h │ │ │ │ ├── Dispatcher.h │ │ │ │ ├── Include │ │ │ │ │ ├── AdvancedApi.h │ │ │ │ │ ├── CommonReturns.h │ │ │ │ │ ├── Filecode.h │ │ │ │ │ ├── GeneralServices.h │ │ │ │ │ ├── GnbInterface.h │ │ │ │ │ ├── GnbInterfaceStub.h │ │ │ │ │ ├── Ids.h │ │ │ │ │ ├── IdsHt.h │ │ │ │ │ ├── OptionDmi.h │ │ │ │ │ ├── OptionFamily12hEarlySample.h │ │ │ │ │ ├── OptionGfxRecovery.h │ │ │ │ │ ├── OptionGnb.h │ │ │ │ │ ├── OptionMemory.h │ │ │ │ │ ├── OptionMultiSocket.h │ │ │ │ │ ├── OptionPstate.h │ │ │ │ │ ├── OptionSlit.h │ │ │ │ │ ├── OptionSrat.h │ │ │ │ │ ├── OptionWhea.h │ │ │ │ │ ├── Options.h │ │ │ │ │ ├── OptionsHt.h │ │ │ │ │ ├── OptionsPage.h │ │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ │ └── Topology.h │ │ │ │ ├── Legacy │ │ │ │ │ └── Proc │ │ │ │ │ │ ├── Dispatcher.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── agesaCallouts.c │ │ │ │ │ │ └── hobTransfer.c │ │ │ │ ├── MainPage.h │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Proc │ │ │ │ │ ├── CPU │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ ├── 0x12 │ │ │ │ │ │ │ │ ├── F12C6State.c │ │ │ │ │ │ │ │ ├── F12Cpb.c │ │ │ │ │ │ │ │ ├── F12IoCstate.c │ │ │ │ │ │ │ │ ├── F12MicrocodePatch03000002.c │ │ │ │ │ │ │ │ ├── F12MicrocodePatch0300000e.c │ │ │ │ │ │ │ │ ├── F12MicrocodePatch03000027.c │ │ │ │ │ │ │ │ ├── F12PackageType.h │ │ │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ │ │ ├── F12LnEquivalenceTable.c │ │ │ │ │ │ │ │ │ ├── F12LnLogicalIdTables.c │ │ │ │ │ │ │ │ │ ├── F12LnMicrocodePatchTables.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── cpuCommonF12Utilities.c │ │ │ │ │ │ │ │ ├── cpuCommonF12Utilities.h │ │ │ │ │ │ │ │ ├── cpuF12BrandId.c │ │ │ │ │ │ │ │ ├── cpuF12BrandIdFm1.c │ │ │ │ │ │ │ │ ├── cpuF12BrandIdFs1.c │ │ │ │ │ │ │ │ ├── cpuF12CacheDefaults.c │ │ │ │ │ │ │ │ ├── cpuF12Dmi.c │ │ │ │ │ │ │ │ ├── cpuF12EarlyNbPstateInit.c │ │ │ │ │ │ │ │ ├── cpuF12EarlyNbPstateInit.h │ │ │ │ │ │ │ │ ├── cpuF12MsrTables.c │ │ │ │ │ │ │ │ ├── cpuF12PciTables.c │ │ │ │ │ │ │ │ ├── cpuF12PerCorePciTables.c │ │ │ │ │ │ │ │ ├── cpuF12PowerCheck.c │ │ │ │ │ │ │ │ ├── cpuF12PowerCheck.h │ │ │ │ │ │ │ │ ├── cpuF12PowerMgmt.h │ │ │ │ │ │ │ │ ├── cpuF12PowerMgmtSystemTables.c │ │ │ │ │ │ │ │ ├── cpuF12PowerPlane.c │ │ │ │ │ │ │ │ ├── cpuF12PowerPlane.h │ │ │ │ │ │ │ │ ├── cpuF12Pstate.c │ │ │ │ │ │ │ │ ├── cpuF12SoftwareThermal.c │ │ │ │ │ │ │ │ ├── cpuF12SoftwareThermal.h │ │ │ │ │ │ │ │ ├── cpuF12Utilities.c │ │ │ │ │ │ │ │ ├── cpuF12Utilities.h │ │ │ │ │ │ │ │ └── cpuF12WheaInitDataTables.c │ │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PreserveMailbox.c │ │ │ │ │ │ │ ├── PreserveMailbox.h │ │ │ │ │ │ │ ├── cpuC6State.c │ │ │ │ │ │ │ ├── cpuC6State.h │ │ │ │ │ │ │ ├── cpuCacheFlushOnHalt.c │ │ │ │ │ │ │ ├── cpuCacheInit.c │ │ │ │ │ │ │ ├── cpuCacheInit.h │ │ │ │ │ │ │ ├── cpuCoreLeveling.c │ │ │ │ │ │ │ ├── cpuCpb.c │ │ │ │ │ │ │ ├── cpuCpb.h │ │ │ │ │ │ │ ├── cpuDmi.c │ │ │ │ │ │ │ ├── cpuFeatureLeveling.c │ │ │ │ │ │ │ ├── cpuFeatures.c │ │ │ │ │ │ │ ├── cpuFeatures.h │ │ │ │ │ │ │ ├── cpuHwC1e.c │ │ │ │ │ │ │ ├── cpuHwC1e.h │ │ │ │ │ │ │ ├── cpuIoCstate.c │ │ │ │ │ │ │ ├── cpuIoCstate.h │ │ │ │ │ │ │ ├── cpuL3Features.c │ │ │ │ │ │ │ ├── cpuL3Features.h │ │ │ │ │ │ │ ├── cpuLowPwrPstate.c │ │ │ │ │ │ │ ├── cpuLowPwrPstate.h │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.c │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.h │ │ │ │ │ │ │ ├── cpuPstateGather.c │ │ │ │ │ │ │ ├── cpuPstateLeveling.c │ │ │ │ │ │ │ ├── cpuPstateTables.c │ │ │ │ │ │ │ ├── cpuPstateTables.h │ │ │ │ │ │ │ ├── cpuSlit.c │ │ │ │ │ │ │ ├── cpuSrat.c │ │ │ │ │ │ │ ├── cpuSwC1e.c │ │ │ │ │ │ │ ├── cpuSwC1e.h │ │ │ │ │ │ │ └── cpuWhea.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3.c │ │ │ │ │ │ ├── S3.h │ │ │ │ │ │ ├── Table.c │ │ │ │ │ │ ├── Table.h │ │ │ │ │ │ ├── cahalt.c │ │ │ │ │ │ ├── cpuApicUtilities.c │ │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ │ ├── cpuBist.c │ │ │ │ │ │ ├── cpuBrandId.c │ │ │ │ │ │ ├── cpuEarlyInit.c │ │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ │ ├── cpuEnvInit.h │ │ │ │ │ │ ├── cpuEventLog.c │ │ │ │ │ │ ├── cpuFamilyTranslation.c │ │ │ │ │ │ ├── cpuFamilyTranslation.h │ │ │ │ │ │ ├── cpuGeneralServices.c │ │ │ │ │ │ ├── cpuInitEarlyTable.c │ │ │ │ │ │ ├── cpuLateInit.c │ │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ │ ├── cpuMicrocodePatch.c │ │ │ │ │ │ ├── cpuPage.h │ │ │ │ │ │ ├── cpuPostInit.c │ │ │ │ │ │ ├── cpuPostInit.h │ │ │ │ │ │ ├── cpuPowerMgmt.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSystemTables.h │ │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ │ ├── cpuServices.h │ │ │ │ │ │ ├── cpuWarmReset.c │ │ │ │ │ │ ├── heapManager.c │ │ │ │ │ │ └── heapManager.h │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AmdFch.h │ │ │ │ │ │ ├── AmdInitEarly.c │ │ │ │ │ │ ├── AmdInitEnv.c │ │ │ │ │ │ ├── AmdInitLate.c │ │ │ │ │ │ ├── AmdInitMid.c │ │ │ │ │ │ ├── AmdInitPost.c │ │ │ │ │ │ ├── AmdInitReset.c │ │ │ │ │ │ ├── AmdInitResume.c │ │ │ │ │ │ ├── AmdLateRunApTask.c │ │ │ │ │ │ ├── AmdS3LateRestore.c │ │ │ │ │ │ ├── AmdS3Save.c │ │ │ │ │ │ ├── CommonInits.c │ │ │ │ │ │ ├── CommonInits.h │ │ │ │ │ │ ├── CommonPage.h │ │ │ │ │ │ ├── CommonReturns.c │ │ │ │ │ │ ├── CreateStruct.c │ │ │ │ │ │ ├── CreateStruct.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3RestoreState.c │ │ │ │ │ │ ├── S3SaveState.c │ │ │ │ │ │ └── S3SaveState.h │ │ │ │ │ ├── GNB │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── Gnb.h │ │ │ │ │ │ │ ├── GnbFamServices.h │ │ │ │ │ │ │ ├── GnbFuseTable.h │ │ │ │ │ │ │ ├── GnbGfx.h │ │ │ │ │ │ │ ├── GnbGfxFamServices.h │ │ │ │ │ │ │ ├── GnbLibFeatures.c │ │ │ │ │ │ │ ├── GnbLibFeatures.h │ │ │ │ │ │ │ ├── GnbPcie.h │ │ │ │ │ │ │ ├── GnbPcieFamServices.h │ │ │ │ │ │ │ ├── GnbRegistersLN.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Gfx │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ ├── GfxFamilyServices.h │ │ │ │ │ │ │ │ └── LN │ │ │ │ │ │ │ │ │ ├── F12GfxServices.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GfxConfigData.c │ │ │ │ │ │ │ ├── GfxConfigData.h │ │ │ │ │ │ │ ├── GfxGmcInit.c │ │ │ │ │ │ │ ├── GfxGmcInit.h │ │ │ │ │ │ │ ├── GfxInitAtEnvPost.c │ │ │ │ │ │ │ ├── GfxInitAtEnvPost.h │ │ │ │ │ │ │ ├── GfxInitAtMidPost.c │ │ │ │ │ │ │ ├── GfxInitAtMidPost.h │ │ │ │ │ │ │ ├── GfxInitAtPost.c │ │ │ │ │ │ │ ├── GfxInitAtPost.h │ │ │ │ │ │ │ ├── GfxIntegratedInfoTableInit.c │ │ │ │ │ │ │ ├── GfxIntegratedInfoTableInit.h │ │ │ │ │ │ │ ├── GfxLib.c │ │ │ │ │ │ │ ├── GfxLib.h │ │ │ │ │ │ │ ├── GfxRegisterAcc.c │ │ │ │ │ │ │ ├── GfxRegisterAcc.h │ │ │ │ │ │ │ ├── GfxStrapsInit.c │ │ │ │ │ │ │ ├── GfxStrapsInit.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbInitAtEarly.c │ │ │ │ │ │ ├── GnbInitAtEnv.c │ │ │ │ │ │ ├── GnbInitAtLate.c │ │ │ │ │ │ ├── GnbInitAtMid.c │ │ │ │ │ │ ├── GnbInitAtPost.c │ │ │ │ │ │ ├── GnbInitAtReset.c │ │ │ │ │ │ ├── GnbPage.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── GnbCableSafe │ │ │ │ │ │ │ │ ├── GnbCableSafe.c │ │ │ │ │ │ │ │ ├── GnbCableSafeDefs.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbCommonLib │ │ │ │ │ │ │ │ ├── GnbCommonLib.h │ │ │ │ │ │ │ │ ├── GnbLib.c │ │ │ │ │ │ │ │ ├── GnbLib.h │ │ │ │ │ │ │ │ ├── GnbLibCpuAcc.c │ │ │ │ │ │ │ │ ├── GnbLibCpuAcc.h │ │ │ │ │ │ │ │ ├── GnbLibHeap.c │ │ │ │ │ │ │ │ ├── GnbLibHeap.h │ │ │ │ │ │ │ │ ├── GnbLibIoAcc.c │ │ │ │ │ │ │ │ ├── GnbLibIoAcc.h │ │ │ │ │ │ │ │ ├── GnbLibMemAcc.c │ │ │ │ │ │ │ │ ├── GnbLibMemAcc.h │ │ │ │ │ │ │ │ ├── GnbLibPci.c │ │ │ │ │ │ │ │ ├── GnbLibPci.h │ │ │ │ │ │ │ │ ├── GnbLibPciAcc.c │ │ │ │ │ │ │ │ ├── GnbLibPciAcc.h │ │ │ │ │ │ │ │ ├── GnbLibStall.c │ │ │ │ │ │ │ │ ├── GnbLibStall.h │ │ │ │ │ │ │ │ ├── GnbTable.c │ │ │ │ │ │ │ │ ├── GnbTable.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxConfig │ │ │ │ │ │ │ │ ├── GfxConfigEnv.c │ │ │ │ │ │ │ │ ├── GfxConfigPost.c │ │ │ │ │ │ │ │ ├── GfxConfigPost.h │ │ │ │ │ │ │ │ ├── GnbGfxConfig.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxInitLibV1 │ │ │ │ │ │ │ │ ├── GfxCardInfo.c │ │ │ │ │ │ │ │ ├── GfxCardInfo.h │ │ │ │ │ │ │ │ ├── GfxEnumConnectors.c │ │ │ │ │ │ │ │ ├── GfxEnumConnectors.h │ │ │ │ │ │ │ │ ├── GfxPowerPlayTable.c │ │ │ │ │ │ │ │ ├── GfxPowerPlayTable.h │ │ │ │ │ │ │ │ ├── GnbGfxInitLibV1.c │ │ │ │ │ │ │ │ ├── GnbGfxInitLibV1.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbNbInitLibV1 │ │ │ │ │ │ │ │ ├── GnbNbInitLibV1.c │ │ │ │ │ │ │ │ ├── GnbNbInitLibV1.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbPcieAlibV1 │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieAlib.c │ │ │ │ │ │ │ │ ├── PcieAlib.h │ │ │ │ │ │ │ │ ├── PcieAlibConfig.esl │ │ │ │ │ │ │ │ ├── PcieAlibCore.esl │ │ │ │ │ │ │ │ ├── PcieAlibHotplug.esl │ │ │ │ │ │ │ │ └── PcieAlibPspp.esl │ │ │ │ │ │ │ ├── GnbPcieConfig │ │ │ │ │ │ │ │ ├── GnbPcieConfig.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieConfigData.c │ │ │ │ │ │ │ │ ├── PcieConfigData.h │ │ │ │ │ │ │ │ ├── PcieConfigLib.c │ │ │ │ │ │ │ │ ├── PcieConfigLib.h │ │ │ │ │ │ │ │ ├── PcieInputParser.c │ │ │ │ │ │ │ │ ├── PcieInputParser.h │ │ │ │ │ │ │ │ ├── PcieMapTopology.c │ │ │ │ │ │ │ │ └── PcieMapTopology.h │ │ │ │ │ │ │ ├── GnbPcieInitLibV1 │ │ │ │ │ │ │ │ ├── GnbPcieInitLibV1.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieAspm.c │ │ │ │ │ │ │ │ ├── PcieAspm.h │ │ │ │ │ │ │ │ ├── PcieAspmBlackList.c │ │ │ │ │ │ │ │ ├── PcieAspmBlackList.h │ │ │ │ │ │ │ │ ├── PcieAspmExitLatency.c │ │ │ │ │ │ │ │ ├── PcieAspmExitLatency.h │ │ │ │ │ │ │ │ ├── PciePhyServices.c │ │ │ │ │ │ │ │ ├── PciePhyServices.h │ │ │ │ │ │ │ │ ├── PciePifServices.c │ │ │ │ │ │ │ │ ├── PciePifServices.h │ │ │ │ │ │ │ │ ├── PciePortRegAcc.c │ │ │ │ │ │ │ │ ├── PciePortRegAcc.h │ │ │ │ │ │ │ │ ├── PciePortServices.c │ │ │ │ │ │ │ │ ├── PciePortServices.h │ │ │ │ │ │ │ │ ├── PciePowerMgmt.c │ │ │ │ │ │ │ │ ├── PciePowerMgmt.h │ │ │ │ │ │ │ │ ├── PcieSiliconServices.c │ │ │ │ │ │ │ │ ├── PcieSiliconServices.h │ │ │ │ │ │ │ │ ├── PcieSmuLib.esl │ │ │ │ │ │ │ │ ├── PcieTimer.c │ │ │ │ │ │ │ │ ├── PcieTimer.h │ │ │ │ │ │ │ │ ├── PcieTopologyServices.c │ │ │ │ │ │ │ │ ├── PcieTopologyServices.h │ │ │ │ │ │ │ │ ├── PcieUtilityLib.c │ │ │ │ │ │ │ │ ├── PcieUtilityLib.h │ │ │ │ │ │ │ │ ├── PcieWrapperRegAcc.c │ │ │ │ │ │ │ │ └── PcieWrapperRegAcc.h │ │ │ │ │ │ │ ├── GnbPcieTrainingV1 │ │ │ │ │ │ │ │ ├── GnbPcieTrainingV1.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieTraining.c │ │ │ │ │ │ │ │ ├── PcieTraining.h │ │ │ │ │ │ │ │ ├── PcieWorkarounds.c │ │ │ │ │ │ │ │ └── PcieWorkarounds.h │ │ │ │ │ │ │ └── GnbSbLib │ │ │ │ │ │ │ │ ├── GnbSbLib.c │ │ │ │ │ │ │ │ ├── GnbSbLib.h │ │ │ │ │ │ │ │ ├── GnbSbPcie.c │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Nb │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ │ │ ├── F12NbLclkDpm.c │ │ │ │ │ │ │ │ │ ├── F12NbPowerGate.c │ │ │ │ │ │ │ │ │ ├── F12NbPowerGate.h │ │ │ │ │ │ │ │ │ ├── F12NbServices.c │ │ │ │ │ │ │ │ │ ├── F12NbSmu.c │ │ │ │ │ │ │ │ │ ├── F12NbSmuFirmware.h │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ │ └── NbFamilyServices.h │ │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── NbFuseTable.c │ │ │ │ │ │ │ │ ├── NbFuseTable.h │ │ │ │ │ │ │ │ ├── NbLclkDpm.c │ │ │ │ │ │ │ │ └── NbLclkDpm.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── NbConfigData.c │ │ │ │ │ │ │ ├── NbConfigData.h │ │ │ │ │ │ │ ├── NbInit.c │ │ │ │ │ │ │ ├── NbInit.h │ │ │ │ │ │ │ ├── NbInitAtEarly.c │ │ │ │ │ │ │ ├── NbInitAtEarly.h │ │ │ │ │ │ │ ├── NbInitAtEnv.c │ │ │ │ │ │ │ ├── NbInitAtEnv.h │ │ │ │ │ │ │ ├── NbInitAtLatePost.c │ │ │ │ │ │ │ ├── NbInitAtLatePost.h │ │ │ │ │ │ │ ├── NbInitAtPost.c │ │ │ │ │ │ │ ├── NbInitAtPost.h │ │ │ │ │ │ │ ├── NbInitAtReset.c │ │ │ │ │ │ │ ├── NbInitAtReset.h │ │ │ │ │ │ │ ├── NbPowerMgmt.c │ │ │ │ │ │ │ ├── NbPowerMgmt.h │ │ │ │ │ │ │ ├── NbSmuLib.c │ │ │ │ │ │ │ └── NbSmuLib.h │ │ │ │ │ │ └── PCIe │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ │ ├── F12PcieAlib.c │ │ │ │ │ │ │ │ ├── F12PcieAlib.esl │ │ │ │ │ │ │ │ ├── F12PcieAlibSsdt.h │ │ │ │ │ │ │ │ ├── F12PcieComplexConfig.c │ │ │ │ │ │ │ │ ├── F12PcieComplexServices.c │ │ │ │ │ │ │ │ ├── F12PciePhyServices.c │ │ │ │ │ │ │ │ ├── F12PciePifServices.c │ │ │ │ │ │ │ │ ├── F12PcieWrapperServices.c │ │ │ │ │ │ │ │ ├── LlanoComplexData.h │ │ │ │ │ │ │ │ ├── LlanoDefinitions.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ └── PcieFamilyServices.h │ │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PciePowerGate.c │ │ │ │ │ │ │ └── PciePowerGate.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieInit.c │ │ │ │ │ │ │ ├── PcieInit.h │ │ │ │ │ │ │ ├── PcieInitAtEarlyPost.c │ │ │ │ │ │ │ ├── PcieInitAtEarlyPost.h │ │ │ │ │ │ │ ├── PcieInitAtEnv.c │ │ │ │ │ │ │ ├── PcieInitAtEnv.h │ │ │ │ │ │ │ ├── PcieInitAtLatePost.c │ │ │ │ │ │ │ ├── PcieInitAtLatePost.h │ │ │ │ │ │ │ ├── PcieInitAtPost.c │ │ │ │ │ │ │ ├── PcieInitAtPost.h │ │ │ │ │ │ │ ├── PcieLateInit.c │ │ │ │ │ │ │ ├── PcieLateInit.h │ │ │ │ │ │ │ ├── PciePortInit.c │ │ │ │ │ │ │ ├── PciePortInit.h │ │ │ │ │ │ │ ├── PciePortLateInit.c │ │ │ │ │ │ │ └── PciePortLateInit.h │ │ │ │ │ ├── HT │ │ │ │ │ │ ├── Fam12 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── htNbFam12.c │ │ │ │ │ │ │ ├── htNbUtilitiesFam12.c │ │ │ │ │ │ │ └── htNbUtilitiesFam12.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── htFeat.c │ │ │ │ │ │ ├── htFeat.h │ │ │ │ │ │ ├── htGraph.h │ │ │ │ │ │ ├── htInterface.c │ │ │ │ │ │ ├── htInterface.h │ │ │ │ │ │ ├── htInterfaceCoherent.c │ │ │ │ │ │ ├── htInterfaceCoherent.h │ │ │ │ │ │ ├── htInterfaceGeneral.c │ │ │ │ │ │ ├── htInterfaceGeneral.h │ │ │ │ │ │ ├── htInterfaceNonCoherent.c │ │ │ │ │ │ ├── htInterfaceNonCoherent.h │ │ │ │ │ │ ├── htMain.c │ │ │ │ │ │ ├── htNb.c │ │ │ │ │ │ ├── htNb.h │ │ │ │ │ │ ├── htNbCommonHardware.h │ │ │ │ │ │ ├── htNotify.c │ │ │ │ │ │ ├── htNotify.h │ │ │ │ │ │ ├── htPage.h │ │ │ │ │ │ └── htTopologies.h │ │ │ │ │ ├── IDS │ │ │ │ │ │ ├── IdsLib.h │ │ │ │ │ │ └── IdsPage.h │ │ │ │ │ └── Mem │ │ │ │ │ │ ├── Ardk │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── masln3.c │ │ │ │ │ │ │ └── mauln3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── ma.c │ │ │ │ │ │ ├── Feat │ │ │ │ │ │ ├── CHINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfchi.c │ │ │ │ │ │ │ └── mfchi.h │ │ │ │ │ │ ├── CSINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfcsi.c │ │ │ │ │ │ │ └── mfcsi.h │ │ │ │ │ │ ├── DMI │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfDMI.c │ │ │ │ │ │ ├── ECC │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfecc.c │ │ │ │ │ │ │ ├── mfecc.h │ │ │ │ │ │ │ └── mfemp.c │ │ │ │ │ │ ├── EXCLUDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfdimmexclud.c │ │ │ │ │ │ ├── IDENDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfidendimm.c │ │ │ │ │ │ │ └── mfidendimm.h │ │ │ │ │ │ ├── INTLVRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfintlvrn.c │ │ │ │ │ │ │ └── mfintlvrn.h │ │ │ │ │ │ ├── LVDDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mflvddr3.c │ │ │ │ │ │ │ └── mflvddr3.h │ │ │ │ │ │ ├── MEMCLR │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfmemclr.c │ │ │ │ │ │ ├── ODTHERMAL │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfodthermal.c │ │ │ │ │ │ │ └── mfodthermal.h │ │ │ │ │ │ ├── PARTRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfParallelTraining.c │ │ │ │ │ │ │ └── mfStandardTraining.c │ │ │ │ │ │ ├── S3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfs3.c │ │ │ │ │ │ └── TABLE │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mftds.c │ │ │ │ │ │ ├── Main │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mmflowln.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mdef.c │ │ │ │ │ │ ├── merrhdl.c │ │ │ │ │ │ ├── minit.c │ │ │ │ │ │ ├── mm.c │ │ │ │ │ │ ├── mmConditionalPso.c │ │ │ │ │ │ ├── mmEcc.c │ │ │ │ │ │ ├── mmExcludeDimm.c │ │ │ │ │ │ ├── mmLvDdr3.c │ │ │ │ │ │ ├── mmMemClr.c │ │ │ │ │ │ ├── mmMemRestore.c │ │ │ │ │ │ ├── mmNodeInterleave.c │ │ │ │ │ │ ├── mmOnlineSpare.c │ │ │ │ │ │ ├── mmParallelTraining.c │ │ │ │ │ │ ├── mmStandardTraining.c │ │ │ │ │ │ ├── mmUmaAlloc.c │ │ │ │ │ │ ├── mmflow.c │ │ │ │ │ │ ├── mmlvddr3.h │ │ │ │ │ │ ├── mu.c │ │ │ │ │ │ └── muc.c │ │ │ │ │ │ ├── NB │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mnS3ln.c │ │ │ │ │ │ │ ├── mnS3ln.h │ │ │ │ │ │ │ ├── mndctln.c │ │ │ │ │ │ │ ├── mnflowln.c │ │ │ │ │ │ │ ├── mnidendimmln.c │ │ │ │ │ │ │ ├── mnln.c │ │ │ │ │ │ │ ├── mnln.h │ │ │ │ │ │ │ ├── mnmctln.c │ │ │ │ │ │ │ ├── mnotln.c │ │ │ │ │ │ │ ├── mnphyln.c │ │ │ │ │ │ │ ├── mnprotoln.c │ │ │ │ │ │ │ └── mnregln.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mn.c │ │ │ │ │ │ ├── mnS3.c │ │ │ │ │ │ ├── mndct.c │ │ │ │ │ │ ├── mnfeat.c │ │ │ │ │ │ ├── mnflow.c │ │ │ │ │ │ ├── mnmct.c │ │ │ │ │ │ ├── mnphy.c │ │ │ │ │ │ ├── mnreg.c │ │ │ │ │ │ ├── mntrain2.c │ │ │ │ │ │ └── mntrain3.c │ │ │ │ │ │ ├── Ps │ │ │ │ │ │ ├── LN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mprln3.c │ │ │ │ │ │ │ ├── mpsln3.c │ │ │ │ │ │ │ └── mpuln3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mp.c │ │ │ │ │ │ ├── mplribt.c │ │ │ │ │ │ ├── mplrnlr.c │ │ │ │ │ │ ├── mplrnpr.c │ │ │ │ │ │ ├── mpmaxfreq.c │ │ │ │ │ │ ├── mpmr0.c │ │ │ │ │ │ ├── mpodtpat.c │ │ │ │ │ │ ├── mprc10opspd.c │ │ │ │ │ │ ├── mprc2ibt.c │ │ │ │ │ │ ├── mprtt.c │ │ │ │ │ │ └── mpsao.c │ │ │ │ │ │ ├── Tech │ │ │ │ │ │ ├── DDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mt3.c │ │ │ │ │ │ │ ├── mt3.h │ │ │ │ │ │ │ ├── mtlrdimm3.c │ │ │ │ │ │ │ ├── mtlrdimm3.h │ │ │ │ │ │ │ ├── mtot3.c │ │ │ │ │ │ │ ├── mtot3.h │ │ │ │ │ │ │ ├── mtrci3.c │ │ │ │ │ │ │ ├── mtrci3.h │ │ │ │ │ │ │ ├── mtsdi3.c │ │ │ │ │ │ │ ├── mtsdi3.h │ │ │ │ │ │ │ ├── mtspd3.c │ │ │ │ │ │ │ ├── mtspd3.h │ │ │ │ │ │ │ ├── mttecc3.c │ │ │ │ │ │ │ └── mttwl3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mt.c │ │ │ │ │ │ ├── mthdi.c │ │ │ │ │ │ ├── mttEdgeDetect.c │ │ │ │ │ │ ├── mttEdgeDetect.h │ │ │ │ │ │ ├── mttdimbt.c │ │ │ │ │ │ ├── mttecc.c │ │ │ │ │ │ ├── mtthrc.c │ │ │ │ │ │ ├── mtthrcSeedTrain.c │ │ │ │ │ │ ├── mttml.c │ │ │ │ │ │ ├── mttoptsrc.c │ │ │ │ │ │ └── mttsrc.c │ │ │ │ │ │ ├── ma.h │ │ │ │ │ │ ├── memPage.h │ │ │ │ │ │ ├── merrhdl.h │ │ │ │ │ │ ├── mfParallelTraining.h │ │ │ │ │ │ ├── mfStandardTraining.h │ │ │ │ │ │ ├── mfmemclr.h │ │ │ │ │ │ ├── mfs3.h │ │ │ │ │ │ ├── mftds.h │ │ │ │ │ │ ├── mm.h │ │ │ │ │ │ ├── mn.h │ │ │ │ │ │ ├── mp.h │ │ │ │ │ │ ├── mport.h │ │ │ │ │ │ ├── mt.h │ │ │ │ │ │ └── mu.h │ │ │ │ ├── errno.h │ │ │ │ └── gcccar.inc │ │ │ ├── f14 │ │ │ │ ├── AGESA.h │ │ │ │ ├── AMD.h │ │ │ │ ├── Config │ │ │ │ │ ├── OptionC6Install.h │ │ │ │ │ ├── OptionCpbInstall.h │ │ │ │ │ ├── OptionCpuCacheFlushOnHaltInstall.h │ │ │ │ │ ├── OptionCpuCoreLevelingInstall.h │ │ │ │ │ ├── OptionCpuFamiliesInstall.h │ │ │ │ │ ├── OptionCpuFeaturesInstall.h │ │ │ │ │ ├── OptionDmiInstall.h │ │ │ │ │ ├── OptionFamily14hInstall.h │ │ │ │ │ ├── OptionGfxRecoveryInstall.h │ │ │ │ │ ├── OptionGnbInstall.h │ │ │ │ │ ├── OptionHtAssistInstall.h │ │ │ │ │ ├── OptionHtInstall.h │ │ │ │ │ ├── OptionHwC1eInstall.h │ │ │ │ │ ├── OptionIdsInstall.h │ │ │ │ │ ├── OptionIoCstateInstall.h │ │ │ │ │ ├── OptionLowPwrPstateInstall.h │ │ │ │ │ ├── OptionMemoryInstall.h │ │ │ │ │ ├── OptionMsgBasedC1eInstall.h │ │ │ │ │ ├── OptionMultiSocketInstall.h │ │ │ │ │ ├── OptionPreserveMailboxInstall.h │ │ │ │ │ ├── OptionPstateInstall.h │ │ │ │ │ ├── OptionS3ScriptInstall.h │ │ │ │ │ ├── OptionSlitInstall.h │ │ │ │ │ ├── OptionSratInstall.h │ │ │ │ │ ├── OptionSwC1eInstall.h │ │ │ │ │ ├── OptionWheaInstall.h │ │ │ │ │ └── PlatformInstall.h │ │ │ │ ├── Dispatcher.h │ │ │ │ ├── Include │ │ │ │ │ ├── AdvancedApi.h │ │ │ │ │ ├── CommonReturns.h │ │ │ │ │ ├── Filecode.h │ │ │ │ │ ├── GeneralServices.h │ │ │ │ │ ├── GnbInterface.h │ │ │ │ │ ├── GnbInterfaceStub.h │ │ │ │ │ ├── Ids.h │ │ │ │ │ ├── IdsHt.h │ │ │ │ │ ├── OptionDmi.h │ │ │ │ │ ├── OptionFamily12hEarlySample.h │ │ │ │ │ ├── OptionFamily14hEarlySample.h │ │ │ │ │ ├── OptionGfxRecovery.h │ │ │ │ │ ├── OptionGnb.h │ │ │ │ │ ├── OptionMemory.h │ │ │ │ │ ├── OptionMultiSocket.h │ │ │ │ │ ├── OptionPstate.h │ │ │ │ │ ├── OptionSlit.h │ │ │ │ │ ├── OptionSrat.h │ │ │ │ │ ├── OptionWhea.h │ │ │ │ │ ├── Options.h │ │ │ │ │ ├── OptionsHt.h │ │ │ │ │ ├── OptionsPage.h │ │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ │ └── Topology.h │ │ │ │ ├── Legacy │ │ │ │ │ └── Proc │ │ │ │ │ │ ├── Dispatcher.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── agesaCallouts.c │ │ │ │ │ │ └── hobTransfer.c │ │ │ │ ├── MainPage.h │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Proc │ │ │ │ │ ├── CPU │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ ├── 0x14 │ │ │ │ │ │ │ │ ├── F14C6State.c │ │ │ │ │ │ │ │ ├── F14IoCstate.c │ │ │ │ │ │ │ │ ├── F14MicrocodePatch0500000B.c │ │ │ │ │ │ │ │ ├── F14MicrocodePatch0500001A.c │ │ │ │ │ │ │ │ ├── F14MicrocodePatch05000029.c │ │ │ │ │ │ │ │ ├── F14MicrocodePatch05000119.c │ │ │ │ │ │ │ │ ├── F14PackageType.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── ON │ │ │ │ │ │ │ │ │ ├── F14OnCpb.c │ │ │ │ │ │ │ │ │ ├── F14OnEquivalenceTable.c │ │ │ │ │ │ │ │ │ ├── F14OnInitEarlyTable.c │ │ │ │ │ │ │ │ │ ├── F14OnInitEarlyTable.h │ │ │ │ │ │ │ │ │ ├── F14OnLogicalIdTables.c │ │ │ │ │ │ │ │ │ ├── F14OnMicrocodePatchTables.c │ │ │ │ │ │ │ │ │ ├── F14OnPciTables.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ │ ├── cpuCommonF14Utilities.c │ │ │ │ │ │ │ │ ├── cpuCommonF14Utilities.h │ │ │ │ │ │ │ │ ├── cpuF14BrandId.c │ │ │ │ │ │ │ │ ├── cpuF14BrandIdFt1.c │ │ │ │ │ │ │ │ ├── cpuF14CacheDefaults.c │ │ │ │ │ │ │ │ ├── cpuF14Dmi.c │ │ │ │ │ │ │ │ ├── cpuF14LowPowerInit.c │ │ │ │ │ │ │ │ ├── cpuF14LowPowerInit.h │ │ │ │ │ │ │ │ ├── cpuF14MsrTables.c │ │ │ │ │ │ │ │ ├── cpuF14PciTables.c │ │ │ │ │ │ │ │ ├── cpuF14PerCorePciTables.c │ │ │ │ │ │ │ │ ├── cpuF14PowerCheck.c │ │ │ │ │ │ │ │ ├── cpuF14PowerCheck.h │ │ │ │ │ │ │ │ ├── cpuF14PowerMgmt.h │ │ │ │ │ │ │ │ ├── cpuF14PowerMgmtSystemTables.c │ │ │ │ │ │ │ │ ├── cpuF14PowerPlane.c │ │ │ │ │ │ │ │ ├── cpuF14PowerPlane.h │ │ │ │ │ │ │ │ ├── cpuF14Pstate.c │ │ │ │ │ │ │ │ ├── cpuF14SoftwareThermal.c │ │ │ │ │ │ │ │ ├── cpuF14SoftwareThermal.h │ │ │ │ │ │ │ │ ├── cpuF14Utilities.c │ │ │ │ │ │ │ │ ├── cpuF14Utilities.h │ │ │ │ │ │ │ │ └── cpuF14WheaInitDataTables.c │ │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PreserveMailbox.c │ │ │ │ │ │ │ ├── PreserveMailbox.h │ │ │ │ │ │ │ ├── cpuC6State.c │ │ │ │ │ │ │ ├── cpuC6State.h │ │ │ │ │ │ │ ├── cpuCacheFlushOnHalt.c │ │ │ │ │ │ │ ├── cpuCacheInit.c │ │ │ │ │ │ │ ├── cpuCacheInit.h │ │ │ │ │ │ │ ├── cpuCoreLeveling.c │ │ │ │ │ │ │ ├── cpuCpb.c │ │ │ │ │ │ │ ├── cpuCpb.h │ │ │ │ │ │ │ ├── cpuDmi.c │ │ │ │ │ │ │ ├── cpuFeatureLeveling.c │ │ │ │ │ │ │ ├── cpuFeatures.c │ │ │ │ │ │ │ ├── cpuFeatures.h │ │ │ │ │ │ │ ├── cpuHtAssist.c │ │ │ │ │ │ │ ├── cpuHtAssist.h │ │ │ │ │ │ │ ├── cpuHwC1e.c │ │ │ │ │ │ │ ├── cpuHwC1e.h │ │ │ │ │ │ │ ├── cpuIoCstate.c │ │ │ │ │ │ │ ├── cpuIoCstate.h │ │ │ │ │ │ │ ├── cpuLowPwrPstate.c │ │ │ │ │ │ │ ├── cpuLowPwrPstate.h │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.c │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.h │ │ │ │ │ │ │ ├── cpuPstateGather.c │ │ │ │ │ │ │ ├── cpuPstateLeveling.c │ │ │ │ │ │ │ ├── cpuPstateTables.c │ │ │ │ │ │ │ ├── cpuPstateTables.h │ │ │ │ │ │ │ ├── cpuSlit.c │ │ │ │ │ │ │ ├── cpuSrat.c │ │ │ │ │ │ │ ├── cpuSwC1e.c │ │ │ │ │ │ │ ├── cpuSwC1e.h │ │ │ │ │ │ │ └── cpuWhea.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3.c │ │ │ │ │ │ ├── S3.h │ │ │ │ │ │ ├── Table.c │ │ │ │ │ │ ├── Table.h │ │ │ │ │ │ ├── cahalt.c │ │ │ │ │ │ ├── cahaltasm.S │ │ │ │ │ │ ├── cpuApicUtilities.c │ │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ │ ├── cpuBist.c │ │ │ │ │ │ ├── cpuBrandId.c │ │ │ │ │ │ ├── cpuEarlyInit.c │ │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ │ ├── cpuEnvInit.h │ │ │ │ │ │ ├── cpuEventLog.c │ │ │ │ │ │ ├── cpuFamilyTranslation.c │ │ │ │ │ │ ├── cpuFamilyTranslation.h │ │ │ │ │ │ ├── cpuGeneralServices.c │ │ │ │ │ │ ├── cpuInitEarlyTable.c │ │ │ │ │ │ ├── cpuLateInit.c │ │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ │ ├── cpuMicrocodePatch.c │ │ │ │ │ │ ├── cpuPage.h │ │ │ │ │ │ ├── cpuPostInit.c │ │ │ │ │ │ ├── cpuPostInit.h │ │ │ │ │ │ ├── cpuPowerMgmt.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSystemTables.h │ │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ │ ├── cpuServices.h │ │ │ │ │ │ ├── cpuWarmReset.c │ │ │ │ │ │ ├── heapManager.c │ │ │ │ │ │ └── heapManager.h │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AmdInitEarly.c │ │ │ │ │ │ ├── AmdInitEnv.c │ │ │ │ │ │ ├── AmdInitLate.c │ │ │ │ │ │ ├── AmdInitMid.c │ │ │ │ │ │ ├── AmdInitPost.c │ │ │ │ │ │ ├── AmdInitReset.c │ │ │ │ │ │ ├── AmdInitResume.c │ │ │ │ │ │ ├── AmdLateRunApTask.c │ │ │ │ │ │ ├── AmdS3LateRestore.c │ │ │ │ │ │ ├── AmdS3Save.c │ │ │ │ │ │ ├── CommonInits.c │ │ │ │ │ │ ├── CommonInits.h │ │ │ │ │ │ ├── CommonPage.h │ │ │ │ │ │ ├── CommonReturns.c │ │ │ │ │ │ ├── CreateStruct.c │ │ │ │ │ │ ├── CreateStruct.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3RestoreState.c │ │ │ │ │ │ ├── S3SaveState.c │ │ │ │ │ │ └── S3SaveState.h │ │ │ │ │ ├── GNB │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── Gnb.h │ │ │ │ │ │ │ ├── GnbFuseTable.h │ │ │ │ │ │ │ ├── GnbGfx.h │ │ │ │ │ │ │ ├── GnbGfxFamServices.h │ │ │ │ │ │ │ ├── GnbLibFeatures.c │ │ │ │ │ │ │ ├── GnbLibFeatures.h │ │ │ │ │ │ │ ├── GnbPcie.h │ │ │ │ │ │ │ ├── GnbPcieFamServices.h │ │ │ │ │ │ │ ├── GnbRegistersON.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Gfx │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ ├── 0x14 │ │ │ │ │ │ │ │ │ ├── F14GfxServices.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ │ └── GfxFamilyServices.h │ │ │ │ │ │ │ ├── GfxConfigData.c │ │ │ │ │ │ │ ├── GfxConfigData.h │ │ │ │ │ │ │ ├── GfxGmcInit.c │ │ │ │ │ │ │ ├── GfxGmcInit.h │ │ │ │ │ │ │ ├── GfxInitAtEnvPost.c │ │ │ │ │ │ │ ├── GfxInitAtEnvPost.h │ │ │ │ │ │ │ ├── GfxInitAtMidPost.c │ │ │ │ │ │ │ ├── GfxInitAtMidPost.h │ │ │ │ │ │ │ ├── GfxInitAtPost.c │ │ │ │ │ │ │ ├── GfxInitAtPost.h │ │ │ │ │ │ │ ├── GfxIntegratedInfoTableInit.c │ │ │ │ │ │ │ ├── GfxIntegratedInfoTableInit.h │ │ │ │ │ │ │ ├── GfxLib.c │ │ │ │ │ │ │ ├── GfxLib.h │ │ │ │ │ │ │ ├── GfxRegisterAcc.c │ │ │ │ │ │ │ ├── GfxRegisterAcc.h │ │ │ │ │ │ │ ├── GfxStrapsInit.c │ │ │ │ │ │ │ ├── GfxStrapsInit.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbInitAtEarly.c │ │ │ │ │ │ ├── GnbInitAtEnv.c │ │ │ │ │ │ ├── GnbInitAtLate.c │ │ │ │ │ │ ├── GnbInitAtMid.c │ │ │ │ │ │ ├── GnbInitAtPost.c │ │ │ │ │ │ ├── GnbInitAtReset.c │ │ │ │ │ │ ├── GnbPage.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── Modules │ │ │ │ │ │ │ ├── GnbCommonLib │ │ │ │ │ │ │ │ ├── GnbCommonLib.h │ │ │ │ │ │ │ │ ├── GnbLib.c │ │ │ │ │ │ │ │ ├── GnbLib.h │ │ │ │ │ │ │ │ ├── GnbLibCpuAcc.c │ │ │ │ │ │ │ │ ├── GnbLibCpuAcc.h │ │ │ │ │ │ │ │ ├── GnbLibHeap.c │ │ │ │ │ │ │ │ ├── GnbLibHeap.h │ │ │ │ │ │ │ │ ├── GnbLibIoAcc.c │ │ │ │ │ │ │ │ ├── GnbLibIoAcc.h │ │ │ │ │ │ │ │ ├── GnbLibMemAcc.c │ │ │ │ │ │ │ │ ├── GnbLibMemAcc.h │ │ │ │ │ │ │ │ ├── GnbLibPci.c │ │ │ │ │ │ │ │ ├── GnbLibPci.h │ │ │ │ │ │ │ │ ├── GnbLibPciAcc.c │ │ │ │ │ │ │ │ ├── GnbLibPciAcc.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxConfig │ │ │ │ │ │ │ │ ├── GfxConfigEnv.c │ │ │ │ │ │ │ │ ├── GfxConfigPost.c │ │ │ │ │ │ │ │ ├── GfxConfigPost.h │ │ │ │ │ │ │ │ ├── GnbGfxConfig.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxInitLibV1 │ │ │ │ │ │ │ │ ├── GfxCardInfo.c │ │ │ │ │ │ │ │ ├── GfxCardInfo.h │ │ │ │ │ │ │ │ ├── GfxEnumConnectors.c │ │ │ │ │ │ │ │ ├── GfxEnumConnectors.h │ │ │ │ │ │ │ │ ├── GfxPowerPlayTable.c │ │ │ │ │ │ │ │ ├── GfxPowerPlayTable.h │ │ │ │ │ │ │ │ ├── GnbGfxInitLibV1.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbNbInitLibV1 │ │ │ │ │ │ │ │ ├── GnbNbInitLibV1.c │ │ │ │ │ │ │ │ ├── GnbNbInitLibV1.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbPcieAlibV1 │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieAlib.c │ │ │ │ │ │ │ │ ├── PcieAlib.h │ │ │ │ │ │ │ │ ├── PcieAlibConfig.esl │ │ │ │ │ │ │ │ ├── PcieAlibCore.esl │ │ │ │ │ │ │ │ ├── PcieAlibHotplug.esl │ │ │ │ │ │ │ │ └── PcieAlibPspp.esl │ │ │ │ │ │ │ ├── GnbPcieConfig │ │ │ │ │ │ │ │ ├── GnbPcieConfig.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieConfigData.c │ │ │ │ │ │ │ │ ├── PcieConfigData.h │ │ │ │ │ │ │ │ ├── PcieConfigLib.c │ │ │ │ │ │ │ │ ├── PcieConfigLib.h │ │ │ │ │ │ │ │ ├── PcieInputParser.c │ │ │ │ │ │ │ │ ├── PcieInputParser.h │ │ │ │ │ │ │ │ ├── PcieMapTopology.c │ │ │ │ │ │ │ │ └── PcieMapTopology.h │ │ │ │ │ │ │ ├── GnbPcieInitLibV1 │ │ │ │ │ │ │ │ ├── GnbPcieInitLibV1.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieAspm.c │ │ │ │ │ │ │ │ ├── PcieAspm.h │ │ │ │ │ │ │ │ ├── PcieAspmBlackList.c │ │ │ │ │ │ │ │ ├── PcieAspmBlackList.h │ │ │ │ │ │ │ │ ├── PcieAspmExitLatency.c │ │ │ │ │ │ │ │ ├── PcieAspmExitLatency.h │ │ │ │ │ │ │ │ ├── PciePhyServices.c │ │ │ │ │ │ │ │ ├── PciePhyServices.h │ │ │ │ │ │ │ │ ├── PciePifServices.c │ │ │ │ │ │ │ │ ├── PciePifServices.h │ │ │ │ │ │ │ │ ├── PciePortRegAcc.c │ │ │ │ │ │ │ │ ├── PciePortRegAcc.h │ │ │ │ │ │ │ │ ├── PciePortServices.c │ │ │ │ │ │ │ │ ├── PciePortServices.h │ │ │ │ │ │ │ │ ├── PciePowerMgmt.c │ │ │ │ │ │ │ │ ├── PciePowerMgmt.h │ │ │ │ │ │ │ │ ├── PcieSbLink.c │ │ │ │ │ │ │ │ ├── PcieSbLink.h │ │ │ │ │ │ │ │ ├── PcieSiliconServices.c │ │ │ │ │ │ │ │ ├── PcieSiliconServices.h │ │ │ │ │ │ │ │ ├── PcieSmuLib.esl │ │ │ │ │ │ │ │ ├── PcieTimer.c │ │ │ │ │ │ │ │ ├── PcieTimer.h │ │ │ │ │ │ │ │ ├── PcieTopologyServices.c │ │ │ │ │ │ │ │ ├── PcieTopologyServices.h │ │ │ │ │ │ │ │ ├── PcieUtilityLib.c │ │ │ │ │ │ │ │ ├── PcieUtilityLib.h │ │ │ │ │ │ │ │ ├── PcieWrapperRegAcc.c │ │ │ │ │ │ │ │ └── PcieWrapperRegAcc.h │ │ │ │ │ │ │ └── GnbPcieTrainingV1 │ │ │ │ │ │ │ │ ├── GnbPcieTrainingV1.h │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── PcieTraining.c │ │ │ │ │ │ │ │ ├── PcieTraining.h │ │ │ │ │ │ │ │ ├── PcieWorkarounds.c │ │ │ │ │ │ │ │ └── PcieWorkarounds.h │ │ │ │ │ │ ├── Nb │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ ├── 0x14 │ │ │ │ │ │ │ │ │ ├── F14NbLclkDpm.c │ │ │ │ │ │ │ │ │ ├── F14NbLclkNclkRatio.c │ │ │ │ │ │ │ │ │ ├── F14NbLclkNclkRatio.h │ │ │ │ │ │ │ │ │ ├── F14NbPowerGate.c │ │ │ │ │ │ │ │ │ ├── F14NbPowerGate.h │ │ │ │ │ │ │ │ │ ├── F14NbServices.c │ │ │ │ │ │ │ │ │ ├── F14NbSmu.c │ │ │ │ │ │ │ │ │ ├── F14NbSmuFirmware.h │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ │ └── NbFamilyServices.h │ │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── NbFuseTable.c │ │ │ │ │ │ │ │ ├── NbFuseTable.h │ │ │ │ │ │ │ │ ├── NbLclkDpm.c │ │ │ │ │ │ │ │ └── NbLclkDpm.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── NbConfigData.c │ │ │ │ │ │ │ ├── NbConfigData.h │ │ │ │ │ │ │ ├── NbInit.c │ │ │ │ │ │ │ ├── NbInit.h │ │ │ │ │ │ │ ├── NbInitAtEarly.c │ │ │ │ │ │ │ ├── NbInitAtEarly.h │ │ │ │ │ │ │ ├── NbInitAtEnv.c │ │ │ │ │ │ │ ├── NbInitAtEnv.h │ │ │ │ │ │ │ ├── NbInitAtLatePost.c │ │ │ │ │ │ │ ├── NbInitAtLatePost.h │ │ │ │ │ │ │ ├── NbInitAtPost.c │ │ │ │ │ │ │ ├── NbInitAtPost.h │ │ │ │ │ │ │ ├── NbInitAtReset.c │ │ │ │ │ │ │ ├── NbInitAtReset.h │ │ │ │ │ │ │ ├── NbPowerMgmt.c │ │ │ │ │ │ │ ├── NbPowerMgmt.h │ │ │ │ │ │ │ ├── NbSmuLib.c │ │ │ │ │ │ │ └── NbSmuLib.h │ │ │ │ │ │ └── PCIe │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ ├── 0x14 │ │ │ │ │ │ │ │ ├── F14PcieAlib.c │ │ │ │ │ │ │ │ ├── F14PcieAlib.esl │ │ │ │ │ │ │ │ ├── F14PcieAlibSsdt.h │ │ │ │ │ │ │ │ ├── F14PcieComplexConfig.c │ │ │ │ │ │ │ │ ├── F14PcieComplexServices.c │ │ │ │ │ │ │ │ ├── F14PciePhyServices.c │ │ │ │ │ │ │ │ ├── F14PciePifServices.c │ │ │ │ │ │ │ │ ├── F14PcieWrapperServices.c │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── OntarioComplexData.h │ │ │ │ │ │ │ │ └── OntarioDefinitions.h │ │ │ │ │ │ │ └── PcieFamilyServices.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieInit.c │ │ │ │ │ │ │ ├── PcieInit.h │ │ │ │ │ │ │ ├── PcieInitAtEarlyPost.c │ │ │ │ │ │ │ ├── PcieInitAtEarlyPost.h │ │ │ │ │ │ │ ├── PcieInitAtEnv.c │ │ │ │ │ │ │ ├── PcieInitAtEnv.h │ │ │ │ │ │ │ ├── PcieInitAtLatePost.c │ │ │ │ │ │ │ ├── PcieInitAtLatePost.h │ │ │ │ │ │ │ ├── PcieInitAtPost.c │ │ │ │ │ │ │ ├── PcieInitAtPost.h │ │ │ │ │ │ │ ├── PcieLateInit.c │ │ │ │ │ │ │ ├── PcieLateInit.h │ │ │ │ │ │ │ ├── PcieMiscLib.c │ │ │ │ │ │ │ ├── PcieMiscLib.h │ │ │ │ │ │ │ ├── PciePortInit.c │ │ │ │ │ │ │ ├── PciePortInit.h │ │ │ │ │ │ │ ├── PciePortLateInit.c │ │ │ │ │ │ │ └── PciePortLateInit.h │ │ │ │ │ ├── HT │ │ │ │ │ │ ├── Fam14 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── htNbFam14.c │ │ │ │ │ │ │ ├── htNbUtilitiesFam14.c │ │ │ │ │ │ │ └── htNbUtilitiesFam14.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── htFeat.c │ │ │ │ │ │ ├── htFeat.h │ │ │ │ │ │ ├── htGraph.h │ │ │ │ │ │ ├── htInterface.c │ │ │ │ │ │ ├── htInterface.h │ │ │ │ │ │ ├── htInterfaceCoherent.c │ │ │ │ │ │ ├── htInterfaceCoherent.h │ │ │ │ │ │ ├── htInterfaceGeneral.c │ │ │ │ │ │ ├── htInterfaceGeneral.h │ │ │ │ │ │ ├── htInterfaceNonCoherent.c │ │ │ │ │ │ ├── htInterfaceNonCoherent.h │ │ │ │ │ │ ├── htMain.c │ │ │ │ │ │ ├── htNb.c │ │ │ │ │ │ ├── htNb.h │ │ │ │ │ │ ├── htNbHardwareFam10.h │ │ │ │ │ │ ├── htNotify.c │ │ │ │ │ │ ├── htNotify.h │ │ │ │ │ │ ├── htPage.h │ │ │ │ │ │ └── htTopologies.h │ │ │ │ │ ├── IDS │ │ │ │ │ │ ├── IdsLib.h │ │ │ │ │ │ └── IdsPage.h │ │ │ │ │ └── Mem │ │ │ │ │ │ ├── Ardk │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── ON │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mason3.c │ │ │ │ │ │ │ └── mauon3.c │ │ │ │ │ │ └── ma.c │ │ │ │ │ │ ├── Feat │ │ │ │ │ │ ├── CHINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfchi.c │ │ │ │ │ │ │ └── mfchi.h │ │ │ │ │ │ ├── CSINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfcsi.c │ │ │ │ │ │ │ └── mfcsi.h │ │ │ │ │ │ ├── DMI │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfDMI.c │ │ │ │ │ │ ├── ECC │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfecc.c │ │ │ │ │ │ │ ├── mfecc.h │ │ │ │ │ │ │ └── mfemp.c │ │ │ │ │ │ ├── EXCLUDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfdimmexclud.c │ │ │ │ │ │ ├── IDENDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfidendimm.c │ │ │ │ │ │ │ └── mfidendimm.h │ │ │ │ │ │ ├── INTLVRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfintlvrn.c │ │ │ │ │ │ │ └── mfintlvrn.h │ │ │ │ │ │ ├── LVDDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mflvddr3.c │ │ │ │ │ │ │ └── mflvddr3.h │ │ │ │ │ │ ├── MEMCLR │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfmemclr.c │ │ │ │ │ │ ├── ODTHERMAL │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfodthermal.c │ │ │ │ │ │ │ └── mfodthermal.h │ │ │ │ │ │ ├── PARTRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfParallelTraining.c │ │ │ │ │ │ │ └── mfStandardTraining.c │ │ │ │ │ │ ├── S3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfs3.c │ │ │ │ │ │ └── TABLE │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mftds.c │ │ │ │ │ │ ├── Main │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── ON │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mmflowon.c │ │ │ │ │ │ ├── mdef.c │ │ │ │ │ │ ├── merrhdl.c │ │ │ │ │ │ ├── minit.c │ │ │ │ │ │ ├── mm.c │ │ │ │ │ │ ├── mmConditionalPso.c │ │ │ │ │ │ ├── mmEcc.c │ │ │ │ │ │ ├── mmExcludeDimm.c │ │ │ │ │ │ ├── mmLvDdr3.c │ │ │ │ │ │ ├── mmMemClr.c │ │ │ │ │ │ ├── mmMemRestore.c │ │ │ │ │ │ ├── mmNodeInterleave.c │ │ │ │ │ │ ├── mmOnlineSpare.c │ │ │ │ │ │ ├── mmParallelTraining.c │ │ │ │ │ │ ├── mmStandardTraining.c │ │ │ │ │ │ ├── mmUmaAlloc.c │ │ │ │ │ │ ├── mmflow.c │ │ │ │ │ │ ├── mmlvddr3.h │ │ │ │ │ │ ├── mu.c │ │ │ │ │ │ └── muc.c │ │ │ │ │ │ ├── NB │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── ON │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mnS3on.c │ │ │ │ │ │ │ ├── mnS3on.h │ │ │ │ │ │ │ ├── mndcton.c │ │ │ │ │ │ │ ├── mnflowon.c │ │ │ │ │ │ │ ├── mnidendimmon.c │ │ │ │ │ │ │ ├── mnmcton.c │ │ │ │ │ │ │ ├── mnon.c │ │ │ │ │ │ │ ├── mnon.h │ │ │ │ │ │ │ ├── mnoton.c │ │ │ │ │ │ │ ├── mnphyon.c │ │ │ │ │ │ │ ├── mnprotoon.c │ │ │ │ │ │ │ └── mnregon.c │ │ │ │ │ │ ├── mn.c │ │ │ │ │ │ ├── mnS3.c │ │ │ │ │ │ ├── mndct.c │ │ │ │ │ │ ├── mnfeat.c │ │ │ │ │ │ ├── mnflow.c │ │ │ │ │ │ ├── mnmct.c │ │ │ │ │ │ ├── mnphy.c │ │ │ │ │ │ ├── mnreg.c │ │ │ │ │ │ ├── mntrain2.c │ │ │ │ │ │ └── mntrain3.c │ │ │ │ │ │ ├── Ps │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── ON │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mpson3.c │ │ │ │ │ │ │ └── mpuon3.c │ │ │ │ │ │ ├── mp.c │ │ │ │ │ │ ├── mplribt.c │ │ │ │ │ │ ├── mplrnlr.c │ │ │ │ │ │ ├── mplrnpr.c │ │ │ │ │ │ ├── mpmaxfreq.c │ │ │ │ │ │ ├── mpmr0.c │ │ │ │ │ │ ├── mpodtpat.c │ │ │ │ │ │ ├── mprc10opspd.c │ │ │ │ │ │ ├── mprc2ibt.c │ │ │ │ │ │ ├── mprtt.c │ │ │ │ │ │ └── mpsao.c │ │ │ │ │ │ ├── Tech │ │ │ │ │ │ ├── DDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mt3.c │ │ │ │ │ │ │ ├── mt3.h │ │ │ │ │ │ │ ├── mtlrdimm3.c │ │ │ │ │ │ │ ├── mtlrdimm3.h │ │ │ │ │ │ │ ├── mtot3.c │ │ │ │ │ │ │ ├── mtot3.h │ │ │ │ │ │ │ ├── mtrci3.c │ │ │ │ │ │ │ ├── mtrci3.h │ │ │ │ │ │ │ ├── mtsdi3.c │ │ │ │ │ │ │ ├── mtsdi3.h │ │ │ │ │ │ │ ├── mtspd3.c │ │ │ │ │ │ │ ├── mtspd3.h │ │ │ │ │ │ │ ├── mttecc3.c │ │ │ │ │ │ │ └── mttwl3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mt.c │ │ │ │ │ │ ├── mthdi.c │ │ │ │ │ │ ├── mttEdgeDetect.c │ │ │ │ │ │ ├── mttEdgeDetect.h │ │ │ │ │ │ ├── mttdimbt.c │ │ │ │ │ │ ├── mttecc.c │ │ │ │ │ │ ├── mtthrc.c │ │ │ │ │ │ ├── mttml.c │ │ │ │ │ │ ├── mttoptsrc.c │ │ │ │ │ │ └── mttsrc.c │ │ │ │ │ │ ├── ma.h │ │ │ │ │ │ ├── memPage.h │ │ │ │ │ │ ├── merrhdl.h │ │ │ │ │ │ ├── mfParallelTraining.h │ │ │ │ │ │ ├── mfStandardTraining.h │ │ │ │ │ │ ├── mfmemclr.h │ │ │ │ │ │ ├── mfs3.h │ │ │ │ │ │ ├── mftds.h │ │ │ │ │ │ ├── mm.h │ │ │ │ │ │ ├── mn.h │ │ │ │ │ │ ├── mp.h │ │ │ │ │ │ ├── mport.h │ │ │ │ │ │ ├── mt.h │ │ │ │ │ │ └── mu.h │ │ │ │ ├── errno.h │ │ │ │ └── gcccar.inc │ │ │ ├── f15tn │ │ │ │ ├── AGESA.h │ │ │ │ ├── AMD.h │ │ │ │ ├── Config │ │ │ │ │ ├── OptionApmInstall.h │ │ │ │ │ ├── OptionC6Install.h │ │ │ │ │ ├── OptionCpbInstall.h │ │ │ │ │ ├── OptionCpuCacheFlushOnHaltInstall.h │ │ │ │ │ ├── OptionCpuCoreLevelingInstall.h │ │ │ │ │ ├── OptionCpuFamiliesInstall.h │ │ │ │ │ ├── OptionCpuFeaturesInstall.h │ │ │ │ │ ├── OptionDmiInstall.h │ │ │ │ │ ├── OptionFamily15hInstall.h │ │ │ │ │ ├── OptionFchInstall.h │ │ │ │ │ ├── OptionGfxRecoveryInstall.h │ │ │ │ │ ├── OptionGnbInstall.h │ │ │ │ │ ├── OptionHtInstall.h │ │ │ │ │ ├── OptionHtcInstall.h │ │ │ │ │ ├── OptionHwC1eInstall.h │ │ │ │ │ ├── OptionIdsInstall.h │ │ │ │ │ ├── OptionIoCstateInstall.h │ │ │ │ │ ├── OptionL3FeaturesInstall.h │ │ │ │ │ ├── OptionLowPwrPstateInstall.h │ │ │ │ │ ├── OptionMemoryInstall.h │ │ │ │ │ ├── OptionMmioMapInstall.h │ │ │ │ │ ├── OptionMsgBasedC1eInstall.h │ │ │ │ │ ├── OptionMultiSocketInstall.h │ │ │ │ │ ├── OptionPreserveMailboxInstall.h │ │ │ │ │ ├── OptionPsiInstall.h │ │ │ │ │ ├── OptionPstateHpcModeInstall.h │ │ │ │ │ ├── OptionPstateInstall.h │ │ │ │ │ ├── OptionS3ScriptInstall.h │ │ │ │ │ ├── OptionSlitInstall.h │ │ │ │ │ ├── OptionSratInstall.h │ │ │ │ │ ├── OptionSwC1eInstall.h │ │ │ │ │ ├── OptionWheaInstall.h │ │ │ │ │ └── PlatformInstall.h │ │ │ │ ├── Dispatcher.h │ │ │ │ ├── Include │ │ │ │ │ ├── AdvancedApi.h │ │ │ │ │ ├── CommonReturns.h │ │ │ │ │ ├── Filecode.h │ │ │ │ │ ├── GeneralServices.h │ │ │ │ │ ├── GnbInterface.h │ │ │ │ │ ├── GnbPage.h │ │ │ │ │ ├── Ids.h │ │ │ │ │ ├── IdsHt.h │ │ │ │ │ ├── OptionDmi.h │ │ │ │ │ ├── OptionGfxRecovery.h │ │ │ │ │ ├── OptionGnb.h │ │ │ │ │ ├── OptionMemory.h │ │ │ │ │ ├── OptionMultiSocket.h │ │ │ │ │ ├── OptionPstate.h │ │ │ │ │ ├── OptionSlit.h │ │ │ │ │ ├── OptionSrat.h │ │ │ │ │ ├── OptionWhea.h │ │ │ │ │ ├── Options.h │ │ │ │ │ ├── OptionsHt.h │ │ │ │ │ ├── OptionsPage.h │ │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ │ └── Topology.h │ │ │ │ ├── Legacy │ │ │ │ │ └── Proc │ │ │ │ │ │ ├── Dispatcher.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── agesaCallouts.c │ │ │ │ │ │ └── hobTransfer.c │ │ │ │ ├── MainPage.h │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Proc │ │ │ │ │ ├── CPU │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ ├── 0x15 │ │ │ │ │ │ │ │ ├── F15PstateHpcMode.c │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── TN │ │ │ │ │ │ │ │ │ ├── F15TnC6State.c │ │ │ │ │ │ │ │ │ ├── F15TnCpb.c │ │ │ │ │ │ │ │ │ ├── F15TnEquivalenceTable.c │ │ │ │ │ │ │ │ │ ├── F15TnInitEarlyTable.c │ │ │ │ │ │ │ │ │ ├── F15TnIoCstate.c │ │ │ │ │ │ │ │ │ ├── F15TnLogicalIdTables.c │ │ │ │ │ │ │ │ │ ├── F15TnMicrocodePatch0600110F_Enc.c │ │ │ │ │ │ │ │ │ ├── F15TnMicrocodePatchTables.c │ │ │ │ │ │ │ │ │ ├── F15TnMsrTables.c │ │ │ │ │ │ │ │ │ ├── F15TnPackageType.h │ │ │ │ │ │ │ │ │ ├── F15TnPciTables.c │ │ │ │ │ │ │ │ │ ├── F15TnPowerMgmtSystemTables.c │ │ │ │ │ │ │ │ │ ├── F15TnPowerPlane.c │ │ │ │ │ │ │ │ │ ├── F15TnPowerPlane.h │ │ │ │ │ │ │ │ │ ├── F15TnSharedMsrTable.c │ │ │ │ │ │ │ │ │ ├── F15TnUtilities.c │ │ │ │ │ │ │ │ │ ├── F15TnUtilities.h │ │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ │ ├── cpuF15TnCacheFlushOnHalt.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnCoreAfterReset.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnCoreAfterReset.h │ │ │ │ │ │ │ │ │ ├── cpuF15TnDmi.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnHtc.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnNbAfterReset.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnNbAfterReset.h │ │ │ │ │ │ │ │ │ ├── cpuF15TnPowerCheck.c │ │ │ │ │ │ │ │ │ ├── cpuF15TnPowerCheck.h │ │ │ │ │ │ │ │ │ ├── cpuF15TnPowerMgmt.h │ │ │ │ │ │ │ │ │ ├── cpuF15TnPsi.c │ │ │ │ │ │ │ │ │ └── cpuF15TnPstate.c │ │ │ │ │ │ │ │ ├── cpuCommonF15Utilities.c │ │ │ │ │ │ │ │ ├── cpuCommonF15Utilities.h │ │ │ │ │ │ │ │ ├── cpuF15Apm.c │ │ │ │ │ │ │ │ ├── cpuF15BrandId.c │ │ │ │ │ │ │ │ ├── cpuF15CacheDefaults.c │ │ │ │ │ │ │ │ ├── cpuF15Crat.c │ │ │ │ │ │ │ │ ├── cpuF15Dmi.c │ │ │ │ │ │ │ │ ├── cpuF15Dmi.h │ │ │ │ │ │ │ │ ├── cpuF15MmioMap.c │ │ │ │ │ │ │ │ ├── cpuF15MmioMap.h │ │ │ │ │ │ │ │ ├── cpuF15MsrTables.c │ │ │ │ │ │ │ │ ├── cpuF15PciTables.c │ │ │ │ │ │ │ │ ├── cpuF15PowerCheck.c │ │ │ │ │ │ │ │ ├── cpuF15PowerCheck.h │ │ │ │ │ │ │ │ ├── cpuF15PowerMgmt.h │ │ │ │ │ │ │ │ ├── cpuF15Utilities.c │ │ │ │ │ │ │ │ ├── cpuF15Utilities.h │ │ │ │ │ │ │ │ └── cpuF15WheaInitDataTables.c │ │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ │ ├── Feature │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PreserveMailbox.c │ │ │ │ │ │ │ ├── PreserveMailbox.h │ │ │ │ │ │ │ ├── cpuApm.c │ │ │ │ │ │ │ ├── cpuApm.h │ │ │ │ │ │ │ ├── cpuC6State.c │ │ │ │ │ │ │ ├── cpuC6State.h │ │ │ │ │ │ │ ├── cpuCacheFlushOnHalt.c │ │ │ │ │ │ │ ├── cpuCacheInit.c │ │ │ │ │ │ │ ├── cpuCacheInit.h │ │ │ │ │ │ │ ├── cpuCdit.c │ │ │ │ │ │ │ ├── cpuCoreLeveling.c │ │ │ │ │ │ │ ├── cpuCpb.c │ │ │ │ │ │ │ ├── cpuCpb.h │ │ │ │ │ │ │ ├── cpuCrat.c │ │ │ │ │ │ │ ├── cpuCrat.h │ │ │ │ │ │ │ ├── cpuDmi.c │ │ │ │ │ │ │ ├── cpuFeatureLeveling.c │ │ │ │ │ │ │ ├── cpuFeatures.c │ │ │ │ │ │ │ ├── cpuFeatures.h │ │ │ │ │ │ │ ├── cpuHtc.c │ │ │ │ │ │ │ ├── cpuHtc.h │ │ │ │ │ │ │ ├── cpuHwC1e.c │ │ │ │ │ │ │ ├── cpuHwC1e.h │ │ │ │ │ │ │ ├── cpuIoCstate.c │ │ │ │ │ │ │ ├── cpuIoCstate.h │ │ │ │ │ │ │ ├── cpuL3Features.c │ │ │ │ │ │ │ ├── cpuL3Features.h │ │ │ │ │ │ │ ├── cpuLowPwrPstate.c │ │ │ │ │ │ │ ├── cpuLowPwrPstate.h │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.c │ │ │ │ │ │ │ ├── cpuMsgBasedC1e.h │ │ │ │ │ │ │ ├── cpuPsi.c │ │ │ │ │ │ │ ├── cpuPsi.h │ │ │ │ │ │ │ ├── cpuPstateGather.c │ │ │ │ │ │ │ ├── cpuPstateHpcMode.c │ │ │ │ │ │ │ ├── cpuPstateHpcMode.h │ │ │ │ │ │ │ ├── cpuPstateLeveling.c │ │ │ │ │ │ │ ├── cpuPstateTables.c │ │ │ │ │ │ │ ├── cpuPstateTables.h │ │ │ │ │ │ │ ├── cpuSlit.c │ │ │ │ │ │ │ ├── cpuSrat.c │ │ │ │ │ │ │ ├── cpuSwC1e.c │ │ │ │ │ │ │ ├── cpuSwC1e.h │ │ │ │ │ │ │ └── cpuWhea.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3.c │ │ │ │ │ │ ├── S3.h │ │ │ │ │ │ ├── Table.c │ │ │ │ │ │ ├── Table.h │ │ │ │ │ │ ├── TableHt.c │ │ │ │ │ │ ├── cahalt.c │ │ │ │ │ │ ├── cahaltasm.S │ │ │ │ │ │ ├── cpuApicUtilities.c │ │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ │ ├── cpuBist.c │ │ │ │ │ │ ├── cpuBrandId.c │ │ │ │ │ │ ├── cpuEarlyInit.c │ │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ │ ├── cpuEnvInit.h │ │ │ │ │ │ ├── cpuEventLog.c │ │ │ │ │ │ ├── cpuFamilyTranslation.c │ │ │ │ │ │ ├── cpuFamilyTranslation.h │ │ │ │ │ │ ├── cpuGeneralServices.c │ │ │ │ │ │ ├── cpuInitEarlyTable.c │ │ │ │ │ │ ├── cpuLateInit.c │ │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ │ ├── cpuMicrocodePatch.c │ │ │ │ │ │ ├── cpuPage.h │ │ │ │ │ │ ├── cpuPostInit.c │ │ │ │ │ │ ├── cpuPostInit.h │ │ │ │ │ │ ├── cpuPowerMgmt.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtMultiSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.c │ │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.h │ │ │ │ │ │ ├── cpuPowerMgmtSystemTables.h │ │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ │ ├── cpuServices.h │ │ │ │ │ │ ├── cpuWarmReset.c │ │ │ │ │ │ ├── heapManager.c │ │ │ │ │ │ ├── heapManager.h │ │ │ │ │ │ ├── mmioMapManager.c │ │ │ │ │ │ └── mmioMapManager.h │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AmdFch.h │ │ │ │ │ │ ├── AmdInitEarly.c │ │ │ │ │ │ ├── AmdInitEnv.c │ │ │ │ │ │ ├── AmdInitLate.c │ │ │ │ │ │ ├── AmdInitMid.c │ │ │ │ │ │ ├── AmdInitPost.c │ │ │ │ │ │ ├── AmdInitReset.c │ │ │ │ │ │ ├── AmdInitResume.c │ │ │ │ │ │ ├── AmdLateRunApTask.c │ │ │ │ │ │ ├── AmdS3LateRestore.c │ │ │ │ │ │ ├── AmdS3Save.c │ │ │ │ │ │ ├── CommonInits.c │ │ │ │ │ │ ├── CommonInits.h │ │ │ │ │ │ ├── CommonPage.h │ │ │ │ │ │ ├── CommonReturns.c │ │ │ │ │ │ ├── CreateStruct.c │ │ │ │ │ │ ├── CreateStruct.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── S3RestoreState.c │ │ │ │ │ │ ├── S3SaveState.c │ │ │ │ │ │ └── S3SaveState.h │ │ │ │ │ ├── Fch │ │ │ │ │ │ ├── Azalia │ │ │ │ │ │ │ ├── AzaliaEnv.c │ │ │ │ │ │ │ ├── AzaliaLate.c │ │ │ │ │ │ │ ├── AzaliaMid.c │ │ │ │ │ │ │ ├── AzaliaReset.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── AcpiLib.c │ │ │ │ │ │ │ ├── AcpiLib.h │ │ │ │ │ │ │ ├── FchBiosRamUsage.h │ │ │ │ │ │ │ ├── FchCommon.c │ │ │ │ │ │ │ ├── FchCommonCfg.h │ │ │ │ │ │ │ ├── FchCommonSmm.c │ │ │ │ │ │ │ ├── FchDef.h │ │ │ │ │ │ │ ├── FchLib.c │ │ │ │ │ │ │ ├── FchPeLib.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── MemLib.c │ │ │ │ │ │ │ └── PciLib.c │ │ │ │ │ │ ├── Fch.h │ │ │ │ │ │ ├── FchPage.h │ │ │ │ │ │ ├── FchPlatform.h │ │ │ │ │ │ ├── Gec │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2GecEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2GecService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GecEnv.c │ │ │ │ │ │ │ ├── GecLate.c │ │ │ │ │ │ │ ├── GecMid.c │ │ │ │ │ │ │ ├── GecReset.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── HwAcpi │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2HwAcpiEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2HwAcpiLateService.c │ │ │ │ │ │ │ │ │ ├── Hudson2HwAcpiMidService.c │ │ │ │ │ │ │ │ │ ├── Hudson2SSService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── HwAcpiEnv.c │ │ │ │ │ │ │ ├── HwAcpiLate.c │ │ │ │ │ │ │ ├── HwAcpiMid.c │ │ │ │ │ │ │ ├── HwAcpiReset.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Hwm │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2HwmEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2HwmLateService.c │ │ │ │ │ │ │ │ │ ├── Hudson2HwmMidService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── HwmEnv.c │ │ │ │ │ │ │ ├── HwmLate.c │ │ │ │ │ │ │ ├── HwmMid.c │ │ │ │ │ │ │ ├── HwmReset.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Ide │ │ │ │ │ │ │ ├── IdeEnv.c │ │ │ │ │ │ │ ├── IdeLate.c │ │ │ │ │ │ │ ├── IdeMid.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Imc │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2ImcService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── FchEcEnv.c │ │ │ │ │ │ │ ├── FchEcLate.c │ │ │ │ │ │ │ ├── FchEcMid.c │ │ │ │ │ │ │ ├── FchEcReset.c │ │ │ │ │ │ │ ├── ImcEnv.c │ │ │ │ │ │ │ ├── ImcLate.c │ │ │ │ │ │ │ ├── ImcLib.c │ │ │ │ │ │ │ ├── ImcMid.c │ │ │ │ │ │ │ ├── ImcReset.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Interface │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── EnvDefHudson2.c │ │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ │ └── ResetDefHudson2.c │ │ │ │ │ │ │ ├── FchInitEnv.c │ │ │ │ │ │ │ ├── FchInitLate.c │ │ │ │ │ │ │ ├── FchInitMid.c │ │ │ │ │ │ │ ├── FchInitReset.c │ │ │ │ │ │ │ ├── FchInitS3.c │ │ │ │ │ │ │ ├── FchTaskLauncher.c │ │ │ │ │ │ │ ├── FchTaskLauncher.h │ │ │ │ │ │ │ ├── InitEnvDef.c │ │ │ │ │ │ │ ├── InitResetDef.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Ir │ │ │ │ │ │ │ ├── IrEnv.c │ │ │ │ │ │ │ ├── IrLate.c │ │ │ │ │ │ │ ├── IrMid.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Pcib │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcibEnv.c │ │ │ │ │ │ │ ├── PcibLate.c │ │ │ │ │ │ │ ├── PcibMid.c │ │ │ │ │ │ │ └── PcibReset.c │ │ │ │ │ │ ├── Pcie │ │ │ │ │ │ │ ├── AbEnv.c │ │ │ │ │ │ │ ├── AbLate.c │ │ │ │ │ │ │ ├── AbMid.c │ │ │ │ │ │ │ ├── AbReset.c │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2AbEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2AbResetService.c │ │ │ │ │ │ │ │ │ ├── Hudson2AbService.c │ │ │ │ │ │ │ │ │ ├── Hudson2GppResetService.c │ │ │ │ │ │ │ │ │ ├── Hudson2GppService.c │ │ │ │ │ │ │ │ │ ├── Hudson2PcieEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2PcieService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GppEnv.c │ │ │ │ │ │ │ ├── GppHp.c │ │ │ │ │ │ │ ├── GppLate.c │ │ │ │ │ │ │ ├── GppLib.c │ │ │ │ │ │ │ ├── GppMid.c │ │ │ │ │ │ │ ├── GppPortInit.c │ │ │ │ │ │ │ ├── GppReset.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieEnv.c │ │ │ │ │ │ │ ├── PcieLate.c │ │ │ │ │ │ │ ├── PcieMid.c │ │ │ │ │ │ │ └── PcieReset.c │ │ │ │ │ │ ├── Sata │ │ │ │ │ │ │ ├── AhciEnv.c │ │ │ │ │ │ │ ├── AhciLate.c │ │ │ │ │ │ │ ├── AhciLib.c │ │ │ │ │ │ │ ├── AhciMid.c │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2SataEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2SataResetService.c │ │ │ │ │ │ │ │ │ ├── Hudson2SataService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── Ide2AhciEnv.c │ │ │ │ │ │ │ ├── Ide2AhciLate.c │ │ │ │ │ │ │ ├── Ide2AhciLib.c │ │ │ │ │ │ │ ├── Ide2AhciMid.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── RaidEnv.c │ │ │ │ │ │ │ ├── RaidLate.c │ │ │ │ │ │ │ ├── RaidLib.c │ │ │ │ │ │ │ ├── RaidMid.c │ │ │ │ │ │ │ ├── SataEnv.c │ │ │ │ │ │ │ ├── SataEnvLib.c │ │ │ │ │ │ │ ├── SataIdeEnv.c │ │ │ │ │ │ │ ├── SataIdeLate.c │ │ │ │ │ │ │ ├── SataIdeLib.c │ │ │ │ │ │ │ ├── SataIdeMid.c │ │ │ │ │ │ │ ├── SataLate.c │ │ │ │ │ │ │ ├── SataLib.c │ │ │ │ │ │ │ ├── SataMid.c │ │ │ │ │ │ │ └── SataReset.c │ │ │ │ │ │ ├── Sd │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2SdEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2SdResetService.c │ │ │ │ │ │ │ │ │ ├── Hudson2SdService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── SdEnv.c │ │ │ │ │ │ │ ├── SdLate.c │ │ │ │ │ │ │ └── SdMid.c │ │ │ │ │ │ ├── Spi │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ │ ├── Hudson2LpcEnvService.c │ │ │ │ │ │ │ │ │ ├── Hudson2LpcResetService.c │ │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── LpcEnv.c │ │ │ │ │ │ │ ├── LpcLate.c │ │ │ │ │ │ │ ├── LpcMid.c │ │ │ │ │ │ │ ├── LpcReset.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── SpiEnv.c │ │ │ │ │ │ │ ├── SpiLate.c │ │ │ │ │ │ │ ├── SpiMid.c │ │ │ │ │ │ │ └── SpiReset.c │ │ │ │ │ │ └── Usb │ │ │ │ │ │ │ ├── EhciEnv.c │ │ │ │ │ │ │ ├── EhciLate.c │ │ │ │ │ │ │ ├── EhciMid.c │ │ │ │ │ │ │ ├── EhciReset.c │ │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Hudson2 │ │ │ │ │ │ │ │ ├── Hudson2EhciEnvService.c │ │ │ │ │ │ │ │ ├── Hudson2EhciLateService.c │ │ │ │ │ │ │ │ ├── Hudson2EhciMidService.c │ │ │ │ │ │ │ │ ├── Hudson2OhciEnvService.c │ │ │ │ │ │ │ │ ├── Hudson2OhciLateService.c │ │ │ │ │ │ │ │ ├── Hudson2OhciMidService.c │ │ │ │ │ │ │ │ ├── Hudson2XhciEnvService.c │ │ │ │ │ │ │ │ ├── Hudson2XhciLateService.c │ │ │ │ │ │ │ │ ├── Hudson2XhciMidService.c │ │ │ │ │ │ │ │ ├── Hudson2XhciResetService.c │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── OhciEnv.c │ │ │ │ │ │ │ ├── OhciLate.c │ │ │ │ │ │ │ ├── OhciMid.c │ │ │ │ │ │ │ ├── OhciReset.c │ │ │ │ │ │ │ ├── UsbEnv.c │ │ │ │ │ │ │ ├── UsbLate.c │ │ │ │ │ │ │ ├── UsbMid.c │ │ │ │ │ │ │ ├── UsbReset.c │ │ │ │ │ │ │ ├── XhciEnv.c │ │ │ │ │ │ │ ├── XhciLate.c │ │ │ │ │ │ │ ├── XhciMid.c │ │ │ │ │ │ │ ├── XhciRecovery.c │ │ │ │ │ │ │ └── XhciReset.c │ │ │ │ │ ├── GNB │ │ │ │ │ │ ├── Common │ │ │ │ │ │ │ ├── Gnb.h │ │ │ │ │ │ │ ├── GnbFamServices.h │ │ │ │ │ │ │ ├── GnbFuseTable.h │ │ │ │ │ │ │ ├── GnbGfx.h │ │ │ │ │ │ │ ├── GnbGfxFamServices.h │ │ │ │ │ │ │ ├── GnbIommu.h │ │ │ │ │ │ │ ├── GnbLibFeatures.c │ │ │ │ │ │ │ ├── GnbLibFeatures.h │ │ │ │ │ │ │ ├── GnbPcie.h │ │ │ │ │ │ │ ├── GnbPcieFamServices.h │ │ │ │ │ │ │ ├── GnbRegistersLN.h │ │ │ │ │ │ │ ├── GnbRegistersTN.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbInitAtEarly.c │ │ │ │ │ │ ├── GnbInitAtEnv.c │ │ │ │ │ │ ├── GnbInitAtLate.c │ │ │ │ │ │ ├── GnbInitAtMid.c │ │ │ │ │ │ ├── GnbInitAtPost.c │ │ │ │ │ │ ├── GnbInitAtReset.c │ │ │ │ │ │ ├── GnbInitAtS3Save.c │ │ │ │ │ │ ├── Include │ │ │ │ │ │ │ └── Library │ │ │ │ │ │ │ │ └── GnbTimerLib.h │ │ │ │ │ │ ├── Library │ │ │ │ │ │ │ └── GnbTimerLibWrap0 │ │ │ │ │ │ │ │ ├── GnbTimerLibWrap0.c │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── Modules │ │ │ │ │ │ │ ├── GnbCommonLib │ │ │ │ │ │ │ ├── GnbCommonLib.h │ │ │ │ │ │ │ ├── GnbLib.c │ │ │ │ │ │ │ ├── GnbLib.h │ │ │ │ │ │ │ ├── GnbLibCpuAcc.c │ │ │ │ │ │ │ ├── GnbLibCpuAcc.h │ │ │ │ │ │ │ ├── GnbLibHeap.c │ │ │ │ │ │ │ ├── GnbLibHeap.h │ │ │ │ │ │ │ ├── GnbLibIoAcc.c │ │ │ │ │ │ │ ├── GnbLibIoAcc.h │ │ │ │ │ │ │ ├── GnbLibMemAcc.c │ │ │ │ │ │ │ ├── GnbLibMemAcc.h │ │ │ │ │ │ │ ├── GnbLibPci.c │ │ │ │ │ │ │ ├── GnbLibPci.h │ │ │ │ │ │ │ ├── GnbLibPciAcc.c │ │ │ │ │ │ │ ├── GnbLibPciAcc.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbFamTranslation │ │ │ │ │ │ │ ├── GnbPcieTranslation.c │ │ │ │ │ │ │ ├── GnbTranslation.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxConfig │ │ │ │ │ │ │ ├── GfxConfigEnv.c │ │ │ │ │ │ │ ├── GfxConfigLib.c │ │ │ │ │ │ │ ├── GfxConfigLib.h │ │ │ │ │ │ │ ├── GfxConfigMid.c │ │ │ │ │ │ │ ├── GfxConfigPost.c │ │ │ │ │ │ │ ├── GnbGfxConfig.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbGfxInitLibV1 │ │ │ │ │ │ │ ├── GfxCardInfo.c │ │ │ │ │ │ │ ├── GfxCardInfo.h │ │ │ │ │ │ │ ├── GfxEnumConnectors.c │ │ │ │ │ │ │ ├── GfxEnumConnectors.h │ │ │ │ │ │ │ ├── GfxPowerPlayTable.c │ │ │ │ │ │ │ ├── GfxPowerPlayTable.h │ │ │ │ │ │ │ ├── GnbGfxInitLibV1.c │ │ │ │ │ │ │ ├── GnbGfxInitLibV1.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbInitTN │ │ │ │ │ │ │ ├── GfxEnvInitTN.c │ │ │ │ │ │ │ ├── GfxGmcInitTN.c │ │ │ │ │ │ │ ├── GfxGmcInitTN.h │ │ │ │ │ │ │ ├── GfxIntegratedInfoTableTN.c │ │ │ │ │ │ │ ├── GfxLibTN.c │ │ │ │ │ │ │ ├── GfxLibTN.h │ │ │ │ │ │ │ ├── GfxMidInitTN.c │ │ │ │ │ │ │ ├── GfxPostInitTN.c │ │ │ │ │ │ │ ├── GfxTablesTN.c │ │ │ │ │ │ │ ├── GnbBapmCoeffCalcTN.c │ │ │ │ │ │ │ ├── GnbBapmCoeffCalcTN.h │ │ │ │ │ │ │ ├── GnbCacWeightsTN.h │ │ │ │ │ │ │ ├── GnbEarlyInitTN.c │ │ │ │ │ │ │ ├── GnbEnvInitTN.c │ │ │ │ │ │ │ ├── GnbFuseTableTN.c │ │ │ │ │ │ │ ├── GnbFuseTableTN.h │ │ │ │ │ │ │ ├── GnbInitTN.h │ │ │ │ │ │ │ ├── GnbInitTNInstall.h │ │ │ │ │ │ │ ├── GnbIommuIvrsTN.c │ │ │ │ │ │ │ ├── GnbMidInitTN.c │ │ │ │ │ │ │ ├── GnbPostInitTN.c │ │ │ │ │ │ │ ├── GnbRegisterAccTN.c │ │ │ │ │ │ │ ├── GnbRegisterAccTN.h │ │ │ │ │ │ │ ├── GnbSmuFirmwareTN.h │ │ │ │ │ │ │ ├── GnbTablesTN.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieAlibSsdtTNFM2.h │ │ │ │ │ │ │ ├── PcieAlibSsdtTNFS1.h │ │ │ │ │ │ │ ├── PcieAlibTNFM2.c │ │ │ │ │ │ │ ├── PcieAlibTNFM2.esl │ │ │ │ │ │ │ ├── PcieAlibTNFS1.c │ │ │ │ │ │ │ ├── PcieComplexDataTN.c │ │ │ │ │ │ │ ├── PcieComplexDataTN.h │ │ │ │ │ │ │ ├── PcieConfigTN.c │ │ │ │ │ │ │ ├── PcieEarlyInitTN.c │ │ │ │ │ │ │ ├── PcieEnvInitTN.c │ │ │ │ │ │ │ ├── PcieLibTN.c │ │ │ │ │ │ │ ├── PcieLibTN.h │ │ │ │ │ │ │ ├── PcieMidInitTN.c │ │ │ │ │ │ │ ├── PciePostInitTN.c │ │ │ │ │ │ │ ├── PciePowerGateTN.c │ │ │ │ │ │ │ ├── PciePowerGateTN.h │ │ │ │ │ │ │ └── PcieTablesTN.c │ │ │ │ │ │ │ ├── GnbIommuIvrs │ │ │ │ │ │ │ ├── GnbIommuIvrs.c │ │ │ │ │ │ │ ├── GnbIommuIvrs.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbIommuScratch │ │ │ │ │ │ │ ├── GnbIommuScratch.c │ │ │ │ │ │ │ ├── GnbIommuScratch.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbIvrsLib │ │ │ │ │ │ │ ├── GnbIvrsLib.c │ │ │ │ │ │ │ ├── GnbIvrsLib.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbMSocketLib │ │ │ │ │ │ │ ├── GnbMSocketLib.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbNbInitLibV1 │ │ │ │ │ │ │ ├── GnbNbInitLibV1.c │ │ │ │ │ │ │ ├── GnbNbInitLibV1.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbNbInitLibV4 │ │ │ │ │ │ │ ├── GnbNbInitLibV4.c │ │ │ │ │ │ │ ├── GnbNbInitLibV4.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbPcieAlibV1 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieAlib.c │ │ │ │ │ │ │ ├── PcieAlib.h │ │ │ │ │ │ │ ├── PcieAlibConfig.esl │ │ │ │ │ │ │ ├── PcieAlibCore.esl │ │ │ │ │ │ │ ├── PcieAlibDebugLib.esl │ │ │ │ │ │ │ ├── PcieAlibHotplug.esl │ │ │ │ │ │ │ ├── PcieAlibMmioData.esl │ │ │ │ │ │ │ ├── PcieAlibPciLib.esl │ │ │ │ │ │ │ ├── PcieAlibPortData.esl │ │ │ │ │ │ │ └── PcieAlibPspp.esl │ │ │ │ │ │ │ ├── GnbPcieAspm │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieAspm.c │ │ │ │ │ │ │ └── PcieAspm.h │ │ │ │ │ │ │ ├── GnbPcieClkPm │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieClkPm.c │ │ │ │ │ │ │ └── PcieClkPm.h │ │ │ │ │ │ │ ├── GnbPcieConfig │ │ │ │ │ │ │ ├── GnbHandleLib.c │ │ │ │ │ │ │ ├── GnbHandleLib.h │ │ │ │ │ │ │ ├── GnbPcieConfig.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieConfigData.c │ │ │ │ │ │ │ ├── PcieConfigData.h │ │ │ │ │ │ │ ├── PcieConfigLib.c │ │ │ │ │ │ │ ├── PcieConfigLib.h │ │ │ │ │ │ │ ├── PcieInputParser.c │ │ │ │ │ │ │ ├── PcieInputParser.h │ │ │ │ │ │ │ ├── PcieMapTopology.c │ │ │ │ │ │ │ └── PcieMapTopology.h │ │ │ │ │ │ │ ├── GnbPcieInitLibV1 │ │ │ │ │ │ │ ├── GnbPcieInitLibV1.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieAspmBlackList.c │ │ │ │ │ │ │ ├── PcieAspmBlackList.h │ │ │ │ │ │ │ ├── PcieAspmExitLatency.c │ │ │ │ │ │ │ ├── PcieAspmExitLatency.h │ │ │ │ │ │ │ ├── PciePhyServices.c │ │ │ │ │ │ │ ├── PciePhyServices.h │ │ │ │ │ │ │ ├── PciePifServices.c │ │ │ │ │ │ │ ├── PciePifServices.h │ │ │ │ │ │ │ ├── PciePortRegAcc.c │ │ │ │ │ │ │ ├── PciePortRegAcc.h │ │ │ │ │ │ │ ├── PciePortServices.c │ │ │ │ │ │ │ ├── PciePortServices.h │ │ │ │ │ │ │ ├── PciePowerMgmt.c │ │ │ │ │ │ │ ├── PciePowerMgmt.h │ │ │ │ │ │ │ ├── PcieService.esl │ │ │ │ │ │ │ ├── PcieSiliconServices.c │ │ │ │ │ │ │ ├── PcieSiliconServices.h │ │ │ │ │ │ │ ├── PcieSmuLib.esl │ │ │ │ │ │ │ ├── PcieSmuVidReq.esl │ │ │ │ │ │ │ ├── PcieTimer.c │ │ │ │ │ │ │ ├── PcieTimer.h │ │ │ │ │ │ │ ├── PcieTopologyServices.c │ │ │ │ │ │ │ ├── PcieTopologyServices.h │ │ │ │ │ │ │ ├── PcieUtilityLib.c │ │ │ │ │ │ │ ├── PcieUtilityLib.h │ │ │ │ │ │ │ ├── PcieWrapperRegAcc.c │ │ │ │ │ │ │ └── PcieWrapperRegAcc.h │ │ │ │ │ │ │ ├── GnbPcieInitLibV4 │ │ │ │ │ │ │ ├── GnbPcieInitLibV4.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieMaxPayloadV4.c │ │ │ │ │ │ │ ├── PcieMaxPayloadV4.h │ │ │ │ │ │ │ ├── PciePortServicesV4.c │ │ │ │ │ │ │ ├── PciePortServicesV4.h │ │ │ │ │ │ │ ├── PciePowerMgmtV4.c │ │ │ │ │ │ │ ├── PciePowerMgmtV4.h │ │ │ │ │ │ │ ├── PcieServiceV4.esl │ │ │ │ │ │ │ ├── PcieSmuServiceV4.esl │ │ │ │ │ │ │ ├── PcieSmuVidReqV4.esl │ │ │ │ │ │ │ ├── PcieWrapperServicesV4.c │ │ │ │ │ │ │ └── PcieWrapperServicesV4.h │ │ │ │ │ │ │ ├── GnbPcieTrainingV1 │ │ │ │ │ │ │ ├── GnbPcieTrainingV1.h │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── PcieTraining.c │ │ │ │ │ │ │ ├── PcieTraining.h │ │ │ │ │ │ │ ├── PcieWorkarounds.c │ │ │ │ │ │ │ └── PcieWorkarounds.h │ │ │ │ │ │ │ ├── GnbSSocketLib │ │ │ │ │ │ │ └── GnbSSocketLib.c │ │ │ │ │ │ │ ├── GnbSbIommuLib │ │ │ │ │ │ │ ├── GnbSbIommuLib.c │ │ │ │ │ │ │ ├── GnbSbIommuLib.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbSbLib │ │ │ │ │ │ │ ├── GnbSbLib.c │ │ │ │ │ │ │ ├── GnbSbLib.h │ │ │ │ │ │ │ ├── GnbSbPcie.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── GnbSview │ │ │ │ │ │ │ ├── GnbSview.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ └── GnbTable │ │ │ │ │ │ │ ├── GnbTable.c │ │ │ │ │ │ │ ├── GnbTable.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── HT │ │ │ │ │ │ ├── Fam15Mod1x │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── htNbFam15Mod1x.c │ │ │ │ │ │ │ ├── htNbUtilitiesFam15Mod1x.c │ │ │ │ │ │ │ └── htNbUtilitiesFam15Mod1x.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── htFeat.c │ │ │ │ │ │ ├── htFeat.h │ │ │ │ │ │ ├── htGraph.h │ │ │ │ │ │ ├── htInterface.c │ │ │ │ │ │ ├── htInterface.h │ │ │ │ │ │ ├── htInterfaceCoherent.c │ │ │ │ │ │ ├── htInterfaceCoherent.h │ │ │ │ │ │ ├── htInterfaceGeneral.c │ │ │ │ │ │ ├── htInterfaceGeneral.h │ │ │ │ │ │ ├── htInterfaceNonCoherent.c │ │ │ │ │ │ ├── htInterfaceNonCoherent.h │ │ │ │ │ │ ├── htMain.c │ │ │ │ │ │ ├── htNb.c │ │ │ │ │ │ ├── htNb.h │ │ │ │ │ │ ├── htNbCommonHardware.h │ │ │ │ │ │ ├── htNotify.c │ │ │ │ │ │ ├── htNotify.h │ │ │ │ │ │ ├── htPage.h │ │ │ │ │ │ └── htTopologies.h │ │ │ │ │ ├── IDS │ │ │ │ │ │ ├── Control │ │ │ │ │ │ │ ├── IdsCtrl.c │ │ │ │ │ │ │ ├── IdsNvToCmos.c │ │ │ │ │ │ │ └── IdsNvToCmos.h │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ ├── IdsDebug.c │ │ │ │ │ │ │ ├── IdsDebugPrint.c │ │ │ │ │ │ │ ├── IdsDebugPrint.h │ │ │ │ │ │ │ ├── IdsDpHdtout.c │ │ │ │ │ │ │ ├── IdsDpHdtout.h │ │ │ │ │ │ │ ├── IdsDpRedirectIo.c │ │ │ │ │ │ │ ├── IdsDpSerial.c │ │ │ │ │ │ │ ├── IdsIdtTable.c │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── 0x15 │ │ │ │ │ │ │ │ ├── IdsF15AllService.c │ │ │ │ │ │ │ │ ├── IdsF15AllService.h │ │ │ │ │ │ │ │ └── TN │ │ │ │ │ │ │ │ ├── IdsF15TnAllService.c │ │ │ │ │ │ │ │ ├── IdsF15TnAllService.h │ │ │ │ │ │ │ │ ├── IdsF15TnNvDef.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── IdsLib.h │ │ │ │ │ │ ├── IdsPage.h │ │ │ │ │ │ ├── Library │ │ │ │ │ │ │ ├── IdsLib.c │ │ │ │ │ │ │ ├── IdsRegAcc.c │ │ │ │ │ │ │ ├── IdsRegAcc.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ └── Perf │ │ │ │ │ │ │ └── IdsPerf.c │ │ │ │ │ └── Mem │ │ │ │ │ │ ├── Ardk │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── ma.c │ │ │ │ │ │ ├── Feat │ │ │ │ │ │ ├── CHINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfchi.c │ │ │ │ │ │ │ └── mfchi.h │ │ │ │ │ │ ├── CRAT │ │ │ │ │ │ │ ├── mfCrat.c │ │ │ │ │ │ │ └── mfCrat.h │ │ │ │ │ │ ├── CSINTLV │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfcsi.c │ │ │ │ │ │ │ └── mfcsi.h │ │ │ │ │ │ ├── DMI │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfDMI.c │ │ │ │ │ │ ├── ECC │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfecc.c │ │ │ │ │ │ │ ├── mfecc.h │ │ │ │ │ │ │ └── mfemp.c │ │ │ │ │ │ ├── EXCLUDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfdimmexclud.c │ │ │ │ │ │ ├── IDENDIMM │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfidendimm.c │ │ │ │ │ │ │ └── mfidendimm.h │ │ │ │ │ │ ├── INTLVRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfintlvrn.c │ │ │ │ │ │ │ └── mfintlvrn.h │ │ │ │ │ │ ├── LVDDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mflvddr3.c │ │ │ │ │ │ │ └── mflvddr3.h │ │ │ │ │ │ ├── MEMCLR │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfmemclr.c │ │ │ │ │ │ ├── ODTHERMAL │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfodthermal.c │ │ │ │ │ │ │ └── mfodthermal.h │ │ │ │ │ │ ├── PARTRN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mfParallelTraining.c │ │ │ │ │ │ │ └── mfStandardTraining.c │ │ │ │ │ │ ├── S3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfs3.c │ │ │ │ │ │ └── TABLE │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mftds.c │ │ │ │ │ │ ├── Main │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── TN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mmflowtn.c │ │ │ │ │ │ ├── mdef.c │ │ │ │ │ │ ├── merrhdl.c │ │ │ │ │ │ ├── minit.c │ │ │ │ │ │ ├── mm.c │ │ │ │ │ │ ├── mmConditionalPso.c │ │ │ │ │ │ ├── mmEcc.c │ │ │ │ │ │ ├── mmExcludeDimm.c │ │ │ │ │ │ ├── mmLvDdr3.c │ │ │ │ │ │ ├── mmMemClr.c │ │ │ │ │ │ ├── mmMemRestore.c │ │ │ │ │ │ ├── mmNodeInterleave.c │ │ │ │ │ │ ├── mmOnlineSpare.c │ │ │ │ │ │ ├── mmParallelTraining.c │ │ │ │ │ │ ├── mmStandardTraining.c │ │ │ │ │ │ ├── mmUmaAlloc.c │ │ │ │ │ │ ├── mmflow.c │ │ │ │ │ │ ├── mmlvddr3.h │ │ │ │ │ │ ├── mu.c │ │ │ │ │ │ └── muc.c │ │ │ │ │ │ ├── NB │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── TN │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mnS3tn.h │ │ │ │ │ │ │ ├── mndcttn.c │ │ │ │ │ │ │ ├── mnflowtn.c │ │ │ │ │ │ │ ├── mnidendimmtn.c │ │ │ │ │ │ │ ├── mnmcttn.c │ │ │ │ │ │ │ ├── mnottn.c │ │ │ │ │ │ │ ├── mnphytn.c │ │ │ │ │ │ │ ├── mnregtn.c │ │ │ │ │ │ │ ├── mns3tn.c │ │ │ │ │ │ │ ├── mntn.c │ │ │ │ │ │ │ └── mntn.h │ │ │ │ │ │ ├── mn.c │ │ │ │ │ │ ├── mnS3.c │ │ │ │ │ │ ├── mndct.c │ │ │ │ │ │ ├── mnfeat.c │ │ │ │ │ │ ├── mnflow.c │ │ │ │ │ │ ├── mnmct.c │ │ │ │ │ │ ├── mnphy.c │ │ │ │ │ │ ├── mnreg.c │ │ │ │ │ │ └── mntrain3.c │ │ │ │ │ │ ├── Ps │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── TN │ │ │ │ │ │ │ ├── FM2 │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ └── mpUtnfm2.c │ │ │ │ │ │ │ ├── FP2 │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ └── mpStnfp2.c │ │ │ │ │ │ │ ├── FS1 │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ └── mpStnfs1.c │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mpStn3.c │ │ │ │ │ │ │ ├── mpUtn3.c │ │ │ │ │ │ │ └── mptn3.c │ │ │ │ │ │ ├── mp.c │ │ │ │ │ │ ├── mplribt.c │ │ │ │ │ │ ├── mplrnlr.c │ │ │ │ │ │ ├── mplrnpr.c │ │ │ │ │ │ ├── mpmaxfreq.c │ │ │ │ │ │ ├── mpmr0.c │ │ │ │ │ │ ├── mpodtpat.c │ │ │ │ │ │ ├── mprc10opspd.c │ │ │ │ │ │ ├── mprc2ibt.c │ │ │ │ │ │ ├── mprtt.c │ │ │ │ │ │ ├── mpsao.c │ │ │ │ │ │ └── mpseeds.c │ │ │ │ │ │ ├── Tech │ │ │ │ │ │ ├── DDR3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── mt3.c │ │ │ │ │ │ │ ├── mt3.h │ │ │ │ │ │ │ ├── mtlrdimm3.c │ │ │ │ │ │ │ ├── mtlrdimm3.h │ │ │ │ │ │ │ ├── mtot3.c │ │ │ │ │ │ │ ├── mtot3.h │ │ │ │ │ │ │ ├── mtrci3.c │ │ │ │ │ │ │ ├── mtrci3.h │ │ │ │ │ │ │ ├── mtsdi3.c │ │ │ │ │ │ │ ├── mtsdi3.h │ │ │ │ │ │ │ ├── mtspd3.c │ │ │ │ │ │ │ ├── mtspd3.h │ │ │ │ │ │ │ ├── mttecc3.c │ │ │ │ │ │ │ └── mttwl3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mt.c │ │ │ │ │ │ ├── mthdi.c │ │ │ │ │ │ ├── mttEdgeDetect.c │ │ │ │ │ │ ├── mttEdgeDetect.h │ │ │ │ │ │ ├── mttdimbt.c │ │ │ │ │ │ ├── mttecc.c │ │ │ │ │ │ ├── mtthrc.c │ │ │ │ │ │ ├── mtthrcSeedTrain.c │ │ │ │ │ │ ├── mttml.c │ │ │ │ │ │ ├── mttoptsrc.c │ │ │ │ │ │ └── mttsrc.c │ │ │ │ │ │ ├── ma.h │ │ │ │ │ │ ├── memPage.h │ │ │ │ │ │ ├── merrhdl.h │ │ │ │ │ │ ├── mfParallelTraining.h │ │ │ │ │ │ ├── mfStandardTraining.h │ │ │ │ │ │ ├── mfmemclr.h │ │ │ │ │ │ ├── mfs3.h │ │ │ │ │ │ ├── mftds.h │ │ │ │ │ │ ├── mm.h │ │ │ │ │ │ ├── mn.h │ │ │ │ │ │ ├── mnreg.h │ │ │ │ │ │ ├── mp.h │ │ │ │ │ │ ├── mport.h │ │ │ │ │ │ ├── mt.h │ │ │ │ │ │ └── mu.h │ │ │ │ └── gcccar.inc │ │ │ └── f16kb │ │ │ │ ├── AGESA.h │ │ │ │ ├── AMD.h │ │ │ │ ├── Config │ │ │ │ ├── OptionApmInstall.h │ │ │ │ ├── OptionC6Install.h │ │ │ │ ├── OptionCditInstall.h │ │ │ │ ├── OptionCpbInstall.h │ │ │ │ ├── OptionCpuCacheFlushOnHaltInstall.h │ │ │ │ ├── OptionCpuCoreLevelingInstall.h │ │ │ │ ├── OptionCpuFamiliesInstall.h │ │ │ │ ├── OptionCpuFeaturesInstall.h │ │ │ │ ├── OptionCpuSpecificServicesInstall.h │ │ │ │ ├── OptionCratInstall.h │ │ │ │ ├── OptionDmiInstall.h │ │ │ │ ├── OptionFamily16hInstall.h │ │ │ │ ├── OptionFchInstall.h │ │ │ │ ├── OptionGfxRecoveryInstall.h │ │ │ │ ├── OptionGnbInstall.h │ │ │ │ ├── OptionHtInstall.h │ │ │ │ ├── OptionHtcInstall.h │ │ │ │ ├── OptionIdsInstall.h │ │ │ │ ├── OptionIoCstateInstall.h │ │ │ │ ├── OptionL3FeaturesInstall.h │ │ │ │ ├── OptionLowPwrPstateInstall.h │ │ │ │ ├── OptionMemoryInstall.h │ │ │ │ ├── OptionMmioMapInstall.h │ │ │ │ ├── OptionMsgBasedC1eInstall.h │ │ │ │ ├── OptionMultiSocketInstall.h │ │ │ │ ├── OptionPrefetchModeInstall.h │ │ │ │ ├── OptionPreserveMailboxInstall.h │ │ │ │ ├── OptionPsiInstall.h │ │ │ │ ├── OptionPstateHpcModeInstall.h │ │ │ │ ├── OptionPstateInstall.h │ │ │ │ ├── OptionS3ScriptInstall.h │ │ │ │ ├── OptionSlitInstall.h │ │ │ │ ├── OptionSratInstall.h │ │ │ │ ├── OptionTdpLimitingInstall.h │ │ │ │ ├── OptionWheaInstall.h │ │ │ │ └── PlatformInstall.h │ │ │ │ ├── Dispatcher.h │ │ │ │ ├── Include │ │ │ │ ├── AdvancedApi.h │ │ │ │ ├── CommonReturns.h │ │ │ │ ├── Filecode.h │ │ │ │ ├── GeneralServices.h │ │ │ │ ├── GnbInterface.h │ │ │ │ ├── Ids.h │ │ │ │ ├── IdsHt.h │ │ │ │ ├── IdsPerf.h │ │ │ │ ├── OptionCdit.h │ │ │ │ ├── OptionCpuSpecificServicesInstallReset.h │ │ │ │ ├── OptionCrat.h │ │ │ │ ├── OptionDmi.h │ │ │ │ ├── OptionFamily16hEarlySample.h │ │ │ │ ├── OptionGfxRecovery.h │ │ │ │ ├── OptionGnb.h │ │ │ │ ├── OptionMemory.h │ │ │ │ ├── OptionMultiSocket.h │ │ │ │ ├── OptionPstate.h │ │ │ │ ├── OptionSlit.h │ │ │ │ ├── OptionSrat.h │ │ │ │ ├── OptionWhea.h │ │ │ │ ├── Options.h │ │ │ │ ├── OptionsHt.h │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ └── Topology.h │ │ │ │ ├── Legacy │ │ │ │ └── Proc │ │ │ │ │ ├── Dispatcher.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── agesaCallouts.c │ │ │ │ │ └── hobTransfer.c │ │ │ │ ├── Makefile.inc │ │ │ │ ├── Proc │ │ │ │ ├── CPU │ │ │ │ │ ├── Family │ │ │ │ │ │ ├── 0x16 │ │ │ │ │ │ │ ├── KB │ │ │ │ │ │ │ │ ├── F16KbC6State.c │ │ │ │ │ │ │ │ ├── F16KbCacheFlushOnHalt.c │ │ │ │ │ │ │ │ ├── F16KbCoreAfterReset.c │ │ │ │ │ │ │ │ ├── F16KbCoreAfterReset.h │ │ │ │ │ │ │ │ ├── F16KbCpb.c │ │ │ │ │ │ │ │ ├── F16KbDmi.c │ │ │ │ │ │ │ │ ├── F16KbEquivalenceTable.c │ │ │ │ │ │ │ │ ├── F16KbHtc.c │ │ │ │ │ │ │ │ ├── F16KbId7001MicrocodePatch.c │ │ │ │ │ │ │ │ ├── F16KbInitEarlyTable.c │ │ │ │ │ │ │ │ ├── F16KbIoCstate.c │ │ │ │ │ │ │ │ ├── F16KbLogicalIdTables.c │ │ │ │ │ │ │ │ ├── F16KbMicrocodePatchTables.c │ │ │ │ │ │ │ │ ├── F16KbMsrTables.c │ │ │ │ │ │ │ │ ├── F16KbNbAfterReset.c │ │ │ │ │ │ │ │ ├── F16KbNbAfterReset.h │ │ │ │ │ │ │ │ ├── F16KbPciTables.c │ │ │ │ │ │ │ │ ├── F16KbPowerCheck.c │ │ │ │ │ │ │ │ ├── F16KbPowerCheck.h │ │ │ │ │ │ │ │ ├── F16KbPowerMgmt.h │ │ │ │ │ │ │ │ ├── F16KbPowerMgmtSystemTables.c │ │ │ │ │ │ │ │ ├── F16KbPsi.c │ │ │ │ │ │ │ │ ├── F16KbPstate.c │ │ │ │ │ │ │ │ ├── F16KbSharedMsrTable.c │ │ │ │ │ │ │ │ ├── F16KbUtilities.c │ │ │ │ │ │ │ │ ├── F16KbUtilities.h │ │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── cpuF16Apm.c │ │ │ │ │ │ │ ├── cpuF16BrandId.c │ │ │ │ │ │ │ ├── cpuF16CacheDefaults.c │ │ │ │ │ │ │ ├── cpuF16Dmi.c │ │ │ │ │ │ │ ├── cpuF16Dmi.h │ │ │ │ │ │ │ ├── cpuF16MmioMap.c │ │ │ │ │ │ │ ├── cpuF16MmioMap.h │ │ │ │ │ │ │ ├── cpuF16MsrUnknownTables.c │ │ │ │ │ │ │ ├── cpuF16PciUnknownTables.c │ │ │ │ │ │ │ ├── cpuF16PowerMgmt.h │ │ │ │ │ │ │ ├── cpuF16Utilities.c │ │ │ │ │ │ │ ├── cpuF16Utilities.h │ │ │ │ │ │ │ └── cpuF16WheaInitDataTables.c │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ ├── Feature │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PreserveMailbox.h │ │ │ │ │ │ ├── cpuApm.c │ │ │ │ │ │ ├── cpuApm.h │ │ │ │ │ │ ├── cpuC6State.c │ │ │ │ │ │ ├── cpuC6State.h │ │ │ │ │ │ ├── cpuCacheFlushOnHalt.c │ │ │ │ │ │ ├── cpuCacheInit.c │ │ │ │ │ │ ├── cpuCacheInit.h │ │ │ │ │ │ ├── cpuCdit.c │ │ │ │ │ │ ├── cpuCoreLeveling.c │ │ │ │ │ │ ├── cpuCpb.c │ │ │ │ │ │ ├── cpuCpb.h │ │ │ │ │ │ ├── cpuCrat.c │ │ │ │ │ │ ├── cpuCrat.h │ │ │ │ │ │ ├── cpuDmi.c │ │ │ │ │ │ ├── cpuFeatureLeveling.c │ │ │ │ │ │ ├── cpuFeatures.c │ │ │ │ │ │ ├── cpuFeatures.h │ │ │ │ │ │ ├── cpuHtc.c │ │ │ │ │ │ ├── cpuHtc.h │ │ │ │ │ │ ├── cpuIoCstate.c │ │ │ │ │ │ ├── cpuIoCstate.h │ │ │ │ │ │ ├── cpuL3Features.h │ │ │ │ │ │ ├── cpuMsgBasedC1e.h │ │ │ │ │ │ ├── cpuPrefetchMode.h │ │ │ │ │ │ ├── cpuPsi.c │ │ │ │ │ │ ├── cpuPsi.h │ │ │ │ │ │ ├── cpuPstateGather.c │ │ │ │ │ │ ├── cpuPstateHpcMode.h │ │ │ │ │ │ ├── cpuPstateLeveling.c │ │ │ │ │ │ ├── cpuPstateTables.c │ │ │ │ │ │ ├── cpuPstateTables.h │ │ │ │ │ │ ├── cpuSlit.c │ │ │ │ │ │ ├── cpuSrat.c │ │ │ │ │ │ ├── cpuTdpLimiting.h │ │ │ │ │ │ └── cpuWhea.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── S3.c │ │ │ │ │ ├── S3.h │ │ │ │ │ ├── Table.c │ │ │ │ │ ├── Table.h │ │ │ │ │ ├── cahalt.c │ │ │ │ │ ├── cahaltasm.S │ │ │ │ │ ├── cpuApicUtilities.c │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ ├── cpuBist.c │ │ │ │ │ ├── cpuEarlyInit.c │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ ├── cpuEnvInit.h │ │ │ │ │ ├── cpuEventLog.c │ │ │ │ │ ├── cpuFamilyTranslation.c │ │ │ │ │ ├── cpuFamilyTranslation.h │ │ │ │ │ ├── cpuGeneralServices.c │ │ │ │ │ ├── cpuLateInit.c │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ ├── cpuMicrocodePatch.c │ │ │ │ │ ├── cpuPostInit.c │ │ │ │ │ ├── cpuPostInit.h │ │ │ │ │ ├── cpuPowerMgmt.c │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.c │ │ │ │ │ ├── cpuPowerMgmtSingleSocket.h │ │ │ │ │ ├── cpuPowerMgmtSystemTables.h │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ ├── cpuServices.h │ │ │ │ │ ├── cpuWarmReset.c │ │ │ │ │ ├── heapManager.c │ │ │ │ │ ├── heapManager.h │ │ │ │ │ └── mmioMapManager.h │ │ │ │ ├── Common │ │ │ │ │ ├── AmdFch.h │ │ │ │ │ ├── AmdInitEarly.c │ │ │ │ │ ├── AmdInitEnv.c │ │ │ │ │ ├── AmdInitLate.c │ │ │ │ │ ├── AmdInitMid.c │ │ │ │ │ ├── AmdInitPost.c │ │ │ │ │ ├── AmdInitReset.c │ │ │ │ │ ├── AmdInitResume.c │ │ │ │ │ ├── AmdLateRunApTask.c │ │ │ │ │ ├── AmdS3LateRestore.c │ │ │ │ │ ├── AmdS3Save.c │ │ │ │ │ ├── CommonInits.c │ │ │ │ │ ├── CommonInits.h │ │ │ │ │ ├── CommonReturns.c │ │ │ │ │ ├── CreateStruct.c │ │ │ │ │ ├── CreateStruct.h │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── S3RestoreState.c │ │ │ │ │ ├── S3SaveState.c │ │ │ │ │ └── S3SaveState.h │ │ │ │ ├── Fch │ │ │ │ │ ├── Azalia │ │ │ │ │ │ ├── AzaliaEnv.c │ │ │ │ │ │ ├── AzaliaLate.c │ │ │ │ │ │ ├── AzaliaMid.c │ │ │ │ │ │ ├── AzaliaReset.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AcpiLib.c │ │ │ │ │ │ ├── AcpiLib.h │ │ │ │ │ │ ├── FchBiosRamUsage.h │ │ │ │ │ │ ├── FchCommon.c │ │ │ │ │ │ ├── FchCommonCfg.h │ │ │ │ │ │ ├── FchDef.h │ │ │ │ │ │ ├── FchLib.c │ │ │ │ │ │ ├── FchPeLib.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── MemLib.c │ │ │ │ │ │ └── PciLib.c │ │ │ │ │ ├── Fch.h │ │ │ │ │ ├── FchPlatform.h │ │ │ │ │ ├── HwAcpi │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeHwAcpiEnvService.c │ │ │ │ │ │ │ │ ├── YangtzeHwAcpiLateService.c │ │ │ │ │ │ │ │ ├── YangtzeHwAcpiMidService.c │ │ │ │ │ │ │ │ └── YangtzeSSService.c │ │ │ │ │ │ ├── HwAcpiEnv.c │ │ │ │ │ │ ├── HwAcpiLate.c │ │ │ │ │ │ ├── HwAcpiMid.c │ │ │ │ │ │ ├── HwAcpiReset.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Hwm │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeHwmEnvService.c │ │ │ │ │ │ │ │ └── YangtzeHwmLateService.c │ │ │ │ │ │ ├── HwmLate.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Ide │ │ │ │ │ │ ├── IdeEnv.c │ │ │ │ │ │ ├── IdeLate.c │ │ │ │ │ │ ├── IdeMid.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Imc │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ └── YangtzeImcService.c │ │ │ │ │ │ ├── FchEcEnv.c │ │ │ │ │ │ ├── FchEcLate.c │ │ │ │ │ │ ├── FchEcMid.c │ │ │ │ │ │ ├── ImcEnv.c │ │ │ │ │ │ ├── ImcLate.c │ │ │ │ │ │ ├── ImcLib.c │ │ │ │ │ │ ├── ImcMid.c │ │ │ │ │ │ ├── ImcReset.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Interface │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── EnvDefYangtze.c │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ └── ResetDefYangtze.c │ │ │ │ │ │ ├── FchInitEnv.c │ │ │ │ │ │ ├── FchInitLate.c │ │ │ │ │ │ ├── FchInitMid.c │ │ │ │ │ │ ├── FchInitReset.c │ │ │ │ │ │ ├── FchInitS3.c │ │ │ │ │ │ ├── FchTaskLauncher.c │ │ │ │ │ │ ├── FchTaskLauncher.h │ │ │ │ │ │ ├── InitEnvDef.c │ │ │ │ │ │ ├── InitResetDef.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Pcie │ │ │ │ │ │ ├── AbEnv.c │ │ │ │ │ │ ├── AbLate.c │ │ │ │ │ │ ├── AbMid.c │ │ │ │ │ │ ├── AbReset.c │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeAbEnvService.c │ │ │ │ │ │ │ │ ├── YangtzeAbResetService.c │ │ │ │ │ │ │ │ └── YangtzeAbService.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieEnv.c │ │ │ │ │ │ ├── PcieLate.c │ │ │ │ │ │ ├── PcieMid.c │ │ │ │ │ │ └── PcieReset.c │ │ │ │ │ ├── Sata │ │ │ │ │ │ ├── AhciEnv.c │ │ │ │ │ │ ├── AhciLate.c │ │ │ │ │ │ ├── AhciLib.c │ │ │ │ │ │ ├── AhciMid.c │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeSataEnvService.c │ │ │ │ │ │ │ │ ├── YangtzeSataResetService.c │ │ │ │ │ │ │ │ └── YangtzeSataService.c │ │ │ │ │ │ ├── Ide2AhciEnv.c │ │ │ │ │ │ ├── Ide2AhciLate.c │ │ │ │ │ │ ├── Ide2AhciLib.c │ │ │ │ │ │ ├── Ide2AhciMid.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── RaidEnv.c │ │ │ │ │ │ ├── RaidLate.c │ │ │ │ │ │ ├── RaidLib.c │ │ │ │ │ │ ├── RaidMid.c │ │ │ │ │ │ ├── SataEnv.c │ │ │ │ │ │ ├── SataEnvLib.c │ │ │ │ │ │ ├── SataIdeEnv.c │ │ │ │ │ │ ├── SataIdeLate.c │ │ │ │ │ │ ├── SataIdeLib.c │ │ │ │ │ │ ├── SataIdeMid.c │ │ │ │ │ │ ├── SataLate.c │ │ │ │ │ │ ├── SataLib.c │ │ │ │ │ │ ├── SataMid.c │ │ │ │ │ │ └── SataReset.c │ │ │ │ │ ├── Sd │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeSdEnvService.c │ │ │ │ │ │ │ │ ├── YangtzeSdResetService.c │ │ │ │ │ │ │ │ └── YangtzeSdService.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── SdEnv.c │ │ │ │ │ │ ├── SdLate.c │ │ │ │ │ │ └── SdMid.c │ │ │ │ │ ├── Spi │ │ │ │ │ │ ├── Family │ │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ │ ├── YangtzeLpcEnvService.c │ │ │ │ │ │ │ │ └── YangtzeLpcResetService.c │ │ │ │ │ │ ├── LpcEnv.c │ │ │ │ │ │ ├── LpcLate.c │ │ │ │ │ │ ├── LpcMid.c │ │ │ │ │ │ ├── LpcReset.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── SpiEnv.c │ │ │ │ │ │ ├── SpiLate.c │ │ │ │ │ │ ├── SpiMid.c │ │ │ │ │ │ └── SpiReset.c │ │ │ │ │ └── Usb │ │ │ │ │ │ ├── EhciEnv.c │ │ │ │ │ │ ├── EhciLate.c │ │ │ │ │ │ ├── EhciMid.c │ │ │ │ │ │ ├── EhciReset.c │ │ │ │ │ │ ├── Family │ │ │ │ │ │ └── Yangtze │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ ├── YangtzeEhciEnvService.c │ │ │ │ │ │ │ ├── YangtzeEhciLateService.c │ │ │ │ │ │ │ ├── YangtzeEhciMidService.c │ │ │ │ │ │ │ ├── YangtzeOhciEnvService.c │ │ │ │ │ │ │ ├── YangtzeOhciLateService.c │ │ │ │ │ │ │ ├── YangtzeOhciMidService.c │ │ │ │ │ │ │ ├── YangtzeXhciEnvService.c │ │ │ │ │ │ │ ├── YangtzeXhciLateService.c │ │ │ │ │ │ │ ├── YangtzeXhciMidService.c │ │ │ │ │ │ │ └── YangtzeXhciResetService.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── OhciEnv.c │ │ │ │ │ │ ├── OhciLate.c │ │ │ │ │ │ ├── OhciMid.c │ │ │ │ │ │ ├── OhciReset.c │ │ │ │ │ │ ├── UsbEnv.c │ │ │ │ │ │ ├── UsbLate.c │ │ │ │ │ │ ├── UsbMid.c │ │ │ │ │ │ ├── UsbReset.c │ │ │ │ │ │ ├── XhciEnv.c │ │ │ │ │ │ ├── XhciLate.c │ │ │ │ │ │ ├── XhciMid.c │ │ │ │ │ │ └── XhciReset.c │ │ │ │ ├── GNB │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── Gnb.h │ │ │ │ │ │ ├── GnbF1Table.h │ │ │ │ │ │ ├── GnbFamServices.h │ │ │ │ │ │ ├── GnbGfx.h │ │ │ │ │ │ ├── GnbGfxFamServices.h │ │ │ │ │ │ ├── GnbIommu.h │ │ │ │ │ │ ├── GnbLibFeatures.c │ │ │ │ │ │ ├── GnbLibFeatures.h │ │ │ │ │ │ ├── GnbPcie.h │ │ │ │ │ │ ├── GnbPcieFamServices.h │ │ │ │ │ │ ├── GnbRegistersCommon.h │ │ │ │ │ │ ├── GnbRegistersCommonV2.h │ │ │ │ │ │ ├── GnbRegistersKB.h │ │ │ │ │ │ ├── GnbUra.h │ │ │ │ │ │ ├── GnbUraServices.h │ │ │ │ │ │ ├── GnbUraToken.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── GnbInitAtEarly.c │ │ │ │ │ ├── GnbInitAtEnv.c │ │ │ │ │ ├── GnbInitAtLate.c │ │ │ │ │ ├── GnbInitAtMid.c │ │ │ │ │ ├── GnbInitAtPost.c │ │ │ │ │ ├── GnbInitAtReset.c │ │ │ │ │ ├── GnbInitAtS3Save.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── Modules │ │ │ │ │ │ ├── GnbCommonLib │ │ │ │ │ │ ├── GnbCommonLib.h │ │ │ │ │ │ ├── GnbLib.c │ │ │ │ │ │ ├── GnbLib.h │ │ │ │ │ │ ├── GnbLibCpuAcc.c │ │ │ │ │ │ ├── GnbLibCpuAcc.h │ │ │ │ │ │ ├── GnbLibHeap.c │ │ │ │ │ │ ├── GnbLibHeap.h │ │ │ │ │ │ ├── GnbLibIoAcc.c │ │ │ │ │ │ ├── GnbLibIoAcc.h │ │ │ │ │ │ ├── GnbLibMemAcc.c │ │ │ │ │ │ ├── GnbLibMemAcc.h │ │ │ │ │ │ ├── GnbLibPci.c │ │ │ │ │ │ ├── GnbLibPci.h │ │ │ │ │ │ ├── GnbLibPciAcc.c │ │ │ │ │ │ ├── GnbLibPciAcc.h │ │ │ │ │ │ ├── GnbTimerLib.c │ │ │ │ │ │ ├── GnbTimerLib.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbFamTranslation │ │ │ │ │ │ ├── GnbPcieTranslation.c │ │ │ │ │ │ ├── GnbTranslation.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbGfxConfig │ │ │ │ │ │ ├── GfxConfigEnv.c │ │ │ │ │ │ ├── GfxConfigLib.c │ │ │ │ │ │ ├── GfxConfigLib.h │ │ │ │ │ │ ├── GfxConfigMid.c │ │ │ │ │ │ ├── GfxConfigPost.c │ │ │ │ │ │ ├── GnbGfxConfig.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbGfxInitLibV1 │ │ │ │ │ │ ├── GfxCardInfo.c │ │ │ │ │ │ ├── GfxCardInfo.h │ │ │ │ │ │ ├── GfxEnumConnectors.c │ │ │ │ │ │ ├── GfxEnumConnectors.h │ │ │ │ │ │ ├── GnbGfxInitLibV1.c │ │ │ │ │ │ ├── GnbGfxInitLibV1.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbGfxIntTableV3 │ │ │ │ │ │ ├── GfxIntegratedInfoTable.c │ │ │ │ │ │ ├── GfxIntegratedInfoTable.h │ │ │ │ │ │ ├── GfxLibV3.c │ │ │ │ │ │ ├── GfxLibV3.h │ │ │ │ │ │ ├── GfxPwrPlayTable.c │ │ │ │ │ │ ├── GfxPwrPlayTable.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbInitKB │ │ │ │ │ │ ├── AlibKB.c │ │ │ │ │ │ ├── AlibSsdtKB.h │ │ │ │ │ │ ├── GfxEnvInitKB.c │ │ │ │ │ │ ├── GfxGmcInitKB.c │ │ │ │ │ │ ├── GfxGmcInitKB.h │ │ │ │ │ │ ├── GfxIntegratedInfoTableKB.c │ │ │ │ │ │ ├── GfxLibKB.c │ │ │ │ │ │ ├── GfxLibKB.h │ │ │ │ │ │ ├── GfxMidInitKB.c │ │ │ │ │ │ ├── GfxPostInitKB.c │ │ │ │ │ │ ├── GfxSamuInitKB.c │ │ │ │ │ │ ├── GfxSamuInitKB.h │ │ │ │ │ │ ├── GfxTablesKB.c │ │ │ │ │ │ ├── GnbEarlyInitKB.c │ │ │ │ │ │ ├── GnbEnvInitKB.c │ │ │ │ │ │ ├── GnbF1TableKB.c │ │ │ │ │ │ ├── GnbF1TableKB.h │ │ │ │ │ │ ├── GnbInitKBInstall.h │ │ │ │ │ │ ├── GnbIommuTablesKB.c │ │ │ │ │ │ ├── GnbMidInitKB.c │ │ │ │ │ │ ├── GnbPostInitKB.c │ │ │ │ │ │ ├── GnbRegisterAccKB.c │ │ │ │ │ │ ├── GnbRegisterAccKB.h │ │ │ │ │ │ ├── GnbSamuPatchKB.h │ │ │ │ │ │ ├── GnbSmuFirmwareKB.h │ │ │ │ │ │ ├── GnbTablesKB.c │ │ │ │ │ │ ├── GnbUraKB.c │ │ │ │ │ │ ├── GnbUraTokenMapKB.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieComplexDataKB.c │ │ │ │ │ │ ├── PcieComplexDataKB.h │ │ │ │ │ │ ├── PcieConfigKB.c │ │ │ │ │ │ ├── PcieEarlyInitKB.c │ │ │ │ │ │ ├── PcieEnvInitKB.c │ │ │ │ │ │ ├── PcieLibKB.c │ │ │ │ │ │ ├── PcieLibKB.h │ │ │ │ │ │ ├── PcieMidInitKB.c │ │ │ │ │ │ ├── PciePostInitKB.c │ │ │ │ │ │ ├── PcieTablesKB.c │ │ │ │ │ │ └── excel925.h │ │ │ │ │ │ ├── GnbIoapic │ │ │ │ │ │ ├── GnbIoapic.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbNbInitLibV1 │ │ │ │ │ │ └── GnbNbInitLibV1.h │ │ │ │ │ │ ├── GnbNbInitLibV4 │ │ │ │ │ │ ├── GnbNbInitLibV4.c │ │ │ │ │ │ ├── GnbNbInitLibV4.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbNbInitLibV5 │ │ │ │ │ │ ├── GnbNbInitLibV5.c │ │ │ │ │ │ ├── GnbNbInitLibV5.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbPcieAlibV2 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieAlibV2.c │ │ │ │ │ │ └── PcieAlibV2.h │ │ │ │ │ │ ├── GnbPcieAspm │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieAspm.c │ │ │ │ │ │ └── PcieAspm.h │ │ │ │ │ │ ├── GnbPcieClkPm │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieClkPm.c │ │ │ │ │ │ └── PcieClkPm.h │ │ │ │ │ │ ├── GnbPcieConfig │ │ │ │ │ │ ├── GnbHandleLib.c │ │ │ │ │ │ ├── GnbHandleLib.h │ │ │ │ │ │ ├── GnbPcieConfig.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieConfigData.c │ │ │ │ │ │ ├── PcieConfigData.h │ │ │ │ │ │ ├── PcieConfigLib.c │ │ │ │ │ │ ├── PcieConfigLib.h │ │ │ │ │ │ ├── PcieInputParser.c │ │ │ │ │ │ ├── PcieInputParser.h │ │ │ │ │ │ ├── PcieMapTopology.c │ │ │ │ │ │ └── PcieMapTopology.h │ │ │ │ │ │ ├── GnbPcieInitLibV1 │ │ │ │ │ │ ├── GnbPcieInitLibV1.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieAspmBlackList.c │ │ │ │ │ │ ├── PcieAspmBlackList.h │ │ │ │ │ │ ├── PcieAspmExitLatency.h │ │ │ │ │ │ ├── PciePhyServices.h │ │ │ │ │ │ ├── PciePifServices.c │ │ │ │ │ │ ├── PciePifServices.h │ │ │ │ │ │ ├── PciePortRegAcc.c │ │ │ │ │ │ ├── PciePortRegAcc.h │ │ │ │ │ │ ├── PciePortServices.c │ │ │ │ │ │ ├── PciePortServices.h │ │ │ │ │ │ ├── PciePowerMgmt.h │ │ │ │ │ │ ├── PcieSiliconServices.h │ │ │ │ │ │ ├── PcieTimer.c │ │ │ │ │ │ ├── PcieTimer.h │ │ │ │ │ │ ├── PcieTopologyServices.c │ │ │ │ │ │ ├── PcieTopologyServices.h │ │ │ │ │ │ ├── PcieUtilityLib.c │ │ │ │ │ │ ├── PcieUtilityLib.h │ │ │ │ │ │ ├── PcieWrapperRegAcc.c │ │ │ │ │ │ └── PcieWrapperRegAcc.h │ │ │ │ │ │ ├── GnbPcieInitLibV4 │ │ │ │ │ │ ├── GnbPcieInitLibV4.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PciePortServicesV4.c │ │ │ │ │ │ ├── PciePortServicesV4.h │ │ │ │ │ │ ├── PciePowerMgmtV4.h │ │ │ │ │ │ ├── PcieWrapperServicesV4.c │ │ │ │ │ │ └── PcieWrapperServicesV4.h │ │ │ │ │ │ ├── GnbPcieInitLibV5 │ │ │ │ │ │ ├── GnbPcieInitLibV5.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PciePhyServicesV5.c │ │ │ │ │ │ ├── PciePifServicesV5.c │ │ │ │ │ │ ├── PciePortServicesV5.c │ │ │ │ │ │ ├── PcieSiliconServicesV5.c │ │ │ │ │ │ ├── PcieTopologyServicesV5.c │ │ │ │ │ │ └── PcieWrapperServicesV5.c │ │ │ │ │ │ ├── GnbPcieMaxPayload │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieMaxPayload.c │ │ │ │ │ │ └── PcieMaxPayload.h │ │ │ │ │ │ ├── GnbPcieTrainingV2 │ │ │ │ │ │ ├── GnbPcieTrainingV2.h │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── PcieTrainingV2.c │ │ │ │ │ │ ├── PcieTrainingV2.h │ │ │ │ │ │ ├── PcieWorkaroundsV2.c │ │ │ │ │ │ └── PcieWorkaroundsV2.h │ │ │ │ │ │ ├── GnbSSocketLib │ │ │ │ │ │ ├── GnbSSocketLib.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbSbLib │ │ │ │ │ │ ├── GnbSbLib.c │ │ │ │ │ │ ├── GnbSbLib.h │ │ │ │ │ │ ├── GnbSbPcie.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbScsLibV1 │ │ │ │ │ │ ├── GnbScsLibV1.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbSmuLibV7 │ │ │ │ │ │ ├── GnbSmuInitLibV7.c │ │ │ │ │ │ ├── GnbSmuInitLibV7.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbSview │ │ │ │ │ │ ├── GnbSview.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ ├── GnbTable │ │ │ │ │ │ ├── GnbTable.c │ │ │ │ │ │ ├── GnbTable.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ │ └── GnbUraLibV1 │ │ │ │ │ │ ├── GnbUraLibV1.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ ├── HT │ │ │ │ │ ├── Fam16 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── htNbFam16.c │ │ │ │ │ │ ├── htNbUtilitiesFam16.c │ │ │ │ │ │ └── htNbUtilitiesFam16.h │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── htFeat.c │ │ │ │ │ ├── htFeat.h │ │ │ │ │ ├── htInterface.c │ │ │ │ │ ├── htInterface.h │ │ │ │ │ ├── htInterfaceCoherent.c │ │ │ │ │ ├── htInterfaceCoherent.h │ │ │ │ │ ├── htInterfaceGeneral.c │ │ │ │ │ ├── htInterfaceGeneral.h │ │ │ │ │ ├── htInterfaceNonCoherent.c │ │ │ │ │ ├── htInterfaceNonCoherent.h │ │ │ │ │ ├── htMain.c │ │ │ │ │ ├── htNb.c │ │ │ │ │ ├── htNb.h │ │ │ │ │ ├── htNbCommonHardware.h │ │ │ │ │ ├── htNotify.c │ │ │ │ │ ├── htNotify.h │ │ │ │ │ └── htTopologies.h │ │ │ │ ├── IDS │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── IdsDebug.c │ │ │ │ │ │ ├── IdsDebugPrint.c │ │ │ │ │ │ ├── IdsDebugPrint.h │ │ │ │ │ │ ├── IdsDpHdtout.c │ │ │ │ │ │ ├── IdsDpHdtout.h │ │ │ │ │ │ ├── IdsDpSerial.c │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── Family │ │ │ │ │ │ └── 0x16 │ │ │ │ │ │ │ └── KB │ │ │ │ │ │ │ ├── IdsF16KbAllService.c │ │ │ │ │ │ │ ├── IdsF16KbAllService.h │ │ │ │ │ │ │ ├── IdsF16KbNvDef.h │ │ │ │ │ │ │ └── Makefile.inc │ │ │ │ │ ├── IdsLib.h │ │ │ │ │ └── Library │ │ │ │ │ │ ├── IdsLib.c │ │ │ │ │ │ ├── IdsRegAcc.h │ │ │ │ │ │ └── Makefile.inc │ │ │ │ └── Mem │ │ │ │ │ ├── Ardk │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ └── ma.c │ │ │ │ │ ├── Feat │ │ │ │ │ ├── CRAT │ │ │ │ │ │ └── mfCrat.h │ │ │ │ │ ├── CSINTLV │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfcsi.c │ │ │ │ │ │ └── mfcsi.h │ │ │ │ │ ├── DMI │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mfDMI.c │ │ │ │ │ ├── ECC │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfecc.c │ │ │ │ │ │ ├── mfecc.h │ │ │ │ │ │ └── mfemp.c │ │ │ │ │ ├── EXCLUDIMM │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mfdimmexclud.c │ │ │ │ │ ├── IDENDIMM │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfidendimm.c │ │ │ │ │ │ └── mfidendimm.h │ │ │ │ │ ├── LVDDR3 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mflvddr3.c │ │ │ │ │ │ └── mflvddr3.h │ │ │ │ │ ├── MEMCLR │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mfmemclr.c │ │ │ │ │ ├── ODTHERMAL │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfodthermal.c │ │ │ │ │ │ └── mfodthermal.h │ │ │ │ │ ├── PARTRN │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfParallelTraining.c │ │ │ │ │ │ └── mfStandardTraining.c │ │ │ │ │ ├── RDWR2DTRAINING │ │ │ │ │ │ ├── KB │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mfRdWr2DKb.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mfRdDqs2DTraining.c │ │ │ │ │ │ ├── mfRdWr2DEyeRimSearch.c │ │ │ │ │ │ ├── mfRdWr2DPatternGeneration.c │ │ │ │ │ │ ├── mfRdWr2DTraining.c │ │ │ │ │ │ └── mfRdWr2DTraining.h │ │ │ │ │ ├── S3 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mfs3.c │ │ │ │ │ └── TABLE │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mftds.c │ │ │ │ │ ├── Main │ │ │ │ │ ├── KB │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ └── mmflowkb.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mdef.c │ │ │ │ │ ├── merrhdl.c │ │ │ │ │ ├── minit.c │ │ │ │ │ ├── mm.c │ │ │ │ │ ├── mmConditionalPso.c │ │ │ │ │ ├── mmEcc.c │ │ │ │ │ ├── mmExcludeDimm.c │ │ │ │ │ ├── mmLvDdr3.c │ │ │ │ │ ├── mmMemClr.c │ │ │ │ │ ├── mmMemRestore.c │ │ │ │ │ ├── mmNodeInterleave.c │ │ │ │ │ ├── mmOnlineSpare.c │ │ │ │ │ ├── mmParallelTraining.c │ │ │ │ │ ├── mmStandardTraining.c │ │ │ │ │ ├── mmUmaAlloc.c │ │ │ │ │ ├── mmflow.c │ │ │ │ │ ├── mmlvddr3.h │ │ │ │ │ ├── mu.c │ │ │ │ │ └── muc.c │ │ │ │ │ ├── NB │ │ │ │ │ ├── KB │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mnS3kb.h │ │ │ │ │ │ ├── mndctkb.c │ │ │ │ │ │ ├── mnflowkb.c │ │ │ │ │ │ ├── mnidendimmkb.c │ │ │ │ │ │ ├── mnkb.c │ │ │ │ │ │ ├── mnkb.h │ │ │ │ │ │ ├── mnmctkb.c │ │ │ │ │ │ ├── mnotkb.c │ │ │ │ │ │ ├── mnphykb.c │ │ │ │ │ │ ├── mnregkb.c │ │ │ │ │ │ └── mns3kb.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mn.c │ │ │ │ │ ├── mnS3.c │ │ │ │ │ ├── mndct.c │ │ │ │ │ ├── mnfeat.c │ │ │ │ │ ├── mnflow.c │ │ │ │ │ ├── mnmct.c │ │ │ │ │ ├── mnphy.c │ │ │ │ │ ├── mnreg.c │ │ │ │ │ └── mntrain3.c │ │ │ │ │ ├── Ps │ │ │ │ │ ├── KB │ │ │ │ │ │ ├── FT3 │ │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ │ └── mpSkbft3.c │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mpSkb3.c │ │ │ │ │ │ ├── mpUkb3.c │ │ │ │ │ │ └── mpkb3.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mp.c │ │ │ │ │ ├── mpmaxfreq.c │ │ │ │ │ ├── mpmr0.c │ │ │ │ │ ├── mpodtpat.c │ │ │ │ │ ├── mprtt.c │ │ │ │ │ ├── mps2d.c │ │ │ │ │ └── mpsao.c │ │ │ │ │ ├── Tech │ │ │ │ │ ├── DDR3 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── mt3.c │ │ │ │ │ │ ├── mt3.h │ │ │ │ │ │ ├── mtlrdimm3.h │ │ │ │ │ │ ├── mtot3.c │ │ │ │ │ │ ├── mtot3.h │ │ │ │ │ │ ├── mtrci3.c │ │ │ │ │ │ ├── mtrci3.h │ │ │ │ │ │ ├── mtsdi3.c │ │ │ │ │ │ ├── mtsdi3.h │ │ │ │ │ │ ├── mtspd3.c │ │ │ │ │ │ ├── mtspd3.h │ │ │ │ │ │ ├── mttecc3.c │ │ │ │ │ │ └── mttwl3.c │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── mt.c │ │ │ │ │ ├── mthdi.c │ │ │ │ │ ├── mttEdgeDetect.c │ │ │ │ │ ├── mttEdgeDetect.h │ │ │ │ │ ├── mttRdDqs2DEyeRimSearch.c │ │ │ │ │ ├── mttRdDqs2DTraining.c │ │ │ │ │ ├── mttdimbt.c │ │ │ │ │ ├── mttecc.c │ │ │ │ │ ├── mtthrc.c │ │ │ │ │ ├── mtthrcSeedTrain.c │ │ │ │ │ ├── mttml.c │ │ │ │ │ ├── mttoptsrc.c │ │ │ │ │ └── mttsrc.c │ │ │ │ │ ├── ma.h │ │ │ │ │ ├── merrhdl.h │ │ │ │ │ ├── mfParallelTraining.h │ │ │ │ │ ├── mfStandardTraining.h │ │ │ │ │ ├── mfmemclr.h │ │ │ │ │ ├── mfs3.h │ │ │ │ │ ├── mftds.h │ │ │ │ │ ├── mm.h │ │ │ │ │ ├── mn.h │ │ │ │ │ ├── mnpmu.h │ │ │ │ │ ├── mnreg.h │ │ │ │ │ ├── mp.h │ │ │ │ │ ├── mport.h │ │ │ │ │ ├── mt.h │ │ │ │ │ └── mu.h │ │ │ │ └── gcccar.inc │ │ ├── cimx │ │ │ ├── Makefile.inc │ │ │ ├── sb800 │ │ │ │ ├── ACPILIB.c │ │ │ │ ├── ACPILIB.h │ │ │ │ ├── AMDLIB.c │ │ │ │ ├── AMDSBLIB.c │ │ │ │ ├── AMDSBLIB.h │ │ │ │ ├── AZALIA.c │ │ │ │ ├── DISPATCHER.c │ │ │ │ ├── EC.c │ │ │ │ ├── ECLIB.c │ │ │ │ ├── ECfan.h │ │ │ │ ├── ECfanLIB.c │ │ │ │ ├── ECfanc.c │ │ │ │ ├── GEC.c │ │ │ │ ├── Gpp.c │ │ │ │ ├── IOLIB.c │ │ │ │ ├── LEGACY.c │ │ │ │ ├── MEMLIB.c │ │ │ │ ├── Makefile.inc │ │ │ │ ├── OEM.h │ │ │ │ ├── PCILIB.c │ │ │ │ ├── PMIO2LIB.c │ │ │ │ ├── PMIOLIB.c │ │ │ │ ├── SATA.c │ │ │ │ ├── SB800.h │ │ │ │ ├── SBCMN.c │ │ │ │ ├── SBDEF.h │ │ │ │ ├── SBMAIN.c │ │ │ │ ├── SBPELIB.c │ │ │ │ ├── SBPort.c │ │ │ │ ├── SBSUBFUN.h │ │ │ │ ├── SBTYPE.h │ │ │ │ ├── SMM.c │ │ │ │ ├── SbModInf.c │ │ │ │ └── USB.c │ │ │ └── sb900 │ │ │ │ ├── AcpiLib.c │ │ │ │ ├── AcpiLib.h │ │ │ │ ├── AmdLib.c │ │ │ │ ├── AmdSbLib.c │ │ │ │ ├── AmdSbLib.h │ │ │ │ ├── Azalia.c │ │ │ │ ├── Debug.c │ │ │ │ ├── Dispatcher.c │ │ │ │ ├── Ec.c │ │ │ │ ├── EcFan.h │ │ │ │ ├── EcFanLib.c │ │ │ │ ├── EcFanc.c │ │ │ │ ├── EcLib.c │ │ │ │ ├── Gec.c │ │ │ │ ├── Gpp.c │ │ │ │ ├── GppHp.c │ │ │ │ ├── Hudson-2.h │ │ │ │ ├── Hwm.c │ │ │ │ ├── IoLib.c │ │ │ │ ├── Legacy.c │ │ │ │ ├── Makefile.inc │ │ │ │ ├── MemLib.c │ │ │ │ ├── OEM.h │ │ │ │ ├── PciLib.c │ │ │ │ ├── Pmio2Lib.c │ │ │ │ ├── PmioLib.c │ │ │ │ ├── SBPort.c │ │ │ │ ├── Sata.c │ │ │ │ ├── SbBiosRamUsage.h │ │ │ │ ├── SbCmn.c │ │ │ │ ├── SbDef.h │ │ │ │ ├── SbMain.c │ │ │ │ ├── SbModInf.c │ │ │ │ ├── SbPeLib.c │ │ │ │ ├── SbSubFun.h │ │ │ │ ├── SbType.h │ │ │ │ ├── Smm.c │ │ │ │ └── Usb.c │ │ ├── include │ │ │ ├── Porting.h │ │ │ ├── cbtypes.h │ │ │ └── gcc-intrin.h │ │ └── pi │ │ │ ├── 00630F01 │ │ │ ├── AGESA.h │ │ │ ├── AMD.h │ │ │ ├── Dispatcher.h │ │ │ ├── Include │ │ │ │ ├── Filecode.h │ │ │ │ ├── Ids.h │ │ │ │ ├── IdsPerf.h │ │ │ │ ├── Options.h │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ └── Topology.h │ │ │ ├── Proc │ │ │ │ ├── CPU │ │ │ │ │ ├── Family │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ ├── Feature │ │ │ │ │ │ └── cpuCacheInit.h │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ └── heapManager.h │ │ │ │ ├── Common │ │ │ │ │ └── AmdFch.h │ │ │ │ ├── Fch │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AcpiLib.h │ │ │ │ │ │ ├── FchBiosRamUsage.h │ │ │ │ │ │ ├── FchCommonCfg.h │ │ │ │ │ │ └── FchDef.h │ │ │ │ │ ├── Fch.h │ │ │ │ │ └── FchPlatform.h │ │ │ │ └── IDS │ │ │ │ │ ├── Debug │ │ │ │ │ ├── IdsDebugPrint.h │ │ │ │ │ ├── IdsDpHdtout.h │ │ │ │ │ └── IdsDpRam.h │ │ │ │ │ ├── Family │ │ │ │ │ └── 0x15 │ │ │ │ │ │ ├── IdsF15AllService.h │ │ │ │ │ │ ├── KV │ │ │ │ │ │ ├── IdsF15KvAllService.h │ │ │ │ │ │ └── IdsF15KvNvDef.h │ │ │ │ │ │ └── TN │ │ │ │ │ │ ├── IdsF15TnAllService.h │ │ │ │ │ │ └── IdsF15TnNvDef.h │ │ │ │ │ ├── IdsLib.h │ │ │ │ │ └── OptionsIds.h │ │ │ └── binaryPI │ │ │ │ ├── AGESA.c │ │ │ │ ├── FieldAccessors.h │ │ │ │ └── gcccar.inc │ │ │ ├── 00660F01 │ │ │ ├── AGESA.h │ │ │ ├── AMD.h │ │ │ ├── Dispatcher.h │ │ │ ├── Include │ │ │ │ ├── Filecode.h │ │ │ │ ├── GeneralServices.h │ │ │ │ ├── Ids.h │ │ │ │ ├── IdsPerf.h │ │ │ │ ├── Options.h │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ └── Topology.h │ │ │ ├── Proc │ │ │ │ ├── CPU │ │ │ │ │ ├── Family │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ ├── Feature │ │ │ │ │ │ └── cpuCacheInit.h │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ └── heapManager.h │ │ │ │ ├── Common │ │ │ │ │ └── AmdFch.h │ │ │ │ ├── Fch │ │ │ │ │ ├── Common │ │ │ │ │ │ ├── AcpiLib.h │ │ │ │ │ │ ├── FchBiosRamUsage.h │ │ │ │ │ │ ├── FchCommonCfg.h │ │ │ │ │ │ ├── FchDef.h │ │ │ │ │ │ ├── FchLib.c │ │ │ │ │ │ ├── FchPeLib.c │ │ │ │ │ │ ├── MemLib.c │ │ │ │ │ │ └── PciLib.c │ │ │ │ │ ├── Fch.h │ │ │ │ │ ├── FchPlatform.h │ │ │ │ │ └── Kern │ │ │ │ │ │ └── KernFch.h │ │ │ │ └── Psp │ │ │ │ │ └── PspBaseLib │ │ │ │ │ ├── PspBaseLib.c │ │ │ │ │ ├── PspBaseLib.h │ │ │ │ │ └── PspDirectory.h │ │ │ └── binaryPI │ │ │ │ ├── AGESA.c │ │ │ │ ├── FieldAccessors.h │ │ │ │ ├── OptionsIds.h │ │ │ │ └── gcccar.inc │ │ │ ├── 00670F00 │ │ │ ├── AGESA.h │ │ │ ├── AMD.h │ │ │ ├── Include │ │ │ │ ├── Filecode.h │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ └── Topology.h │ │ │ ├── Makefile.inc │ │ │ ├── Porting.h │ │ │ ├── Proc │ │ │ │ ├── CPU │ │ │ │ │ ├── Family │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ ├── Table.h │ │ │ │ │ ├── cpuFamilyTranslation.h │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ ├── cpuServices.h │ │ │ │ │ └── heapManager.h │ │ │ │ ├── Common │ │ │ │ │ └── AmdFch.h │ │ │ │ └── Fch │ │ │ │ │ ├── Common │ │ │ │ │ └── FchCommonCfg.h │ │ │ │ │ ├── Fch.h │ │ │ │ │ └── FchPlatform.h │ │ │ ├── agesa_headers.h │ │ │ ├── binaryPI │ │ │ │ ├── AGESA.c │ │ │ │ ├── OptionsIds.h │ │ │ │ └── gcccar.inc │ │ │ ├── check_for_wrapper.h │ │ │ └── gcc-intrin.h │ │ │ ├── 00730F01 │ │ │ ├── AGESA.h │ │ │ ├── AMD.h │ │ │ ├── Dispatcher.h │ │ │ ├── Include │ │ │ │ ├── Filecode.h │ │ │ │ ├── Ids.h │ │ │ │ ├── IdsPerf.h │ │ │ │ ├── Options.h │ │ │ │ ├── PlatformMemoryConfiguration.h │ │ │ │ └── Topology.h │ │ │ ├── Proc │ │ │ │ ├── CPU │ │ │ │ │ ├── Family │ │ │ │ │ │ └── cpuFamRegisters.h │ │ │ │ │ ├── Feature │ │ │ │ │ │ └── cpuCacheInit.h │ │ │ │ │ ├── cpuApicUtilities.h │ │ │ │ │ ├── cpuEarlyInit.h │ │ │ │ │ ├── cpuLateInit.h │ │ │ │ │ ├── cpuRegisters.h │ │ │ │ │ └── heapManager.h │ │ │ │ ├── Common │ │ │ │ │ └── AmdFch.h │ │ │ │ └── Fch │ │ │ │ │ ├── Common │ │ │ │ │ ├── AcpiLib.h │ │ │ │ │ ├── FchBiosRamUsage.h │ │ │ │ │ ├── FchCommonCfg.h │ │ │ │ │ └── FchDef.h │ │ │ │ │ ├── Fch.h │ │ │ │ │ └── FchPlatform.h │ │ │ └── binaryPI │ │ │ │ ├── AGESA.c │ │ │ │ ├── FieldAccessors.h │ │ │ │ ├── OptionsIds.h │ │ │ │ └── gcccar.inc │ │ │ ├── Kconfig │ │ │ ├── Lib │ │ │ ├── amdlib.c │ │ │ ├── amdlib.h │ │ │ └── imc │ │ │ │ ├── HwmLateService.c │ │ │ │ └── ImcLib.c │ │ │ └── Makefile.inc │ │ ├── cavium │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── bdk │ │ │ ├── lame_string.c │ │ │ ├── libbdk-arch │ │ │ │ ├── bdk-csr.c │ │ │ │ ├── bdk-model.c │ │ │ │ └── bdk-numa.c │ │ │ ├── libbdk-boot │ │ │ │ ├── bdk-boot-gpio.c │ │ │ │ ├── bdk-boot-pcie.c │ │ │ │ ├── bdk-boot-qlm.c │ │ │ │ ├── bdk-boot-status.c │ │ │ │ ├── bdk-boot-usb.c │ │ │ │ └── bdk-boot.c │ │ │ ├── libbdk-dram │ │ │ │ ├── bdk-dram-address.c │ │ │ │ ├── bdk-dram-config.c │ │ │ │ ├── bdk-dram-size.c │ │ │ │ ├── bdk-dram-test-addrbus.c │ │ │ │ ├── bdk-dram-test-databus.c │ │ │ │ ├── bdk-dram-test-fastscan.c │ │ │ │ ├── bdk-dram-test-patfil.c │ │ │ │ └── bdk-dram-test.c │ │ │ ├── libbdk-driver │ │ │ │ ├── bdk-driver-mdio.c │ │ │ │ └── bdk-driver-rnm.c │ │ │ ├── libbdk-hal │ │ │ │ ├── bdk-access.c │ │ │ │ ├── bdk-clock.c │ │ │ │ ├── bdk-config.c │ │ │ │ ├── bdk-ecam-io.c │ │ │ │ ├── bdk-ecam.c │ │ │ │ ├── bdk-gpio.c │ │ │ │ ├── bdk-l2c.c │ │ │ │ ├── bdk-nic.c │ │ │ │ ├── bdk-pcie-cn8xxx.c │ │ │ │ ├── bdk-pcie.c │ │ │ │ ├── bdk-qlm.c │ │ │ │ ├── bdk-sata.c │ │ │ │ ├── bdk-usb.c │ │ │ │ ├── device │ │ │ │ │ └── bdk-device.c │ │ │ │ ├── if │ │ │ │ │ ├── bdk-if-phy-marvell.c │ │ │ │ │ ├── bdk-if-phy-vetesse-8514.c │ │ │ │ │ ├── bdk-if-phy-vetesse-xfi.c │ │ │ │ │ ├── bdk-if-phy-vetesse.c │ │ │ │ │ └── bdk-if-phy.c │ │ │ │ └── qlm │ │ │ │ │ ├── bdk-qlm-cn81xx.c │ │ │ │ │ ├── bdk-qlm-common-sata.c │ │ │ │ │ ├── bdk-qlm-common.c │ │ │ │ │ ├── bdk-qlm-errata-cn8xxx.c │ │ │ │ │ └── bdk-qlm-margin-cn8xxx.c │ │ │ ├── libbdk-os │ │ │ │ └── bdk-init.c │ │ │ ├── libbdk-trust │ │ │ │ └── bdk-trust.c │ │ │ └── libdram │ │ │ │ ├── dram-csr.h │ │ │ │ ├── dram-env.c │ │ │ │ ├── dram-env.h │ │ │ │ ├── dram-gpio.h │ │ │ │ ├── dram-init-ddr3.c │ │ │ │ ├── dram-init-ddr3.h │ │ │ │ ├── dram-internal.h │ │ │ │ ├── dram-l2c.c │ │ │ │ ├── dram-l2c.h │ │ │ │ ├── dram-print.h │ │ │ │ ├── dram-spd.c │ │ │ │ ├── dram-spd.h │ │ │ │ ├── dram-tune-ddr3.c │ │ │ │ ├── dram-util.h │ │ │ │ ├── lib_octeon_shared.c │ │ │ │ ├── lib_octeon_shared.h │ │ │ │ ├── libdram-config-load.c │ │ │ │ └── libdram.c │ │ └── include │ │ │ └── bdk │ │ │ ├── bdk-coreboot.h │ │ │ ├── bdk-devicetree.h │ │ │ ├── bdk-minimal.h │ │ │ ├── bdk.h │ │ │ ├── lame_string.h │ │ │ ├── libbdk-arch │ │ │ ├── bdk-arch.h │ │ │ ├── bdk-asm.h │ │ │ ├── bdk-csr.h │ │ │ ├── bdk-csrs-ap.h │ │ │ ├── bdk-csrs-bgx.h │ │ │ ├── bdk-csrs-dap.h │ │ │ ├── bdk-csrs-dtx.h │ │ │ ├── bdk-csrs-ecam.h │ │ │ ├── bdk-csrs-fus.h │ │ │ ├── bdk-csrs-fusf.h │ │ │ ├── bdk-csrs-gic.h │ │ │ ├── bdk-csrs-gpio.h │ │ │ ├── bdk-csrs-gser.h │ │ │ ├── bdk-csrs-gsern.h │ │ │ ├── bdk-csrs-gti.h │ │ │ ├── bdk-csrs-iobn.h │ │ │ ├── bdk-csrs-l2c.h │ │ │ ├── bdk-csrs-l2c_cbc.h │ │ │ ├── bdk-csrs-l2c_tad.h │ │ │ ├── bdk-csrs-lmc.h │ │ │ ├── bdk-csrs-lmt.h │ │ │ ├── bdk-csrs-mio_boot.h │ │ │ ├── bdk-csrs-mio_fus.h │ │ │ ├── bdk-csrs-mio_tws.h │ │ │ ├── bdk-csrs-ocla.h │ │ │ ├── bdk-csrs-ocx.h │ │ │ ├── bdk-csrs-pccbr.h │ │ │ ├── bdk-csrs-pccpf.h │ │ │ ├── bdk-csrs-pcierc.h │ │ │ ├── bdk-csrs-pem.h │ │ │ ├── bdk-csrs-rnm.h │ │ │ ├── bdk-csrs-rst.h │ │ │ ├── bdk-csrs-rvu.h │ │ │ ├── bdk-csrs-sata.h │ │ │ ├── bdk-csrs-sgp.h │ │ │ ├── bdk-csrs-sli.h │ │ │ ├── bdk-csrs-smi.h │ │ │ ├── bdk-csrs-uaa.h │ │ │ ├── bdk-csrs-usbdrd.h │ │ │ ├── bdk-csrs-usbh.h │ │ │ ├── bdk-fuse.h │ │ │ ├── bdk-lmt.h │ │ │ ├── bdk-model.h │ │ │ ├── bdk-numa.h │ │ │ ├── bdk-require.h │ │ │ └── bdk-warn.h │ │ │ ├── libbdk-boot │ │ │ ├── bdk-boot-gpio.h │ │ │ ├── bdk-boot-pcie.h │ │ │ ├── bdk-boot-qlm.h │ │ │ ├── bdk-boot-status.h │ │ │ ├── bdk-boot-usb.h │ │ │ ├── bdk-boot.h │ │ │ └── bdk-watchdog.h │ │ │ ├── libbdk-dram │ │ │ ├── bdk-dram-config.h │ │ │ ├── bdk-dram-test.h │ │ │ └── bdk-dram.h │ │ │ ├── libbdk-driver │ │ │ ├── bdk-driver-sgpio.h │ │ │ └── bdk-driver.h │ │ │ ├── libbdk-hal │ │ │ ├── bdk-access.h │ │ │ ├── bdk-atomic.h │ │ │ ├── bdk-clock.h │ │ │ ├── bdk-config.h │ │ │ ├── bdk-ecam.h │ │ │ ├── bdk-gpio.h │ │ │ ├── bdk-l2c.h │ │ │ ├── bdk-mdio.h │ │ │ ├── bdk-nic.h │ │ │ ├── bdk-pcie.h │ │ │ ├── bdk-qlm.h │ │ │ ├── bdk-rng.h │ │ │ ├── bdk-rvu.h │ │ │ ├── bdk-sata.h │ │ │ ├── bdk-spinlock.h │ │ │ ├── bdk-twsi.h │ │ │ ├── bdk-usb.h │ │ │ ├── bdk-utils.h │ │ │ ├── bdk-vrm.h │ │ │ ├── device │ │ │ │ └── bdk-device.h │ │ │ ├── if │ │ │ │ └── bdk-if.h │ │ │ └── qlm │ │ │ │ ├── bdk-qlm-common.h │ │ │ │ └── bdk-qlm-errata-cn8xxx.h │ │ │ ├── libbdk-os │ │ │ ├── bdk-init.h │ │ │ └── bdk-thread.h │ │ │ ├── libbdk-trust │ │ │ ├── bdk-signed.h │ │ │ └── bdk-trust.h │ │ │ └── libdram │ │ │ ├── libdram-config.h │ │ │ └── libdram.h │ │ ├── google │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── chromeos │ │ │ ├── Kconfig │ │ │ ├── Makefile.inc │ │ │ ├── acpi.c │ │ │ ├── acpi │ │ │ │ ├── chromeos.asl │ │ │ │ ├── gnvs.asl │ │ │ │ └── ramoops.asl │ │ │ ├── build-snow.sh │ │ │ ├── chromeos.h │ │ │ ├── cr50_enable_update.c │ │ │ ├── elog.c │ │ │ ├── gnvs.c │ │ │ ├── gnvs.h │ │ │ ├── ramoops.c │ │ │ ├── sar.c │ │ │ ├── symbols.h │ │ │ ├── tpm2.c │ │ │ ├── vpd_calibration.c │ │ │ ├── vpd_mac.c │ │ │ ├── vpd_serialno.c │ │ │ ├── watchdog.c │ │ │ └── wrdd.c │ │ └── smbios.c │ │ ├── intel │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ ├── edk2 │ │ │ ├── UDK2015 │ │ │ │ ├── IntelFsp2Pkg │ │ │ │ │ └── Include │ │ │ │ │ │ ├── FspDataTable.h │ │ │ │ │ │ ├── FspEas.h │ │ │ │ │ │ ├── FspEas │ │ │ │ │ │ └── FspApi.h │ │ │ │ │ │ ├── FspGlobalData.h │ │ │ │ │ │ ├── FspMeasurePointId.h │ │ │ │ │ │ ├── FspStatusCode.h │ │ │ │ │ │ └── Guid │ │ │ │ │ │ ├── FspHeaderFile.h │ │ │ │ │ │ └── GuidHobFspEas.h │ │ │ │ └── MdePkg │ │ │ │ │ └── Include │ │ │ │ │ ├── Base.h │ │ │ │ │ ├── Guid │ │ │ │ │ ├── FirmwareFileSystem2.h │ │ │ │ │ ├── HiiFormMapMethodGuid.h │ │ │ │ │ ├── PcAnsi.h │ │ │ │ │ └── WinCertificate.h │ │ │ │ │ ├── Ia32 │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── IndustryStandard │ │ │ │ │ ├── Acpi.h │ │ │ │ │ ├── Acpi10.h │ │ │ │ │ ├── Acpi20.h │ │ │ │ │ ├── Acpi30.h │ │ │ │ │ ├── Acpi40.h │ │ │ │ │ ├── Acpi50.h │ │ │ │ │ ├── Acpi51.h │ │ │ │ │ ├── Acpi60.h │ │ │ │ │ ├── AcpiAml.h │ │ │ │ │ ├── Bluetooth.h │ │ │ │ │ └── PeImage.h │ │ │ │ │ ├── Library │ │ │ │ │ └── HobLib.h │ │ │ │ │ ├── Pi │ │ │ │ │ ├── PiBootMode.h │ │ │ │ │ ├── PiFirmwareFile.h │ │ │ │ │ ├── PiFirmwareVolume.h │ │ │ │ │ └── PiHob.h │ │ │ │ │ ├── Protocol │ │ │ │ │ ├── DevicePath.h │ │ │ │ │ ├── GraphicsOutput.h │ │ │ │ │ ├── SimpleTextIn.h │ │ │ │ │ ├── SimpleTextInEx.h │ │ │ │ │ └── SimpleTextOut.h │ │ │ │ │ ├── Uefi.h │ │ │ │ │ ├── Uefi │ │ │ │ │ ├── UefiBaseType.h │ │ │ │ │ ├── UefiGpt.h │ │ │ │ │ ├── UefiInternalFormRepresentation.h │ │ │ │ │ ├── UefiMultiPhase.h │ │ │ │ │ ├── UefiPxe.h │ │ │ │ │ └── UefiSpec.h │ │ │ │ │ └── X64 │ │ │ │ │ └── ProcessorBind.h │ │ │ ├── UDK2017 │ │ │ │ ├── IntelFsp2Pkg │ │ │ │ │ └── Include │ │ │ │ │ │ ├── FspEas.h │ │ │ │ │ │ ├── FspEas │ │ │ │ │ │ └── FspApi.h │ │ │ │ │ │ ├── FspGlobalData.h │ │ │ │ │ │ ├── FspMeasurePointId.h │ │ │ │ │ │ ├── FspStatusCode.h │ │ │ │ │ │ ├── Guid │ │ │ │ │ │ ├── FspHeaderFile.h │ │ │ │ │ │ └── GuidHobFspEas.h │ │ │ │ │ │ └── Library │ │ │ │ │ │ ├── CacheAsRamLib.h │ │ │ │ │ │ ├── CacheLib.h │ │ │ │ │ │ ├── DebugDeviceLib.h │ │ │ │ │ │ ├── FspCommonLib.h │ │ │ │ │ │ ├── FspPlatformLib.h │ │ │ │ │ │ ├── FspSecPlatformLib.h │ │ │ │ │ │ └── FspSwitchStackLib.h │ │ │ │ └── MdePkg │ │ │ │ │ └── Include │ │ │ │ │ ├── AArch64 │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── Arm │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── Base.h │ │ │ │ │ ├── Ebc │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── Guid │ │ │ │ │ ├── Acpi.h │ │ │ │ │ ├── Apriori.h │ │ │ │ │ ├── AprioriFileName.h │ │ │ │ │ ├── Btt.h │ │ │ │ │ ├── CapsuleReport.h │ │ │ │ │ ├── Cper.h │ │ │ │ │ ├── DebugImageInfoTable.h │ │ │ │ │ ├── DxeServices.h │ │ │ │ │ ├── EventGroup.h │ │ │ │ │ ├── EventLegacyBios.h │ │ │ │ │ ├── FileInfo.h │ │ │ │ │ ├── FileSystemInfo.h │ │ │ │ │ ├── FileSystemVolumeLabelInfo.h │ │ │ │ │ ├── FirmwareContentsSigned.h │ │ │ │ │ ├── FirmwareFileSystem2.h │ │ │ │ │ ├── FirmwareFileSystem3.h │ │ │ │ │ ├── FmpCapsule.h │ │ │ │ │ ├── GlobalVariable.h │ │ │ │ │ ├── Gpt.h │ │ │ │ │ ├── GraphicsInfoHob.h │ │ │ │ │ ├── HardwareErrorVariable.h │ │ │ │ │ ├── HiiFormMapMethodGuid.h │ │ │ │ │ ├── HiiKeyBoardLayout.h │ │ │ │ │ ├── HiiPlatformSetupFormset.h │ │ │ │ │ ├── HobList.h │ │ │ │ │ ├── ImageAuthentication.h │ │ │ │ │ ├── MdePkgTokenSpace.h │ │ │ │ │ ├── MemoryAllocationHob.h │ │ │ │ │ ├── MemoryAttributesTable.h │ │ │ │ │ ├── MemoryOverwriteControl.h │ │ │ │ │ ├── Mps.h │ │ │ │ │ ├── PcAnsi.h │ │ │ │ │ ├── PropertiesTable.h │ │ │ │ │ ├── SalSystemTable.h │ │ │ │ │ ├── SmBios.h │ │ │ │ │ ├── StatusCodeDataTypeId.h │ │ │ │ │ ├── SystemResourceTable.h │ │ │ │ │ ├── VectorHandoffTable.h │ │ │ │ │ └── WinCertificate.h │ │ │ │ │ ├── Ia32 │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── IndustryStandard │ │ │ │ │ ├── Acpi.h │ │ │ │ │ ├── Acpi10.h │ │ │ │ │ ├── Acpi20.h │ │ │ │ │ ├── Acpi30.h │ │ │ │ │ ├── Acpi40.h │ │ │ │ │ ├── Acpi50.h │ │ │ │ │ ├── Acpi51.h │ │ │ │ │ ├── Acpi60.h │ │ │ │ │ ├── Acpi61.h │ │ │ │ │ ├── Acpi62.h │ │ │ │ │ ├── AcpiAml.h │ │ │ │ │ ├── AlertStandardFormatTable.h │ │ │ │ │ ├── Atapi.h │ │ │ │ │ ├── Bluetooth.h │ │ │ │ │ ├── Bmp.h │ │ │ │ │ ├── DebugPort2Table.h │ │ │ │ │ ├── DebugPortTable.h │ │ │ │ │ ├── Dhcp.h │ │ │ │ │ ├── DmaRemappingReportingTable.h │ │ │ │ │ ├── ElTorito.h │ │ │ │ │ ├── Emmc.h │ │ │ │ │ ├── HighPrecisionEventTimerTable.h │ │ │ │ │ ├── Hsti.h │ │ │ │ │ ├── Http11.h │ │ │ │ │ ├── IScsiBootFirmwareTable.h │ │ │ │ │ ├── IoRemappingTable.h │ │ │ │ │ ├── Ipmi.h │ │ │ │ │ ├── IpmiNetFnApp.h │ │ │ │ │ ├── IpmiNetFnBridge.h │ │ │ │ │ ├── IpmiNetFnChassis.h │ │ │ │ │ ├── IpmiNetFnFirmware.h │ │ │ │ │ ├── IpmiNetFnGroupExtension.h │ │ │ │ │ ├── IpmiNetFnSensorEvent.h │ │ │ │ │ ├── IpmiNetFnStorage.h │ │ │ │ │ ├── IpmiNetFnTransport.h │ │ │ │ │ ├── LegacyBiosMpTable.h │ │ │ │ │ ├── LowPowerIdleTable.h │ │ │ │ │ ├── Mbr.h │ │ │ │ │ ├── MemoryMappedConfigurationSpaceAccessTable.h │ │ │ │ │ ├── MemoryOverwriteRequestControlLock.h │ │ │ │ │ ├── Nvme.h │ │ │ │ │ ├── Pal.h │ │ │ │ │ ├── Pci.h │ │ │ │ │ ├── Pci22.h │ │ │ │ │ ├── Pci23.h │ │ │ │ │ ├── Pci30.h │ │ │ │ │ ├── PciCodeId.h │ │ │ │ │ ├── PciExpress21.h │ │ │ │ │ ├── PciExpress30.h │ │ │ │ │ ├── PciExpress31.h │ │ │ │ │ ├── PeImage.h │ │ │ │ │ ├── Sal.h │ │ │ │ │ ├── Scsi.h │ │ │ │ │ ├── Sd.h │ │ │ │ │ ├── SdramSpd.h │ │ │ │ │ ├── SdramSpdDdr3.h │ │ │ │ │ ├── SdramSpdDdr4.h │ │ │ │ │ ├── SdramSpdLpDdr.h │ │ │ │ │ ├── SerialPortConsoleRedirectionTable.h │ │ │ │ │ ├── SmBios.h │ │ │ │ │ ├── SmBus.h │ │ │ │ │ ├── TcgPhysicalPresence.h │ │ │ │ │ ├── TcgStorageCore.h │ │ │ │ │ ├── TcgStorageOpal.h │ │ │ │ │ ├── TcpaAcpi.h │ │ │ │ │ ├── Tls1.h │ │ │ │ │ ├── Tpm12.h │ │ │ │ │ ├── Tpm20.h │ │ │ │ │ ├── Tpm2Acpi.h │ │ │ │ │ ├── TpmPtp.h │ │ │ │ │ ├── TpmTis.h │ │ │ │ │ ├── Udf.h │ │ │ │ │ ├── UefiTcgPlatform.h │ │ │ │ │ ├── Usb.h │ │ │ │ │ ├── WatchdogActionTable.h │ │ │ │ │ ├── WatchdogResourceTable.h │ │ │ │ │ ├── WindowsSmmSecurityMitigationTable.h │ │ │ │ │ └── WindowsUxCapsule.h │ │ │ │ │ ├── Ipf │ │ │ │ │ ├── IpfMacro.i │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── Library │ │ │ │ │ ├── BaseLib.h │ │ │ │ │ ├── BaseMemoryLib.h │ │ │ │ │ ├── CacheMaintenanceLib.h │ │ │ │ │ ├── CpuLib.h │ │ │ │ │ ├── DebugLib.h │ │ │ │ │ ├── DebugPrintErrorLevelLib.h │ │ │ │ │ ├── DevicePathLib.h │ │ │ │ │ ├── DxeCoreEntryPoint.h │ │ │ │ │ ├── DxeServicesLib.h │ │ │ │ │ ├── DxeServicesTableLib.h │ │ │ │ │ ├── ExtendedSalLib.h │ │ │ │ │ ├── ExtractGuidedSectionLib.h │ │ │ │ │ ├── FileHandleLib.h │ │ │ │ │ ├── HobLib.h │ │ │ │ │ ├── HstiLib.h │ │ │ │ │ ├── IoLib.h │ │ │ │ │ ├── MemoryAllocationLib.h │ │ │ │ │ ├── OrderedCollectionLib.h │ │ │ │ │ ├── PalLib.h │ │ │ │ │ ├── PcdLib.h │ │ │ │ │ ├── PciCf8Lib.h │ │ │ │ │ ├── PciExpressLib.h │ │ │ │ │ ├── PciLib.h │ │ │ │ │ ├── PciSegmentInfoLib.h │ │ │ │ │ ├── PciSegmentLib.h │ │ │ │ │ ├── PeCoffExtraActionLib.h │ │ │ │ │ ├── PeCoffGetEntryPointLib.h │ │ │ │ │ ├── PeCoffLib.h │ │ │ │ │ ├── PeiCoreEntryPoint.h │ │ │ │ │ ├── PeiServicesLib.h │ │ │ │ │ ├── PeiServicesTablePointerLib.h │ │ │ │ │ ├── PeimEntryPoint.h │ │ │ │ │ ├── PerformanceLib.h │ │ │ │ │ ├── PostCodeLib.h │ │ │ │ │ ├── PrintLib.h │ │ │ │ │ ├── ReportStatusCodeLib.h │ │ │ │ │ ├── ResourcePublicationLib.h │ │ │ │ │ ├── RngLib.h │ │ │ │ │ ├── S3BootScriptLib.h │ │ │ │ │ ├── S3IoLib.h │ │ │ │ │ ├── S3PciLib.h │ │ │ │ │ ├── S3PciSegmentLib.h │ │ │ │ │ ├── S3SmbusLib.h │ │ │ │ │ ├── S3StallLib.h │ │ │ │ │ ├── SalLib.h │ │ │ │ │ ├── SerialPortLib.h │ │ │ │ │ ├── SmbusLib.h │ │ │ │ │ ├── SmiHandlerProfileLib.h │ │ │ │ │ ├── SmmIoLib.h │ │ │ │ │ ├── SmmLib.h │ │ │ │ │ ├── SmmMemLib.h │ │ │ │ │ ├── SmmPeriodicSmiLib.h │ │ │ │ │ ├── SmmServicesTableLib.h │ │ │ │ │ ├── SynchronizationLib.h │ │ │ │ │ ├── TimerLib.h │ │ │ │ │ ├── UefiApplicationEntryPoint.h │ │ │ │ │ ├── UefiBootServicesTableLib.h │ │ │ │ │ ├── UefiDecompressLib.h │ │ │ │ │ ├── UefiDriverEntryPoint.h │ │ │ │ │ ├── UefiLib.h │ │ │ │ │ ├── UefiRuntimeLib.h │ │ │ │ │ ├── UefiRuntimeServicesTableLib.h │ │ │ │ │ ├── UefiScsiLib.h │ │ │ │ │ └── UefiUsbLib.h │ │ │ │ │ ├── Pi │ │ │ │ │ ├── PiBootMode.h │ │ │ │ │ ├── PiDependency.h │ │ │ │ │ ├── PiDxeCis.h │ │ │ │ │ ├── PiFirmwareFile.h │ │ │ │ │ ├── PiFirmwareVolume.h │ │ │ │ │ ├── PiHob.h │ │ │ │ │ ├── PiI2c.h │ │ │ │ │ ├── PiMmCis.h │ │ │ │ │ ├── PiMultiPhase.h │ │ │ │ │ ├── PiPeiCis.h │ │ │ │ │ ├── PiS3BootScript.h │ │ │ │ │ ├── PiSmmCis.h │ │ │ │ │ └── PiStatusCode.h │ │ │ │ │ ├── PiDxe.h │ │ │ │ │ ├── PiMm.h │ │ │ │ │ ├── PiPei.h │ │ │ │ │ ├── PiSmm.h │ │ │ │ │ ├── Ppi │ │ │ │ │ ├── BlockIo.h │ │ │ │ │ ├── BlockIo2.h │ │ │ │ │ ├── BootInRecoveryMode.h │ │ │ │ │ ├── Capsule.h │ │ │ │ │ ├── CpuIo.h │ │ │ │ │ ├── Decompress.h │ │ │ │ │ ├── DeviceRecoveryModule.h │ │ │ │ │ ├── DxeIpl.h │ │ │ │ │ ├── EndOfPeiPhase.h │ │ │ │ │ ├── FirmwareVolume.h │ │ │ │ │ ├── FirmwareVolumeInfo.h │ │ │ │ │ ├── FirmwareVolumeInfo2.h │ │ │ │ │ ├── Graphics.h │ │ │ │ │ ├── GuidedSectionExtraction.h │ │ │ │ │ ├── I2cMaster.h │ │ │ │ │ ├── IsaHc.h │ │ │ │ │ ├── LoadFile.h │ │ │ │ │ ├── LoadImage.h │ │ │ │ │ ├── MasterBootMode.h │ │ │ │ │ ├── MemoryDiscovered.h │ │ │ │ │ ├── MpServices.h │ │ │ │ │ ├── Pcd.h │ │ │ │ │ ├── PcdInfo.h │ │ │ │ │ ├── PciCfg2.h │ │ │ │ │ ├── PiPcd.h │ │ │ │ │ ├── PiPcdInfo.h │ │ │ │ │ ├── ReadOnlyVariable2.h │ │ │ │ │ ├── RecoveryModule.h │ │ │ │ │ ├── ReportStatusCodeHandler.h │ │ │ │ │ ├── Reset.h │ │ │ │ │ ├── Reset2.h │ │ │ │ │ ├── S3Resume2.h │ │ │ │ │ ├── SecHobData.h │ │ │ │ │ ├── SecPlatformInformation.h │ │ │ │ │ ├── SecPlatformInformation2.h │ │ │ │ │ ├── Security2.h │ │ │ │ │ ├── Smbus2.h │ │ │ │ │ ├── Stall.h │ │ │ │ │ ├── StatusCode.h │ │ │ │ │ ├── SuperIo.h │ │ │ │ │ ├── TemporaryRamDone.h │ │ │ │ │ ├── TemporaryRamSupport.h │ │ │ │ │ └── VectorHandoffInfo.h │ │ │ │ │ ├── Protocol │ │ │ │ │ ├── AbsolutePointer.h │ │ │ │ │ ├── AcpiSystemDescriptionTable.h │ │ │ │ │ ├── AcpiTable.h │ │ │ │ │ ├── AdapterInformation.h │ │ │ │ │ ├── Arp.h │ │ │ │ │ ├── AtaPassThru.h │ │ │ │ │ ├── AuthenticationInfo.h │ │ │ │ │ ├── Bds.h │ │ │ │ │ ├── Bis.h │ │ │ │ │ ├── BlockIo.h │ │ │ │ │ ├── BlockIo2.h │ │ │ │ │ ├── BlockIoCrypto.h │ │ │ │ │ ├── BluetoothAttribute.h │ │ │ │ │ ├── BluetoothConfig.h │ │ │ │ │ ├── BluetoothHc.h │ │ │ │ │ ├── BluetoothIo.h │ │ │ │ │ ├── BluetoothLeConfig.h │ │ │ │ │ ├── BootManagerPolicy.h │ │ │ │ │ ├── BusSpecificDriverOverride.h │ │ │ │ │ ├── Capsule.h │ │ │ │ │ ├── ComponentName.h │ │ │ │ │ ├── ComponentName2.h │ │ │ │ │ ├── Cpu.h │ │ │ │ │ ├── CpuIo2.h │ │ │ │ │ ├── DebugPort.h │ │ │ │ │ ├── DebugSupport.h │ │ │ │ │ ├── Decompress.h │ │ │ │ │ ├── DeferredImageLoad.h │ │ │ │ │ ├── DeviceIo.h │ │ │ │ │ ├── DevicePath.h │ │ │ │ │ ├── DevicePathFromText.h │ │ │ │ │ ├── DevicePathToText.h │ │ │ │ │ ├── DevicePathUtilities.h │ │ │ │ │ ├── Dhcp4.h │ │ │ │ │ ├── Dhcp6.h │ │ │ │ │ ├── DiskInfo.h │ │ │ │ │ ├── DiskIo.h │ │ │ │ │ ├── DiskIo2.h │ │ │ │ │ ├── Dns4.h │ │ │ │ │ ├── Dns6.h │ │ │ │ │ ├── DriverBinding.h │ │ │ │ │ ├── DriverConfiguration.h │ │ │ │ │ ├── DriverConfiguration2.h │ │ │ │ │ ├── DriverDiagnostics.h │ │ │ │ │ ├── DriverDiagnostics2.h │ │ │ │ │ ├── DriverFamilyOverride.h │ │ │ │ │ ├── DriverHealth.h │ │ │ │ │ ├── DriverSupportedEfiVersion.h │ │ │ │ │ ├── DxeMmReadyToLock.h │ │ │ │ │ ├── DxeSmmReadyToLock.h │ │ │ │ │ ├── Eap.h │ │ │ │ │ ├── EapConfiguration.h │ │ │ │ │ ├── EapManagement.h │ │ │ │ │ ├── EapManagement2.h │ │ │ │ │ ├── Ebc.h │ │ │ │ │ ├── EdidActive.h │ │ │ │ │ ├── EdidDiscovered.h │ │ │ │ │ ├── EdidOverride.h │ │ │ │ │ ├── EraseBlock.h │ │ │ │ │ ├── ExtendedSalBootService.h │ │ │ │ │ ├── ExtendedSalServiceClasses.h │ │ │ │ │ ├── FirmwareManagement.h │ │ │ │ │ ├── FirmwareVolume2.h │ │ │ │ │ ├── FirmwareVolumeBlock.h │ │ │ │ │ ├── FormBrowser2.h │ │ │ │ │ ├── Ftp4.h │ │ │ │ │ ├── GraphicsOutput.h │ │ │ │ │ ├── GuidedSectionExtraction.h │ │ │ │ │ ├── Hash.h │ │ │ │ │ ├── Hash2.h │ │ │ │ │ ├── HiiConfigAccess.h │ │ │ │ │ ├── HiiConfigKeyword.h │ │ │ │ │ ├── HiiConfigRouting.h │ │ │ │ │ ├── HiiDatabase.h │ │ │ │ │ ├── HiiFont.h │ │ │ │ │ ├── HiiImage.h │ │ │ │ │ ├── HiiImageDecoder.h │ │ │ │ │ ├── HiiImageEx.h │ │ │ │ │ ├── HiiPackageList.h │ │ │ │ │ ├── HiiPopup.h │ │ │ │ │ ├── HiiString.h │ │ │ │ │ ├── Http.h │ │ │ │ │ ├── HttpBootCallback.h │ │ │ │ │ ├── HttpUtilities.h │ │ │ │ │ ├── I2cBusConfigurationManagement.h │ │ │ │ │ ├── I2cEnumerate.h │ │ │ │ │ ├── I2cHost.h │ │ │ │ │ ├── I2cIo.h │ │ │ │ │ ├── I2cMaster.h │ │ │ │ │ ├── IScsiInitiatorName.h │ │ │ │ │ ├── IdeControllerInit.h │ │ │ │ │ ├── IncompatiblePciDeviceSupport.h │ │ │ │ │ ├── Ip4.h │ │ │ │ │ ├── Ip4Config.h │ │ │ │ │ ├── Ip4Config2.h │ │ │ │ │ ├── Ip6.h │ │ │ │ │ ├── Ip6Config.h │ │ │ │ │ ├── IpSec.h │ │ │ │ │ ├── IpSecConfig.h │ │ │ │ │ ├── IsaHc.h │ │ │ │ │ ├── Kms.h │ │ │ │ │ ├── LegacyRegion2.h │ │ │ │ │ ├── LegacySpiController.h │ │ │ │ │ ├── LegacySpiFlash.h │ │ │ │ │ ├── LegacySpiSmmController.h │ │ │ │ │ ├── LegacySpiSmmFlash.h │ │ │ │ │ ├── LoadFile.h │ │ │ │ │ ├── LoadFile2.h │ │ │ │ │ ├── LoadedImage.h │ │ │ │ │ ├── ManagedNetwork.h │ │ │ │ │ ├── McaInitPmi.h │ │ │ │ │ ├── Metronome.h │ │ │ │ │ ├── MmAccess.h │ │ │ │ │ ├── MmBase.h │ │ │ │ │ ├── MmCommunication.h │ │ │ │ │ ├── MmConfiguration.h │ │ │ │ │ ├── MmControl.h │ │ │ │ │ ├── MmCpu.h │ │ │ │ │ ├── MmCpuIo.h │ │ │ │ │ ├── MmEndOfDxe.h │ │ │ │ │ ├── MmGpiDispatch.h │ │ │ │ │ ├── MmIoTrapDispatch.h │ │ │ │ │ ├── MmPciRootBridgeIo.h │ │ │ │ │ ├── MmPeriodicTimerDispatch.h │ │ │ │ │ ├── MmPowerButtonDispatch.h │ │ │ │ │ ├── MmReadyToLock.h │ │ │ │ │ ├── MmReportStatusCodeHandler.h │ │ │ │ │ ├── MmStandbyButtonDispatch.h │ │ │ │ │ ├── MmStatusCode.h │ │ │ │ │ ├── MmSwDispatch.h │ │ │ │ │ ├── MmSxDispatch.h │ │ │ │ │ ├── MmUsbDispatch.h │ │ │ │ │ ├── MonotonicCounter.h │ │ │ │ │ ├── MpService.h │ │ │ │ │ ├── Mtftp4.h │ │ │ │ │ ├── Mtftp6.h │ │ │ │ │ ├── NetworkInterfaceIdentifier.h │ │ │ │ │ ├── NvdimmLabel.h │ │ │ │ │ ├── NvmExpressPassthru.h │ │ │ │ │ ├── PartitionInfo.h │ │ │ │ │ ├── Pcd.h │ │ │ │ │ ├── PcdInfo.h │ │ │ │ │ ├── PciEnumerationComplete.h │ │ │ │ │ ├── PciHostBridgeResourceAllocation.h │ │ │ │ │ ├── PciHotPlugInit.h │ │ │ │ │ ├── PciHotPlugRequest.h │ │ │ │ │ ├── PciIo.h │ │ │ │ │ ├── PciOverride.h │ │ │ │ │ ├── PciPlatform.h │ │ │ │ │ ├── PciRootBridgeIo.h │ │ │ │ │ ├── PiPcd.h │ │ │ │ │ ├── PiPcdInfo.h │ │ │ │ │ ├── Pkcs7Verify.h │ │ │ │ │ ├── PlatformDriverOverride.h │ │ │ │ │ ├── PlatformToDriverConfiguration.h │ │ │ │ │ ├── PxeBaseCode.h │ │ │ │ │ ├── PxeBaseCodeCallBack.h │ │ │ │ │ ├── RamDisk.h │ │ │ │ │ ├── RealTimeClock.h │ │ │ │ │ ├── RegularExpressionProtocol.h │ │ │ │ │ ├── ReportStatusCodeHandler.h │ │ │ │ │ ├── Reset.h │ │ │ │ │ ├── ResetNotification.h │ │ │ │ │ ├── Rest.h │ │ │ │ │ ├── Rng.h │ │ │ │ │ ├── Runtime.h │ │ │ │ │ ├── S3SaveState.h │ │ │ │ │ ├── S3SmmSaveState.h │ │ │ │ │ ├── ScsiIo.h │ │ │ │ │ ├── ScsiPassThru.h │ │ │ │ │ ├── ScsiPassThruExt.h │ │ │ │ │ ├── SdMmcPassThru.h │ │ │ │ │ ├── Security.h │ │ │ │ │ ├── Security2.h │ │ │ │ │ ├── SecurityPolicy.h │ │ │ │ │ ├── SerialIo.h │ │ │ │ │ ├── ServiceBinding.h │ │ │ │ │ ├── Shell.h │ │ │ │ │ ├── ShellDynamicCommand.h │ │ │ │ │ ├── ShellParameters.h │ │ │ │ │ ├── SimpleFileSystem.h │ │ │ │ │ ├── SimpleNetwork.h │ │ │ │ │ ├── SimplePointer.h │ │ │ │ │ ├── SimpleTextIn.h │ │ │ │ │ ├── SimpleTextInEx.h │ │ │ │ │ ├── SimpleTextOut.h │ │ │ │ │ ├── SmartCardEdge.h │ │ │ │ │ ├── SmartCardReader.h │ │ │ │ │ ├── Smbios.h │ │ │ │ │ ├── SmbusHc.h │ │ │ │ │ ├── SmmAccess2.h │ │ │ │ │ ├── SmmBase2.h │ │ │ │ │ ├── SmmCommunication.h │ │ │ │ │ ├── SmmConfiguration.h │ │ │ │ │ ├── SmmControl2.h │ │ │ │ │ ├── SmmCpu.h │ │ │ │ │ ├── SmmCpuIo2.h │ │ │ │ │ ├── SmmEndOfDxe.h │ │ │ │ │ ├── SmmGpiDispatch2.h │ │ │ │ │ ├── SmmIoTrapDispatch2.h │ │ │ │ │ ├── SmmPciRootBridgeIo.h │ │ │ │ │ ├── SmmPeriodicTimerDispatch2.h │ │ │ │ │ ├── SmmPowerButtonDispatch2.h │ │ │ │ │ ├── SmmReadyToLock.h │ │ │ │ │ ├── SmmReportStatusCodeHandler.h │ │ │ │ │ ├── SmmStandbyButtonDispatch2.h │ │ │ │ │ ├── SmmStatusCode.h │ │ │ │ │ ├── SmmSwDispatch2.h │ │ │ │ │ ├── SmmSxDispatch2.h │ │ │ │ │ ├── SmmUsbDispatch2.h │ │ │ │ │ ├── SpiConfiguration.h │ │ │ │ │ ├── SpiHc.h │ │ │ │ │ ├── SpiIo.h │ │ │ │ │ ├── SpiNorFlash.h │ │ │ │ │ ├── SpiSmmConfiguration.h │ │ │ │ │ ├── SpiSmmHc.h │ │ │ │ │ ├── SpiSmmNorFlash.h │ │ │ │ │ ├── StatusCode.h │ │ │ │ │ ├── StorageSecurityCommand.h │ │ │ │ │ ├── SuperIo.h │ │ │ │ │ ├── SuperIoControl.h │ │ │ │ │ ├── Supplicant.h │ │ │ │ │ ├── TapeIo.h │ │ │ │ │ ├── Tcg2Protocol.h │ │ │ │ │ ├── TcgService.h │ │ │ │ │ ├── Tcp4.h │ │ │ │ │ ├── Tcp6.h │ │ │ │ │ ├── Timer.h │ │ │ │ │ ├── Timestamp.h │ │ │ │ │ ├── Tls.h │ │ │ │ │ ├── TlsConfig.h │ │ │ │ │ ├── TrEEProtocol.h │ │ │ │ │ ├── Udp4.h │ │ │ │ │ ├── Udp6.h │ │ │ │ │ ├── UfsDeviceConfig.h │ │ │ │ │ ├── UgaDraw.h │ │ │ │ │ ├── UgaIo.h │ │ │ │ │ ├── UnicodeCollation.h │ │ │ │ │ ├── Usb2HostController.h │ │ │ │ │ ├── UsbFunctionIo.h │ │ │ │ │ ├── UsbHostController.h │ │ │ │ │ ├── UsbIo.h │ │ │ │ │ ├── UserCredential.h │ │ │ │ │ ├── UserCredential2.h │ │ │ │ │ ├── UserManager.h │ │ │ │ │ ├── Variable.h │ │ │ │ │ ├── VariableWrite.h │ │ │ │ │ ├── VlanConfig.h │ │ │ │ │ ├── WatchdogTimer.h │ │ │ │ │ ├── WiFi.h │ │ │ │ │ └── WiFi2.h │ │ │ │ │ ├── Uefi.h │ │ │ │ │ ├── Uefi │ │ │ │ │ ├── UefiAcpiDataTable.h │ │ │ │ │ ├── UefiBaseType.h │ │ │ │ │ ├── UefiGpt.h │ │ │ │ │ ├── UefiInternalFormRepresentation.h │ │ │ │ │ ├── UefiMultiPhase.h │ │ │ │ │ ├── UefiPxe.h │ │ │ │ │ └── UefiSpec.h │ │ │ │ │ └── X64 │ │ │ │ │ └── ProcessorBind.h │ │ │ └── uefi_2.4 │ │ │ │ ├── MdePkg │ │ │ │ └── Include │ │ │ │ │ ├── Base.h │ │ │ │ │ ├── Guid │ │ │ │ │ ├── FirmwareFileSystem2.h │ │ │ │ │ └── WinCertificate.h │ │ │ │ │ ├── Ia32 │ │ │ │ │ └── ProcessorBind.h │ │ │ │ │ ├── IndustryStandard │ │ │ │ │ └── PeImage.h │ │ │ │ │ ├── Library │ │ │ │ │ └── HobLib.h │ │ │ │ │ ├── Pi │ │ │ │ │ ├── PiBootMode.h │ │ │ │ │ ├── PiFirmwareFile.h │ │ │ │ │ ├── PiFirmwareVolume.h │ │ │ │ │ └── PiHob.h │ │ │ │ │ ├── Protocol │ │ │ │ │ └── GraphicsOutput.h │ │ │ │ │ ├── Uefi │ │ │ │ │ ├── UefiBaseType.h │ │ │ │ │ └── UefiMultiPhase.h │ │ │ │ │ └── X64 │ │ │ │ │ └── ProcessorBind.h │ │ │ │ └── uefi_types.h │ │ ├── fsp │ │ │ ├── fsp1_1 │ │ │ │ ├── IntelFspPkg │ │ │ │ │ └── Include │ │ │ │ │ │ ├── FspApi.h │ │ │ │ │ │ └── FspInfoHeader.h │ │ │ │ ├── braswell │ │ │ │ │ └── FspUpdVpd.h │ │ │ │ ├── quark │ │ │ │ │ └── FspUpdVpd.h │ │ │ │ └── skylake │ │ │ │ │ └── FspUpdVpd.h │ │ │ └── fsp2_0 │ │ │ │ ├── cannonlake │ │ │ │ ├── FirmwareVersionInfoHob.h │ │ │ │ ├── FspUpd.h │ │ │ │ ├── FspmUpd.h │ │ │ │ ├── FspsUpd.h │ │ │ │ ├── FsptUpd.h │ │ │ │ └── MemInfoHob.h │ │ │ │ ├── denverton_ns │ │ │ │ ├── FspUpd.h │ │ │ │ ├── FspmUpd.h │ │ │ │ ├── FspsUpd.h │ │ │ │ └── FsptUpd.h │ │ │ │ ├── glk │ │ │ │ ├── FspUpd.h │ │ │ │ ├── FspmUpd.h │ │ │ │ └── FspsUpd.h │ │ │ │ ├── icelake │ │ │ │ ├── FirmwareVersionInfoHob.h │ │ │ │ ├── FspUpd.h │ │ │ │ ├── FspmUpd.h │ │ │ │ ├── FspsUpd.h │ │ │ │ ├── FsptUpd.h │ │ │ │ └── MemInfoHob.h │ │ │ │ └── quark │ │ │ │ ├── FspUpd.h │ │ │ │ ├── FspmUpd.h │ │ │ │ ├── FspsUpd.h │ │ │ │ └── FsptUpd.h │ │ └── fsp1_0 │ │ │ ├── baytrail │ │ │ ├── absf │ │ │ │ ├── minnowmax_1gb.absf │ │ │ │ └── minnowmax_2gb.absf │ │ │ ├── include │ │ │ │ ├── azalia.h │ │ │ │ ├── fsp.h │ │ │ │ ├── fspapi.h │ │ │ │ ├── fspffs.h │ │ │ │ ├── fspfv.h │ │ │ │ ├── fsphob.h │ │ │ │ ├── fspinfoheader.h │ │ │ │ ├── fspplatform.h │ │ │ │ ├── fsptypes.h │ │ │ │ └── fspvpd.h │ │ │ └── srx │ │ │ │ ├── board_fsp.c │ │ │ │ └── fsphob.c │ │ │ └── rangeley │ │ │ ├── include │ │ │ ├── fspapi.h │ │ │ ├── fspbootmode.h │ │ │ ├── fspffs.h │ │ │ ├── fspfv.h │ │ │ ├── fspguid.h │ │ │ ├── fsphob.h │ │ │ ├── fspinfoheader.h │ │ │ ├── fspplatform.h │ │ │ ├── fspsupport.h │ │ │ ├── fsptypes.h │ │ │ └── fspvpd.h │ │ │ └── srx │ │ │ ├── fsp_support.c │ │ │ └── fsphob.c │ │ └── siemens │ │ ├── Kconfig │ │ ├── Makefile.inc │ │ └── hwilib │ │ ├── Makefile.inc │ │ ├── hwilib.c │ │ └── hwilib.h ├── toolchain.inc └── util │ ├── README.md │ ├── abuild │ ├── abuild │ ├── abuild.1 │ ├── description.md │ └── getopt.c │ ├── acpi │ ├── acpidump-all │ └── description.md │ ├── amdfwtool │ ├── Makefile │ ├── amdfwtool.c │ └── description.md │ ├── amdtools │ ├── README │ ├── description.md │ ├── example_input │ │ ├── coreboot-48G-667MHz-memsettings │ │ ├── coreboot-48G-667MHz-memsettings-20090909h │ │ ├── lspci-cb-48G-667MHz-18.2-20090909e │ │ └── lspci-prop-48G-667MHz-18.2 │ ├── k8-compare-pci-space.pl │ ├── k8-interpret-extended-memory-settings.pl │ ├── k8-read-mem-settings.sh │ └── parse-bkdg.pl │ ├── archive │ ├── Makefile │ ├── archive.c │ ├── archive.h │ └── description.md │ ├── arm_boot_tools │ └── mksunxiboot │ │ ├── description.md │ │ └── mksunxiboot.c │ ├── autoport │ ├── azalia.go │ ├── bd82x6x.go │ ├── description.md │ ├── ec_fixme.go │ ├── ec_lenovo.go │ ├── ec_none.go │ ├── log_maker.go │ ├── log_reader.go │ ├── main.go │ ├── rce823.go │ ├── readme.md │ ├── root.go │ └── sandybridge.go │ ├── bimgtool │ ├── Makefile │ ├── bimgtool.c │ └── description.md │ ├── bincfg │ ├── Makefile │ ├── Makefile.inc │ ├── bincfg.h │ ├── bincfg.l │ ├── bincfg.lex.c_shipped │ ├── bincfg.tab.c_shipped │ ├── bincfg.tab.h_shipped │ ├── bincfg.y │ ├── ddr3_unregistered_spd_128.spec │ ├── ddr3_unregistered_spd_256.spec │ ├── description.md │ ├── gbe-ich9m.set │ ├── gbe-ich9m.spec │ ├── ifd-x200.set │ ├── ifd-x200.spec │ └── it8718f-ec.spec │ ├── board_status │ ├── README │ ├── board_status.sh │ ├── description.md │ ├── getrevision.sh │ ├── go │ │ └── src │ │ │ ├── cbfs │ │ │ └── cbfs.go │ │ │ ├── cbtables │ │ │ └── cbtables.go │ │ │ ├── kconfig │ │ │ └── kconfig.go │ │ │ └── main │ │ │ └── board_status.go │ └── set_up_live_image.sh │ ├── bucts │ ├── Makefile │ ├── bucts.c │ ├── description.md │ └── readme.md │ ├── cavium │ ├── description.md │ └── devicetree_convert.py │ ├── cbfstool │ ├── EXAMPLE │ ├── Makefile │ ├── Makefile.inc │ ├── ProcessorBind.h │ ├── README.fmaptool │ ├── cbfs-mkpayload.c │ ├── cbfs-mkstage.c │ ├── cbfs-payload-linux.c │ ├── cbfs.h │ ├── cbfs_image.c │ ├── cbfs_image.h │ ├── cbfs_sections.c │ ├── cbfs_sections.h │ ├── cbfscomptool.c │ ├── cbfstool.c │ ├── coff.h │ ├── common.c │ ├── common.h │ ├── compress.c │ ├── console │ │ └── console.h │ ├── default-x86.fmd │ ├── default.fmd │ ├── description.md │ ├── elf.h │ ├── elfheaders.c │ ├── elfparsing.h │ ├── fdt.h │ ├── fit.c │ ├── fit.h │ ├── flashmap │ │ ├── fmap.c │ │ ├── fmap.h │ │ ├── kv_pair.c │ │ ├── kv_pair.h │ │ ├── valstr.c │ │ └── valstr.h │ ├── flashmap_tests.c │ ├── fmap_from_fmd.c │ ├── fmap_from_fmd.h │ ├── fmaptool.c │ ├── fmd.c │ ├── fmd.h │ ├── fmd_parser.c_shipped │ ├── fmd_parser.h_shipped │ ├── fmd_parser.y │ ├── fmd_scanner.c_shipped │ ├── fmd_scanner.h_shipped │ ├── fmd_scanner.l │ ├── fv.h │ ├── ifwitool.c │ ├── linux.h │ ├── linux_trampoline.S │ ├── linux_trampoline.c │ ├── linux_trampoline.h │ ├── lz4 │ │ ├── Makefile │ │ ├── NEWS │ │ ├── README.md │ │ ├── lib │ │ │ ├── LICENSE │ │ │ ├── Makefile │ │ │ ├── README.md │ │ │ ├── liblz4.pc.in │ │ │ ├── lz4.c │ │ │ ├── lz4.h │ │ │ ├── lz4frame.c │ │ │ ├── lz4frame.h │ │ │ ├── lz4frame_static.h │ │ │ ├── lz4hc.c │ │ │ ├── lz4hc.h │ │ │ ├── xxhash.c │ │ │ └── xxhash.h │ │ ├── lz4_Block_format.md │ │ └── lz4_Frame_format.md │ ├── lzma │ │ ├── C │ │ │ ├── LzFind.c │ │ │ ├── LzFind.h │ │ │ ├── LzHash.h │ │ │ ├── LzmaDec.c │ │ │ ├── LzmaDec.h │ │ │ ├── LzmaEnc.c │ │ │ ├── LzmaEnc.h │ │ │ └── Types.h │ │ └── lzma.c │ ├── option.h │ ├── partitioned_file.c │ ├── partitioned_file.h │ ├── rmodtool.c │ ├── rmodule.c │ ├── rmodule.h │ ├── swab.h │ └── xdr.c │ ├── cbmem │ ├── Makefile │ ├── cbmem.c │ └── description.md │ ├── chromeos │ ├── README.md │ ├── crosfirmware.sh │ ├── description.md │ └── extract_blobs.sh │ ├── crossgcc │ ├── Dockerfile │ ├── Makefile │ ├── Makefile.inc │ ├── README │ ├── buildgcc │ ├── description.md │ ├── edk2tools.txt │ ├── getopt.c │ ├── patches │ │ ├── acpica-unix2-20190108_iasl.patch │ │ ├── binutils-2.31.1_mips-gold.patch │ │ ├── binutils-2.31.1_no-bfd-doc.patch │ │ ├── gcc-8.2.0_ada-musl_workaround.patch │ │ ├── gcc-8.2.0_gnat.patch │ │ ├── gcc-8.2.0_libgcc.patch │ │ ├── gcc-8.2.0_nds32_ite.patch │ │ ├── gdb-8.2.1_amd64.patch │ │ ├── gdb-8.2.1_no-doc.patch │ │ ├── gdb-8.2.1_pythonhome.patch │ │ ├── gmp-6.1.2_freebsd-configure.patch │ │ ├── make-4.2.1_0053-glob-Do-not-assume-glibc-glob-internals.patch │ │ └── make-4.2.1_0068-configure.ac-Support-GLIBC-glob-interface-version-2.patch │ └── sum │ │ ├── Python-3.7.2.tar.xz.cksum │ │ ├── acpica-unix2-20190108.tar.gz.cksum │ │ ├── binutils-2.31.1.tar.xz.cksum │ │ ├── cfe-7.0.1.src.tar.xz.cksum │ │ ├── clang-tools-extra-7.0.1.src.tar.xz.cksum │ │ ├── cmake-3.13.3.tar.gz.cksum │ │ ├── compiler-rt-7.0.1.src.tar.xz.cksum │ │ ├── expat-2.2.6.tar.bz2.cksum │ │ ├── gcc-8.2.0.tar.xz.cksum │ │ ├── gdb-8.2.1.tar.xz.cksum │ │ ├── gmp-6.1.2.tar.xz.cksum │ │ ├── llvm-7.0.1.src.tar.xz.cksum │ │ ├── make-4.2.1.tar.bz2.cksum │ │ ├── mpc-1.1.0.tar.gz.cksum │ │ └── mpfr-4.0.1.tar.xz.cksum │ ├── docker │ ├── Makefile │ ├── coreboot-jenkins-node │ │ ├── Dockerfile │ │ ├── README.md │ │ └── authorized_keys │ ├── coreboot-sdk │ │ └── Dockerfile │ ├── coreboot.org-status │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── board-status.html │ │ │ ├── README │ │ │ ├── bucketize.sh │ │ │ ├── foreword.html │ │ │ ├── status-to-html.sh │ │ │ └── tohtml.sh │ │ ├── kconfig2html │ │ └── run.sh │ ├── description.md │ └── doc.coreboot.org │ │ ├── Dockerfile │ │ ├── README.md │ │ └── makeSphinx.sh │ ├── dtd_parser │ ├── description.md │ └── dtd_parser.py │ ├── ectool │ ├── Makefile │ ├── description.md │ ├── ec.c │ ├── ec.h │ └── ectool.c │ ├── exynos │ ├── description.md │ ├── fixed_cksum.py │ └── variable_cksum.py │ ├── find_usbdebug │ ├── description.md │ └── find_usbdebug.sh │ ├── futility │ ├── Makefile │ ├── Makefile.inc │ └── description.md │ ├── fuzz-tests │ ├── Makefile │ ├── README │ ├── description.md │ ├── jpeg-test-cases │ │ ├── coreboot.jpg │ │ └── coreboot_2.jpg │ └── jpeg-test.c │ ├── genbuild_h │ ├── description.md │ └── genbuild_h.sh │ ├── genprof │ ├── Makefile │ ├── README │ ├── description.md │ ├── genprof.c │ └── log2dress │ ├── gitconfig │ ├── commit-msg │ ├── description.md │ ├── gitconfig.sh │ ├── pre-commit │ └── test │ │ ├── commit-message-hook.sh │ │ ├── helpers.sh │ │ └── timeout.sh │ ├── ifdtool │ ├── Makefile │ ├── description.md │ ├── ifdtool.c │ └── ifdtool.h │ ├── intelmetool │ ├── Makefile │ ├── description.md │ ├── intelmetool.c │ ├── intelmetool.h │ ├── me.c │ ├── me.h │ ├── me_status.c │ ├── mmap.c │ ├── mmap.h │ ├── msr.c │ ├── msr.h │ ├── rcba.c │ └── rcba.h │ ├── inteltool │ ├── Makefile │ ├── ahci.c │ ├── amb.c │ ├── cpu.c │ ├── description.md │ ├── gfx.c │ ├── gpio.c │ ├── gpio_groups.c │ ├── inteltool.8 │ ├── inteltool.c │ ├── inteltool.h │ ├── ivy_memory.c │ ├── memory.c │ ├── pcie.c │ ├── pcr.c │ ├── pcr.h │ ├── powermgt.c │ ├── rootcmplx.c │ └── spi.c │ ├── intelvbttool │ ├── Makefile │ ├── description.md │ └── intelvbttool.c │ ├── ipqheader │ ├── createxbl.py │ ├── description.md │ ├── ipqheader.py │ ├── mbn_tools.py │ └── mbncat.py │ ├── k8resdump │ ├── Makefile │ ├── description.md │ └── k8resdump.c │ ├── kbc1126 │ ├── Makefile │ ├── README.md │ ├── description.md │ ├── kbc1126_ec_dump.c │ └── kbc1126_ec_insert.c │ ├── kconfig │ ├── Makefile │ ├── POTFILES.in │ ├── check.sh │ ├── conf.c │ ├── confdata.c │ ├── description.md │ ├── expr.c │ ├── expr.h │ ├── gconf.c │ ├── gconf.glade │ ├── images.c │ ├── kxgettext.c │ ├── list.h │ ├── lkc.h │ ├── lkc_proto.h │ ├── lxdialog │ │ ├── .gitignore │ │ ├── BIG.FAT.WARNING │ │ ├── check-lxdialog.sh │ │ ├── checklist.c │ │ ├── dialog.h │ │ ├── inputbox.c │ │ ├── menubox.c │ │ ├── textbox.c │ │ ├── util.c │ │ └── yesno.c │ ├── mconf.c │ ├── menu.c │ ├── miniconfig │ ├── nconf.c │ ├── nconf.gui.c │ ├── nconf.h │ ├── qconf.cc │ ├── qconf.h │ ├── regex.c │ ├── regex.h │ ├── symbol.c │ ├── toada.c │ ├── util.c │ ├── zconf.gperf │ ├── zconf.hash.c_shipped │ ├── zconf.l │ ├── zconf.lex.c_shipped │ ├── zconf.tab.c_shipped │ └── zconf.y │ ├── lint │ ├── check-style │ ├── check_lint_tests │ ├── checkpatch.pl │ ├── checkpatch_json.py │ ├── const_structs.checkpatch │ ├── description.md │ ├── kconfig_lint │ ├── kconfig_lint_README │ ├── lint │ ├── lint-000-license-headers │ ├── lint-001-no-global-config-in-romstage │ ├── lint-007-checkpatch │ ├── lint-008-kconfig │ ├── lint-014-qualified-types │ ├── lint-022-clang-format │ ├── lint-extended-007-checkpatch │ ├── lint-extended-015-final-newlines │ ├── lint-extended-020-signed-off-by │ ├── lint-stable-000-license-headers │ ├── lint-stable-003-whitespace │ ├── lint-stable-004-style-labels │ ├── lint-stable-005-board-status │ ├── lint-stable-006-board-name │ ├── lint-stable-008-kconfig │ ├── lint-stable-009-old-licenses │ ├── lint-stable-010-asm-syntax │ ├── lint-stable-012-executable-bit │ ├── lint-stable-013-site-local │ ├── lint-stable-016-non-ascii │ ├── lint-stable-017-configs │ ├── lint-stable-018-symlinks │ ├── lint-stable-019-header-files │ ├── lint-stable-021-coreboot-lowercase │ ├── lint-stable-023-filenames │ ├── remccoms3.sed │ └── spelling.txt │ ├── marvell │ ├── Makefile.inc │ ├── description.md │ └── doimage_mv │ │ ├── Makefile.inc │ │ ├── bootstrap_def.h │ │ ├── bootstrap_os.h │ │ ├── doimage.c │ │ └── doimage.h │ ├── me_cleaner │ ├── README.md │ ├── description.md │ ├── man │ │ └── me_cleaner.1 │ ├── me_cleaner.py │ └── setup.py │ ├── mma │ ├── description.md │ ├── mma.conf │ ├── mma_automated_test.sh │ ├── mma_get_result.sh │ └── mma_setup_test.sh │ ├── msrtool │ ├── COPYING │ ├── Makefile.in │ ├── README │ ├── TODO │ ├── configure │ ├── cs5536.c │ ├── darwin.c │ ├── description.md │ ├── freebsd.c │ ├── geodegx2.c │ ├── geodelx.c │ ├── intel_atom.c │ ├── intel_core1.c │ ├── intel_core2_early.c │ ├── intel_core2_later.c │ ├── intel_nehalem.c │ ├── intel_pentium3.c │ ├── intel_pentium3_early.c │ ├── intel_pentium4_early.c │ ├── intel_pentium4_later.c │ ├── intel_pentium_d.c │ ├── k8.c │ ├── linux.c │ ├── msrtool.c │ ├── msrtool.h │ ├── msrutils.c │ ├── sys.c │ └── via_c7.c │ ├── mtkheader │ ├── description.md │ └── gen-bl-img.py │ ├── nvidia │ ├── Makefile.inc │ └── description.md │ ├── nvramtool │ ├── COPYING │ ├── ChangeLog │ ├── DISCLAIMER │ ├── Makefile │ ├── Makefile.inc │ ├── README │ ├── accessors │ │ ├── cmos-hw-unix.c │ │ ├── cmos-mem.c │ │ ├── layout-bin.c │ │ ├── layout-common.c │ │ ├── layout-text.c │ │ └── layout-text.h │ ├── cbfs.c │ ├── cbfs.h │ ├── cli │ │ ├── nvramtool.8 │ │ ├── nvramtool.c │ │ ├── opts.c │ │ └── opts.h │ ├── cmos_lowlevel.c │ ├── cmos_lowlevel.h │ ├── cmos_ops.c │ ├── cmos_ops.h │ ├── common.c │ ├── common.h │ ├── compute_ip_checksum.c │ ├── coreboot_tables.h │ ├── description.md │ ├── hexdump.c │ ├── hexdump.h │ ├── input_file.c │ ├── input_file.h │ ├── ip_checksum.h │ ├── layout.c │ ├── layout.h │ ├── lbtable.c │ ├── lbtable.h │ ├── nvramtool.spec │ ├── reg_expr.c │ ├── reg_expr.h │ └── win32mmap.c │ ├── pmh7tool │ ├── Makefile │ ├── description.md │ ├── pmh7tool.c │ └── pmh7tool.h │ ├── post │ ├── .gitignore │ ├── Makefile │ ├── README │ ├── description.md │ └── post.c │ ├── qualcomm │ ├── description.md │ └── scripts │ │ └── cmm │ │ ├── debug_cb_845.cmm │ │ └── debug_cb_common.cmm │ ├── release │ ├── build-release │ ├── description.md │ └── genrelnotes │ ├── riscv │ ├── description.md │ ├── make-spike-elf.sh │ ├── sifive-gpt.py │ └── spike-elf.ld │ ├── rockchip │ ├── LICENSE │ ├── description.md │ └── make_idb.py │ ├── romcc │ ├── COPYING │ ├── Makefile │ ├── description.md │ ├── results │ │ ├── linux_test1.out │ │ ├── linux_test10.out │ │ ├── linux_test11.out │ │ ├── linux_test12.out │ │ ├── linux_test13.out │ │ ├── linux_test2.out │ │ ├── linux_test3.out │ │ ├── linux_test4.out │ │ ├── linux_test5.out │ │ ├── linux_test6.out │ │ ├── linux_test7.out │ │ ├── linux_test8.out │ │ └── linux_test9.out │ ├── romcc.1 │ ├── romcc.c │ ├── test.sh │ └── tests │ │ ├── fail_test1.c │ │ ├── fail_test10.c │ │ ├── fail_test11.c │ │ ├── fail_test2.c │ │ ├── fail_test3.c │ │ ├── fail_test4.c │ │ ├── fail_test5.c │ │ ├── fail_test6.c │ │ ├── fail_test7.c │ │ ├── fail_test8.c │ │ ├── fail_test9.c │ │ ├── hello_world.c │ │ ├── hello_world1.c │ │ ├── hello_world2.c │ │ ├── include │ │ ├── linux_console.h │ │ ├── linux_syscall.h │ │ └── linuxi386_syscall.h │ │ ├── ldscript.ld │ │ ├── linux_console.h │ │ ├── linux_syscall.h │ │ ├── linux_test1.c │ │ ├── linux_test10.c │ │ ├── linux_test11.c │ │ ├── linux_test12.c │ │ ├── linux_test13.c │ │ ├── linux_test2.c │ │ ├── linux_test3.c │ │ ├── linux_test4.c │ │ ├── linux_test5.c │ │ ├── linux_test6.c │ │ ├── linux_test7.c │ │ ├── linux_test8.c │ │ ├── linux_test9.c │ │ ├── linuxi386_syscall.h │ │ ├── raminit_test.c │ │ ├── raminit_test1.c │ │ ├── raminit_test2.c │ │ ├── raminit_test3.c │ │ ├── raminit_test4.c │ │ ├── raminit_test5.c │ │ ├── raminit_test6.c │ │ ├── raminit_test7.c │ │ ├── simple_test.c │ │ ├── simple_test1.c │ │ ├── simple_test10.c │ │ ├── simple_test11.c │ │ ├── simple_test12.c │ │ ├── simple_test13.c │ │ ├── simple_test14.c │ │ ├── simple_test15.c │ │ ├── simple_test16.c │ │ ├── simple_test17.c │ │ ├── simple_test18.c │ │ ├── simple_test19.c │ │ ├── simple_test2.c │ │ ├── simple_test20.c │ │ ├── simple_test21.c │ │ ├── simple_test22.c │ │ ├── simple_test23.c │ │ ├── simple_test24.c │ │ ├── simple_test25.c │ │ ├── simple_test26.c │ │ ├── simple_test27.c │ │ ├── simple_test28.c │ │ ├── simple_test29.c │ │ ├── simple_test3.c │ │ ├── simple_test30.c │ │ ├── simple_test31.c │ │ ├── simple_test32.c │ │ ├── simple_test33.c │ │ ├── simple_test34.c │ │ ├── simple_test35.c │ │ ├── simple_test36.c │ │ ├── simple_test37.c │ │ ├── simple_test38.c │ │ ├── simple_test39.c │ │ ├── simple_test4.c │ │ ├── simple_test40.c │ │ ├── simple_test41.c │ │ ├── simple_test43.c │ │ ├── simple_test45.c │ │ ├── simple_test46.c │ │ ├── simple_test47.c │ │ ├── simple_test48.c │ │ ├── simple_test49.c │ │ ├── simple_test5.c │ │ ├── simple_test50.c │ │ ├── simple_test51.c │ │ ├── simple_test52.c │ │ ├── simple_test53.c │ │ ├── simple_test54.c │ │ ├── simple_test55.c │ │ ├── simple_test56.c │ │ ├── simple_test57.c │ │ ├── simple_test58.c │ │ ├── simple_test59.c │ │ ├── simple_test6.c │ │ ├── simple_test60.c │ │ ├── simple_test61.c │ │ ├── simple_test62.c │ │ ├── simple_test63.c │ │ ├── simple_test64.c │ │ ├── simple_test65.c │ │ ├── simple_test66.c │ │ ├── simple_test67.c │ │ ├── simple_test68.c │ │ ├── simple_test69.c │ │ ├── simple_test7.c │ │ ├── simple_test70.c │ │ ├── simple_test71.c │ │ ├── simple_test72.c │ │ ├── simple_test73.c │ │ ├── simple_test74.c │ │ ├── simple_test75.c │ │ ├── simple_test76.c │ │ ├── simple_test77.c │ │ ├── simple_test78.c │ │ ├── simple_test79.c │ │ ├── simple_test8.c │ │ ├── simple_test80.c │ │ ├── simple_test81.c │ │ ├── simple_test82.c │ │ ├── simple_test83.c │ │ ├── simple_test84.c │ │ ├── simple_test85.c │ │ ├── simple_test86.c │ │ └── simple_test9.c │ ├── sconfig │ ├── Makefile.inc │ ├── description.md │ ├── lex.yy.c_shipped │ ├── main.c │ ├── sconfig.h │ ├── sconfig.l │ ├── sconfig.tab.c_shipped │ ├── sconfig.tab.h_shipped │ └── sconfig.y │ ├── scripts │ ├── config │ ├── cross-repo-cherrypick │ ├── description.md │ ├── dts-to-fmd.sh │ ├── find-unused-kconfig-symbols.sh │ ├── gerrit-rebase │ ├── get_maintainer.pl │ ├── maintainers.go │ ├── no-fsf-addresses.sh │ ├── parse-maintainers.pl │ ├── prepare-commit-msg.clang-format │ ├── ucode_h_to_bin.sh │ └── update_submodules │ ├── showdevicetree │ ├── description.md │ └── showdt.c │ ├── spkmodem_recv │ ├── .gitignore │ ├── Makefile │ ├── description.md │ └── spkmodem-recv.c │ ├── superiotool │ ├── COPYING │ ├── Makefile │ ├── README │ ├── ali.c │ ├── amd.c │ ├── description.md │ ├── exar.c │ ├── fintek.c │ ├── infineon.c │ ├── ite.c │ ├── nsc.c │ ├── nuvoton.c │ ├── pci.c │ ├── serverengines.c │ ├── smsc.c │ ├── superiotool.8 │ ├── superiotool.c │ ├── superiotool.h │ ├── via.c │ └── winbond.c │ ├── testing │ ├── Makefile.inc │ └── description.md │ ├── uio_usbdebug │ ├── Makefile │ ├── README │ ├── console │ │ └── printk.c │ ├── description.md │ ├── drivers │ │ └── usb │ │ │ └── pci_ehci.c │ ├── include │ │ └── device │ │ │ └── device.h │ ├── lib │ │ └── cbmem.c │ ├── linux │ │ ├── Makefile │ │ └── uio_ehci_pci.c │ ├── uio_usbdebug.c │ └── uio_usbdebug_intel.c │ ├── util_readme │ ├── description.md │ └── util_readme.sh │ ├── vgabios │ ├── Makefile │ ├── description.md │ ├── device.c │ ├── include │ │ ├── arch │ │ │ └── byteorder.h │ │ ├── config.h │ │ ├── console │ │ │ └── console.h │ │ ├── stdtypes.h │ │ └── swab.h │ ├── pci-userspace.c │ ├── pci-userspace.h │ ├── testbios.c │ └── testbios.h │ ├── viatool │ ├── Makefile │ ├── README │ ├── cpu.c │ ├── description.md │ ├── quirks │ │ ├── quirks.c │ │ ├── quirks.h │ │ └── vx900_quirks.c │ ├── viatool.c │ └── viatool.h │ ├── x86 │ ├── description.md │ └── x86_page_tables.go │ └── xcompile │ ├── description.md │ └── xcompile ├── deviceinfo ├── acpidump.err.log ├── acpidump.log ├── biosdecode.err.log ├── biosdecode.log ├── codec#0 ├── codec#2 ├── cpuinfo.err.log ├── cpuinfo.log ├── dmesg.err.log ├── dmesg.log ├── dmidecode.err.log ├── dmidecode.log ├── ectool.err.log ├── ectool.log ├── flashrom_info.err.log ├── flashrom_info.log ├── flashrom_read.err.log ├── flashrom_read.log ├── input_bustypes.log ├── inteltool.err.log ├── inteltool.log ├── ioports.err.log ├── ioports.log ├── lspci.err.log ├── lspci.log ├── lsusb.err.log ├── lsusb.log ├── msrtool.err.log ├── msrtool.log ├── nvramtool.err.log ├── nvramtool.log ├── pin_hwC0D0 ├── pin_hwC0D2 ├── rom.bin ├── superiotool.err.log └── superiotool.log └── run.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | /coreboot/build 3 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/README.md -------------------------------------------------------------------------------- /coreboot/.checkpatch.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/.checkpatch.conf -------------------------------------------------------------------------------- /coreboot/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/.clang-format -------------------------------------------------------------------------------- /coreboot/.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/.config -------------------------------------------------------------------------------- /coreboot/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/COPYING -------------------------------------------------------------------------------- /coreboot/Documentation/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/Documentation/COPYING -------------------------------------------------------------------------------- /coreboot/Documentation/beginverbatim.tex: -------------------------------------------------------------------------------- 1 | \begin{verbatim} 2 | -------------------------------------------------------------------------------- /coreboot/Documentation/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/Documentation/conf.py -------------------------------------------------------------------------------- /coreboot/Documentation/endverbatim.tex: -------------------------------------------------------------------------------- 1 | \end{verbatim} 2 | -------------------------------------------------------------------------------- /coreboot/Documentation/util.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/Documentation/util.md -------------------------------------------------------------------------------- /coreboot/MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/MAINTAINERS -------------------------------------------------------------------------------- /coreboot/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/Makefile -------------------------------------------------------------------------------- /coreboot/Makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/Makefile.inc -------------------------------------------------------------------------------- /coreboot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/README.md -------------------------------------------------------------------------------- /coreboot/gnat.adc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/gnat.adc -------------------------------------------------------------------------------- /coreboot/payloads/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/Kconfig -------------------------------------------------------------------------------- /coreboot/payloads/Makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/Makefile.inc -------------------------------------------------------------------------------- /coreboot/payloads/bayou/lzma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/bayou/lzma.c -------------------------------------------------------------------------------- /coreboot/payloads/bayou/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/bayou/main.c -------------------------------------------------------------------------------- /coreboot/payloads/bayou/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/bayou/menu.c -------------------------------------------------------------------------------- /coreboot/payloads/bayou/self.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/bayou/self.c -------------------------------------------------------------------------------- /coreboot/payloads/bayou/self.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/payloads/bayou/self.h -------------------------------------------------------------------------------- /coreboot/payloads/libpayload/include/malloc.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/Kconfig -------------------------------------------------------------------------------- /coreboot/src/acpi/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/acpi/Kconfig -------------------------------------------------------------------------------- /coreboot/src/acpi/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_ACPI_SATA_GENERATOR) += sata.c 2 | -------------------------------------------------------------------------------- /coreboot/src/acpi/sata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/acpi/sata.c -------------------------------------------------------------------------------- /coreboot/src/acpi/sata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/acpi/sata.h -------------------------------------------------------------------------------- /coreboot/src/arch/arm/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/Kconfig -------------------------------------------------------------------------------- /coreboot/src/arch/arm/asmlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/asmlib.h -------------------------------------------------------------------------------- /coreboot/src/arch/arm/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/clock.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/cpu.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm/div0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/div0.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm/id.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/id.S -------------------------------------------------------------------------------- /coreboot/src/arch/arm/memcpy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/memcpy.S -------------------------------------------------------------------------------- /coreboot/src/arch/arm/memset.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/memset.S -------------------------------------------------------------------------------- /coreboot/src/arch/arm/stages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/stages.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm/tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm/tables.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm64/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm64/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm64/div0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm64/div0.c -------------------------------------------------------------------------------- /coreboot/src/arch/arm64/id.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/arm64/id.S -------------------------------------------------------------------------------- /coreboot/src/arch/mips/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/mips/Kconfig -------------------------------------------------------------------------------- /coreboot/src/arch/mips/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/mips/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/mips/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/mips/cache.c -------------------------------------------------------------------------------- /coreboot/src/arch/mips/mmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/mips/mmu.c -------------------------------------------------------------------------------- /coreboot/src/arch/ppc64/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/ppc64/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/ppc64/id.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/ppc64/id.ld -------------------------------------------------------------------------------- /coreboot/src/arch/ppc64/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/ppc64/misc.c -------------------------------------------------------------------------------- /coreboot/src/arch/riscv/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/riscv/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/riscv/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/riscv/misc.c -------------------------------------------------------------------------------- /coreboot/src/arch/riscv/pmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/riscv/pmp.c -------------------------------------------------------------------------------- /coreboot/src/arch/riscv/sbi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/riscv/sbi.c -------------------------------------------------------------------------------- /coreboot/src/arch/riscv/smp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/riscv/smp.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/Kconfig -------------------------------------------------------------------------------- /coreboot/src/arch/x86/acpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/acpi.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/boot.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/car.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/car.ld -------------------------------------------------------------------------------- /coreboot/src/arch/x86/cbmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/cbmem.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/cpu.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/ebda.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/ebda.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/gdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/gdt.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/id.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/id.S -------------------------------------------------------------------------------- /coreboot/src/arch/x86/id.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/id.ld -------------------------------------------------------------------------------- /coreboot/src/arch/x86/idt.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/idt.S -------------------------------------------------------------------------------- /coreboot/src/arch/x86/ioapic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/ioapic.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/memcpy.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/memset.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/mpspec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/mpspec.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/rdrand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/rdrand.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/smbios.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/smbios.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/stages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/stages.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/tables.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/thread.c -------------------------------------------------------------------------------- /coreboot/src/arch/x86/wakeup.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/arch/x86/wakeup.S -------------------------------------------------------------------------------- /coreboot/src/commonlib/cbfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/commonlib/cbfs.c -------------------------------------------------------------------------------- /coreboot/src/commonlib/iobuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/commonlib/iobuf.c -------------------------------------------------------------------------------- /coreboot/src/console/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/Kconfig -------------------------------------------------------------------------------- /coreboot/src/console/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/console.c -------------------------------------------------------------------------------- /coreboot/src/console/die.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/die.c -------------------------------------------------------------------------------- /coreboot/src/console/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/init.c -------------------------------------------------------------------------------- /coreboot/src/console/post.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/post.c -------------------------------------------------------------------------------- /coreboot/src/console/printk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/console/printk.c -------------------------------------------------------------------------------- /coreboot/src/cpu/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/Kconfig -------------------------------------------------------------------------------- /coreboot/src/cpu/Makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/Makefile.inc -------------------------------------------------------------------------------- /coreboot/src/cpu/allwinner/Kconfig: -------------------------------------------------------------------------------- 1 | source src/cpu/allwinner/a10/Kconfig 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/allwinner/Makefile.inc: -------------------------------------------------------------------------------- 1 | subdirs-$(CONFIG_CPU_ALLWINNER_A10) += a10 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/amd/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/amd/Kconfig -------------------------------------------------------------------------------- /coreboot/src/cpu/amd/mtrr/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += amd_mtrr.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/amd/quadcore/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += amd_sibling.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/amd/smm/Makefile.inc: -------------------------------------------------------------------------------- 1 | 2 | ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smm_init.c 3 | -------------------------------------------------------------------------------- /coreboot/src/cpu/armltd/Kconfig: -------------------------------------------------------------------------------- 1 | source src/cpu/armltd/cortex-a9/Kconfig 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/armltd/Makefile.inc: -------------------------------------------------------------------------------- 1 | subdirs-$(CONFIG_CPU_ARMLTD_CORTEX_A9) += cortex-a9 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/intel/Kconfig -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/common/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += common_init.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/fit/Makefile.inc: -------------------------------------------------------------------------------- 1 | bootblock-y += fit.S 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/hyperthreading/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += intel_sibling.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/smm/gen1/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smmrelocate.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/speedstep/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += acpi.c speedstep.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/intel/turbo/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += turbo.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/ti/Kconfig: -------------------------------------------------------------------------------- 1 | source src/cpu/ti/am335x/Kconfig 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/ti/Makefile.inc: -------------------------------------------------------------------------------- 1 | subdirs-$(CONFIG_CPU_TI_AM335X) += am335x 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/via/Kconfig: -------------------------------------------------------------------------------- 1 | source src/cpu/via/nano/Kconfig 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/via/Makefile.inc: -------------------------------------------------------------------------------- 1 | subdirs-$(CONFIG_CPU_VIA_NANO) += nano 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/x86/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/x86/Kconfig -------------------------------------------------------------------------------- /coreboot/src/cpu/x86/cache/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += cache.c 2 | -------------------------------------------------------------------------------- /coreboot/src/cpu/x86/car.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/x86/car.c -------------------------------------------------------------------------------- /coreboot/src/cpu/x86/mp_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/cpu/x86/mp_init.c -------------------------------------------------------------------------------- /coreboot/src/device/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/Kconfig -------------------------------------------------------------------------------- /coreboot/src/device/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/device.c -------------------------------------------------------------------------------- /coreboot/src/device/i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/i2c.c -------------------------------------------------------------------------------- /coreboot/src/device/i2c_bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/i2c_bus.c -------------------------------------------------------------------------------- /coreboot/src/device/oprom/yabel/compat/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += functions.c 2 | -------------------------------------------------------------------------------- /coreboot/src/device/pci_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/pci_ops.c -------------------------------------------------------------------------------- /coreboot/src/device/pci_rom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/device/pci_rom.c -------------------------------------------------------------------------------- /coreboot/src/drivers/asmedia/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_ASMEDIA_ASPM_BLACKLIST 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/aspeed/common/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_ASPEED_AST_COMMON 2 | bool 3 | select VGA 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/dec/21143/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_DEC_21143 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/adau7002/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_GENERIC_ADAU7002 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/bayhub/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_GENERIC_BH720 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/bayhub/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_GENERIC_BH720) += bh720.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/gpio_keys/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_GENERIC_GPIO_KEYS 2 | bool 3 | depends on HAVE_ACPI_TABLES 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/gpio_keys/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_GENERIC_GPIO_KEYS) += gpio_keys.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/ioapic/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_GENERIC_IOAPIC 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/ioapic/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_GENERIC_IOAPIC) += ioapic.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/generic/max98357a/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_GENERIC_MAX98357A 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/gic/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_GIC) += gic.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/gic/gic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/gic/gic.c -------------------------------------------------------------------------------- /coreboot/src/drivers/gic/gic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/gic/gic.h -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/adm1026/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_ADM1026 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/adm1027/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_ADM1027 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/adt7463/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_ADT7463 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/at24rf08c/lenovo.h: -------------------------------------------------------------------------------- 1 | const char *lenovo_mainboard_partnumber(void); 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/ck505/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_CK505 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/ck505/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_I2C_CK505) += ck505.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/da7219/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_DA7219 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/generic/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_GENERIC 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/generic/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_I2C_GENERIC) += generic.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/hid/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_I2C_HID) += hid.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/lm63/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_LM63 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/lm63/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_I2C_LM63) += lm63.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/nau8825/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_NAU8825 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/w83793/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_W83793 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/w83795/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_W83795 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/i2c/ww_ring/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_I2C_WW_RING 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/drivers/intel/i210/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVER_INTEL_I210 2 | bool 3 | default n 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/intel/mipi_camera/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_INTEL_MIPI_CAMERA) += camera.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/ipmi/Kconfig: -------------------------------------------------------------------------------- 1 | config IPMI_KCS 2 | bool 3 | default n 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/ipmi/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_IPMI_KCS) += ipmi_kcs.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/lenovo/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_LENOVO_WACOM) += wacom.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/lenovo/hybrid_graphics/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_LENOVO_HYBRID_GRAPHICS 2 | bool 3 | default n 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/pc80/vga/Kconfig: -------------------------------------------------------------------------------- 1 | config VGA 2 | bool 3 | help 4 | Include legacy VGA support code. 5 | -------------------------------------------------------------------------------- /coreboot/src/drivers/ricoh/rce822/Kconfig: -------------------------------------------------------------------------------- 1 | config DRIVERS_RICOH_RCE822 2 | bool 3 | default n 4 | -------------------------------------------------------------------------------- /coreboot/src/drivers/ricoh/rce822/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_RICOH_RCE822) += rce822.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/sil/3114/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_SIL_3114) += sil_sata.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/spi/eon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/spi/eon.c -------------------------------------------------------------------------------- /coreboot/src/drivers/spi/sst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/spi/sst.c -------------------------------------------------------------------------------- /coreboot/src/drivers/tpm/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_TPM_INIT) += tpm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/tpm/tpm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/tpm/tpm.c -------------------------------------------------------------------------------- /coreboot/src/drivers/usb/acpi/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_USB_ACPI) += usb_acpi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/drivers/vpd/vpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/vpd/vpd.c -------------------------------------------------------------------------------- /coreboot/src/drivers/vpd/vpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/drivers/vpd/vpd.h -------------------------------------------------------------------------------- /coreboot/src/drivers/xgi/z9s/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_DRIVERS_XGI_Z9S) += z9s.c 2 | -------------------------------------------------------------------------------- /coreboot/src/ec/acpi/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/acpi/Kconfig -------------------------------------------------------------------------------- /coreboot/src/ec/acpi/ec.asl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/acpi/ec.asl -------------------------------------------------------------------------------- /coreboot/src/ec/acpi/ec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/acpi/ec.c -------------------------------------------------------------------------------- /coreboot/src/ec/acpi/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/acpi/ec.h -------------------------------------------------------------------------------- /coreboot/src/ec/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/ec.h -------------------------------------------------------------------------------- /coreboot/src/ec/lenovo/h8/h8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/lenovo/h8/h8.c -------------------------------------------------------------------------------- /coreboot/src/ec/lenovo/h8/h8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/ec/lenovo/h8/h8.h -------------------------------------------------------------------------------- /coreboot/src/ec/lenovo/pmh7/Kconfig: -------------------------------------------------------------------------------- 1 | config EC_LENOVO_PMH7 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/ec/purism/librem/Kconfig: -------------------------------------------------------------------------------- 1 | config EC_PURISM_LIBREM 2 | bool 3 | help 4 | Purism Librem EC 5 | -------------------------------------------------------------------------------- /coreboot/src/include/adainit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/adainit.h -------------------------------------------------------------------------------- /coreboot/src/include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/assert.h -------------------------------------------------------------------------------- /coreboot/src/include/base3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/base3.h -------------------------------------------------------------------------------- /coreboot/src/include/bcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/bcd.h -------------------------------------------------------------------------------- /coreboot/src/include/boardid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/boardid.h -------------------------------------------------------------------------------- /coreboot/src/include/bootmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/bootmem.h -------------------------------------------------------------------------------- /coreboot/src/include/cbfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/cbfs.h -------------------------------------------------------------------------------- /coreboot/src/include/cbmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/cbmem.h -------------------------------------------------------------------------------- /coreboot/src/include/cper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/cper.h -------------------------------------------------------------------------------- /coreboot/src/include/cpu/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/cpu/cpu.h -------------------------------------------------------------------------------- /coreboot/src/include/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/delay.h -------------------------------------------------------------------------------- /coreboot/src/include/edid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/edid.h -------------------------------------------------------------------------------- /coreboot/src/include/elog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/elog.h -------------------------------------------------------------------------------- /coreboot/src/include/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/endian.h -------------------------------------------------------------------------------- /coreboot/src/include/fit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/fit.h -------------------------------------------------------------------------------- /coreboot/src/include/fmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/fmap.h -------------------------------------------------------------------------------- /coreboot/src/include/gic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/gic.h -------------------------------------------------------------------------------- /coreboot/src/include/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/gpio.h -------------------------------------------------------------------------------- /coreboot/src/include/halt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/halt.h -------------------------------------------------------------------------------- /coreboot/src/include/imd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/imd.h -------------------------------------------------------------------------------- /coreboot/src/include/kconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/kconfig.h -------------------------------------------------------------------------------- /coreboot/src/include/lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/lib.h -------------------------------------------------------------------------------- /coreboot/src/include/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/list.h -------------------------------------------------------------------------------- /coreboot/src/include/nhlt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/nhlt.h -------------------------------------------------------------------------------- /coreboot/src/include/option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/option.h -------------------------------------------------------------------------------- /coreboot/src/include/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/random.h -------------------------------------------------------------------------------- /coreboot/src/include/reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/reset.h -------------------------------------------------------------------------------- /coreboot/src/include/rmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/rmodule.h -------------------------------------------------------------------------------- /coreboot/src/include/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/rtc.h -------------------------------------------------------------------------------- /coreboot/src/include/rules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/rules.h -------------------------------------------------------------------------------- /coreboot/src/include/sar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/sar.h -------------------------------------------------------------------------------- /coreboot/src/include/smbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/smbios.h -------------------------------------------------------------------------------- /coreboot/src/include/spd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/spd.h -------------------------------------------------------------------------------- /coreboot/src/include/spd_bin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/spd_bin.h -------------------------------------------------------------------------------- /coreboot/src/include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/stddef.h -------------------------------------------------------------------------------- /coreboot/src/include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/stdlib.h -------------------------------------------------------------------------------- /coreboot/src/include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/string.h -------------------------------------------------------------------------------- /coreboot/src/include/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/swab.h -------------------------------------------------------------------------------- /coreboot/src/include/symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/symbols.h -------------------------------------------------------------------------------- /coreboot/src/include/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/thread.h -------------------------------------------------------------------------------- /coreboot/src/include/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/timer.h -------------------------------------------------------------------------------- /coreboot/src/include/trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/trace.h -------------------------------------------------------------------------------- /coreboot/src/include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/types.h -------------------------------------------------------------------------------- /coreboot/src/include/uuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/uuid.h -------------------------------------------------------------------------------- /coreboot/src/include/vbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/vbe.h -------------------------------------------------------------------------------- /coreboot/src/include/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/version.h -------------------------------------------------------------------------------- /coreboot/src/include/wrdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/include/wrdd.h -------------------------------------------------------------------------------- /coreboot/src/lib/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/Kconfig -------------------------------------------------------------------------------- /coreboot/src/lib/Makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/Makefile.inc -------------------------------------------------------------------------------- /coreboot/src/lib/b64_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/b64_decode.c -------------------------------------------------------------------------------- /coreboot/src/lib/boot_device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/boot_device.c -------------------------------------------------------------------------------- /coreboot/src/lib/bootblock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/bootblock.c -------------------------------------------------------------------------------- /coreboot/src/lib/bootmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/bootmem.c -------------------------------------------------------------------------------- /coreboot/src/lib/bootmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/bootmode.c -------------------------------------------------------------------------------- /coreboot/src/lib/cbfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/cbfs.c -------------------------------------------------------------------------------- /coreboot/src/lib/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/debug.c -------------------------------------------------------------------------------- /coreboot/src/lib/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/delay.c -------------------------------------------------------------------------------- /coreboot/src/lib/device_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/device_tree.c -------------------------------------------------------------------------------- /coreboot/src/lib/edid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/edid.c -------------------------------------------------------------------------------- /coreboot/src/lib/fit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/fit.c -------------------------------------------------------------------------------- /coreboot/src/lib/fit_payload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/fit_payload.c -------------------------------------------------------------------------------- /coreboot/src/lib/fmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/fmap.c -------------------------------------------------------------------------------- /coreboot/src/lib/gcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gcc.c -------------------------------------------------------------------------------- /coreboot/src/lib/gcov-glue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gcov-glue.c -------------------------------------------------------------------------------- /coreboot/src/lib/gcov-io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gcov-io.c -------------------------------------------------------------------------------- /coreboot/src/lib/gcov-io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gcov-io.h -------------------------------------------------------------------------------- /coreboot/src/lib/gcov-iov.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gcov-iov.h -------------------------------------------------------------------------------- /coreboot/src/lib/gnat/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gnat/COPYING3 -------------------------------------------------------------------------------- /coreboot/src/lib/gnat/ada.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gnat/ada.ads -------------------------------------------------------------------------------- /coreboot/src/lib/gnat/gnat.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gnat/gnat.ads -------------------------------------------------------------------------------- /coreboot/src/lib/gnat/i-c.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gnat/i-c.adb -------------------------------------------------------------------------------- /coreboot/src/lib/gnat/i-c.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gnat/i-c.ads -------------------------------------------------------------------------------- /coreboot/src/lib/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/gpio.c -------------------------------------------------------------------------------- /coreboot/src/lib/halt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/halt.c -------------------------------------------------------------------------------- /coreboot/src/lib/hexdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/hexdump.c -------------------------------------------------------------------------------- /coreboot/src/lib/hexstrtobin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/hexstrtobin.c -------------------------------------------------------------------------------- /coreboot/src/lib/imd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/imd.c -------------------------------------------------------------------------------- /coreboot/src/lib/imd_cbmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/imd_cbmem.c -------------------------------------------------------------------------------- /coreboot/src/lib/jpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/jpeg.c -------------------------------------------------------------------------------- /coreboot/src/lib/jpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/jpeg.h -------------------------------------------------------------------------------- /coreboot/src/lib/libgcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/libgcc.c -------------------------------------------------------------------------------- /coreboot/src/lib/libgcov.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/libgcov.c -------------------------------------------------------------------------------- /coreboot/src/lib/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/list.c -------------------------------------------------------------------------------- /coreboot/src/lib/lzma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/lzma.c -------------------------------------------------------------------------------- /coreboot/src/lib/lzmadecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/lzmadecode.c -------------------------------------------------------------------------------- /coreboot/src/lib/lzmadecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/lzmadecode.h -------------------------------------------------------------------------------- /coreboot/src/lib/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/malloc.c -------------------------------------------------------------------------------- /coreboot/src/lib/memchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memchr.c -------------------------------------------------------------------------------- /coreboot/src/lib/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memcmp.c -------------------------------------------------------------------------------- /coreboot/src/lib/memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memcpy.c -------------------------------------------------------------------------------- /coreboot/src/lib/memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memmove.c -------------------------------------------------------------------------------- /coreboot/src/lib/memrange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memrange.c -------------------------------------------------------------------------------- /coreboot/src/lib/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/memset.c -------------------------------------------------------------------------------- /coreboot/src/lib/nhlt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/nhlt.c -------------------------------------------------------------------------------- /coreboot/src/lib/prog_ops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/prog_ops.c -------------------------------------------------------------------------------- /coreboot/src/lib/program.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/program.ld -------------------------------------------------------------------------------- /coreboot/src/lib/ramtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/ramtest.c -------------------------------------------------------------------------------- /coreboot/src/lib/reg_script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/reg_script.c -------------------------------------------------------------------------------- /coreboot/src/lib/region_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/region_file.c -------------------------------------------------------------------------------- /coreboot/src/lib/reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/reset.c -------------------------------------------------------------------------------- /coreboot/src/lib/rmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/rmodule.c -------------------------------------------------------------------------------- /coreboot/src/lib/rmodule.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/rmodule.ld -------------------------------------------------------------------------------- /coreboot/src/lib/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/rtc.c -------------------------------------------------------------------------------- /coreboot/src/lib/selfboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/selfboot.c -------------------------------------------------------------------------------- /coreboot/src/lib/spd_bin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/spd_bin.c -------------------------------------------------------------------------------- /coreboot/src/lib/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/stack.c -------------------------------------------------------------------------------- /coreboot/src/lib/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/thread.c -------------------------------------------------------------------------------- /coreboot/src/lib/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/timer.c -------------------------------------------------------------------------------- /coreboot/src/lib/timer_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/timer_queue.c -------------------------------------------------------------------------------- /coreboot/src/lib/timestamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/timestamp.c -------------------------------------------------------------------------------- /coreboot/src/lib/trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/trace.c -------------------------------------------------------------------------------- /coreboot/src/lib/ubsan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/ubsan.c -------------------------------------------------------------------------------- /coreboot/src/lib/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/version.c -------------------------------------------------------------------------------- /coreboot/src/lib/wrdd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/lib/wrdd.c -------------------------------------------------------------------------------- /coreboot/src/mainboard/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/mainboard/Kconfig -------------------------------------------------------------------------------- /coreboot/src/mainboard/adi/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_ADI 2 | bool "ADI" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/adi/rcc-dff/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/adi/rcc-dff/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/adi/rcc-dff/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/advansus/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_ADVANSUS 2 | bool "Advansus" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_AMD 2 | bool "AMD" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/bettong/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_BETTONG 2 | bool "Bettong" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/bettong/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/bimini_fam10/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_BIMINI_FAM10 2 | bool "Bimini (Fam10)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/bimini_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/db-ft3b-lc/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_DB_FT3B_LC 2 | bool "DB-FT3b-LC" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/gardenia/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_GARDENIA 2 | bool "Gardenia" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/gardenia/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/inagua/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_INAGUA 2 | bool "Inagua" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/inagua/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/inagua/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/lamar/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_LAMAR 2 | bool "Lamar" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/mahogany_fam10/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_MAHOGANY_FAM10 2 | bool "Mahogany (Fam10)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/mahogany_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/olivehill/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_OLIVEHILL 2 | bool "Olive Hill" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/olivehill/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/olivehill/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/olivehill/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/olivehillplus/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_OLIVEHILLPLUS 2 | bool "Olive Hill Plus" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/parmer/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_PARMER 2 | bool "Parmer" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/parmer/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/parmer/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/parmer/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/persimmon/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_PERSIMMON 2 | bool "Persimmon" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/serengeti_cheetah_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: server 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/south_station/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_SOUTHSTATION 2 | bool "Southstation" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/south_station/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/thatcher/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_THATCHER 2 | bool "Thatcher" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/thatcher/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/thatcher/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/thatcher/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/tilapia_fam10/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_TILAPIA_FAM10 2 | bool "Tilapia (Fam10)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/tilapia_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/torpedo/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AMD_TORPEDO 2 | bool "Torpedo" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/torpedo/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/torpedo/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/amd/union_station/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/aopen/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_AOPEN 2 | bool "AOpen" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/aopen/dxplplusu/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_AOPEN_DXPLPLUSU 2 | bool "DXPL Plus-U" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/apple/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_APPLE 2 | bool "Apple" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/apple/macbook21/Makefile.inc: -------------------------------------------------------------------------------- 1 | romstage-y += gpio.c 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/apple/macbook21/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/apple/macbookair4_2/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_APPLE_MACBOOKAIR4_2 2 | bool "MacBookAir4,2" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/apple/macbookair4_2/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/b75pro3-m/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASROCK_B75PRO3_M 2 | bool "B75 Pro3-M" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/b75pro3-m/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/g41c-gs/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/g41c-gs/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/h81m-hds/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/imb-a180/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asrock/imb-a180/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/f2a85-m/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/f2a85-m/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/f2a85-m/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/maximus_iv_gene-z/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p2b-d/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P2B_D 2 | bool "P2B-D" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p2b-ds/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P2B_DS 2 | bool "P2B-DS" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p2b-f/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P2B_F 2 | bool "P2B-F" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p2b-ls/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P2B_LS 2 | bool "P2B-LS" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p2b/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P2B 2 | bool "P2B" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p3b-f/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ASUS_P3B_F 2 | bool "P3B-F" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5gc-mx/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5gc-mx/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5gc-mx/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5qc/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5qc/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* TODO */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5qc/config_seabios: -------------------------------------------------------------------------------- 1 | # CONFIG_ATA is not set 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p5qpl-am/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p8h61-m_lx/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/asus/p8h61-m_pro/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_BAP 2 | bool "BAP" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/ode_e20XX/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ODE_E20XX 2 | bool "ODE_e20xx" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/ode_e20XX/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | /* No SATA functionality */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/ode_e20XX/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/ode_e20XX/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/bap/ode_e21XX/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ODE_E21XX 2 | bool "ODE_e21xx" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/biostar/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_BIOSTAR 2 | bool "Biostar" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/biostar/a68n_5200/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/biostar/a68n_5200/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/biostar/a68n_5200/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/biostar/am1ml/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/cavium/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_CAVIUM 2 | bool "Cavium" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/cavium/cn8100_sff_evb/memlayout.ld: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/compulab/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_COMPULAB 2 | bool "CompuLab" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/compulab/intense_pc/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_COMPULAB_INTENSE_PC 2 | bool "Intense-PC" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/cubietech/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_CUBIETECH 2 | bool "Cubietech" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/cubietech/cubieboard/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: sbc 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/emulation/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_EMULATION 2 | bool "Emulation" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/emulation/qemu-power8/board_info.txt: -------------------------------------------------------------------------------- 1 | Board name: QEMU POWER8 2 | Category: emulation 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/emulation/qemu-q35/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: emulation 2 | Board URL: http://wiki.qemu.org/Main_Page 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/esd/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_ESD 2 | bool "electronic system design" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/esd/atom15/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_ESD_ATOM15 2 | bool "Atom15" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/esd/atom15/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/esd/atom15/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/facebook/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_FACEBOOK 2 | bool "Facebook" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/facebook/watson/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_FACEBOOK_WATSON 2 | bool "Watson" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/foxconn/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_FOXCONN 2 | bool "Foxconn" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/foxconn/d41s/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* Dummy file - No license required. */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/foxconn/g41s-k/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/getac/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_GETAC 2 | bool "Getac" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-b75m-d3h/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-b75m-d3v/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-g41m-es2l/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-g41m-es2l/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gigabyte/ga-h61m-s2pv/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gizmosphere/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_GIZMOSPHERE 2 | bool "GizmoSphere" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gizmosphere/gizmo/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: half 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gizmosphere/gizmo2/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gizmosphere/gizmo2/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gizmosphere/gizmo2/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_GOOGLE 2 | bool "Google" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/auron/variants/auron_paine/include/variant/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/auron/variants/auron_yuna/include/variant/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/auron/variants/buddy/include/variant/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/auron/variants/buddy/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/beltino/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/daisy/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_DAISY 2 | bool "Daisy (Samsung Chromebook (2012))" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/eve/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_EVE 2 | bool "Eve (Google Pixelbook)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/eve/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/eve/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/eve/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/fizz/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/fizz/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/fizz/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/foster/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_FOSTER 2 | bool "Foster" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/foster/bct/odmdata.cfg: -------------------------------------------------------------------------------- 1 | OdmData = 0x00284000; 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/gale/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_GALE 2 | bool "Gale (Google WiFi)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/asuka/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/asuka/include/variant/ec.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/cave/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/glados/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/lars/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/glados/variants/sentry/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/hatch/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/jecht/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/jecht/variants/guado/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/jecht/variants/jecht/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/jecht/variants/tidus/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/kahlee/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/link/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_LINK 2 | bool "Link (Google Chromebook Pixel (2013))" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_NYAN 2 | bool "Nyan" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan/bct/odmdata.cfg: -------------------------------------------------------------------------------- 1 | OdmData = 0x80080000; 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: laptop 2 | ROM protocol: SPI 3 | Flashrom support: y 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan_big/bct/odmdata.cfg: -------------------------------------------------------------------------------- 1 | OdmData = 0x80080000; 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan_big/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: laptop 2 | ROM protocol: SPI 3 | Flashrom support: y 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/nyan_blaze/bct/odmdata.cfg: -------------------------------------------------------------------------------- 1 | OdmData = 0x80080000; 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/oak/sdram_inf/sdram-unused.inc: -------------------------------------------------------------------------------- 1 | { 2 | .type = TYPE_INVALID, 3 | }, 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/octopus/variants/yorp/Makefile.inc: -------------------------------------------------------------------------------- 1 | bootblock-y += gpio.c 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/parrot/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_PARROT 2 | bool "Parrot (Acer C7/C710 Chromebook)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/peach_pit/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: laptop 2 | ROM protocol: SPI 3 | Flashrom support: y 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/poppy/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/poppy/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/poppy/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/banjo/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/clapper/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/enguarde/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/glimmer/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/gnawty/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/heli/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/kip/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/ninja/include/variant/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/ninja/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/orco/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/quawks/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/rambi/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/sumo/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/swanky/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/rambi/variants/winky/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/reef/variants/pyro/Makefile.inc: -------------------------------------------------------------------------------- 1 | romstage-y += memory.c 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/reef/variants/snappy/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-y += mainboard.c 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/sarien/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/slippy/variants/falco/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/slippy/variants/leon/include/variant/acpi/usb.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/smaug/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_SMAUG 2 | bool "Smaug (Google Pixel C)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/smaug/bct/odmdata.cfg: -------------------------------------------------------------------------------- 1 | OdmData = 0x00284000; 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/storm/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_STORM 2 | bool "Storm (OnHub Router TGR1900)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/urara/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_URARA 2 | bool "Urara" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/veyron/sdram_inf/sdram-unused.inc: -------------------------------------------------------------------------------- 1 | { 2 | .dramtype= UNUSED 3 | }, 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/veyron_mickey/sdram_inf/sdram-unused.inc: -------------------------------------------------------------------------------- 1 | { 2 | .dramtype= UNUSED 3 | }, 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/veyron_rialto/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GOOGLE_VEYRON_RIALTO 2 | bool "Veyron_Rialto" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/google/veyron_rialto/sdram_inf/sdram-unused.inc: -------------------------------------------------------------------------------- 1 | { 2 | .dramtype= UNUSED 3 | }, 4 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gpd/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_GPD 2 | bool "GPD" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/gpd/pocket2/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_GPD_POCKET2 2 | bool "Pocket 2" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/2570p/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_2570P 2 | bool "EliteBook 2570p" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/2760p/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_2760P 2 | bool "EliteBook 2760p" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/8460p/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_8460P 2 | bool "EliteBook 8460p" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/8470p/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_8470P 2 | bool "EliteBook 8470p" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/8770w/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_8770W 2 | bool "EliteBook 8770w" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_HP 2 | bool "HP" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/abm/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_ABM 2 | bool "ABM" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/abm/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/abm/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/compaq_8200_elite_sff/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/folio_9470m/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_FOLIO_9470M 2 | bool "EliteBook Folio 9470m" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/folio_9470m/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/pavilion_m6_1035dx/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_PAVILION_M6_1035DX 2 | bool "Pavilion m6 1035dx" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/pavilion_m6_1035dx/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/pavilion_m6_1035dx/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/pavilion_m6_1035dx/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/revolve_810_g1/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_HP_REVOLVE_810_G1 2 | bool "EliteBook Revolve 810 G1" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/hp/revolve_810_g1/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ibase/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_IBASE 2 | bool "iBase" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/iei/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_IEI 2 | bool "IEI" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/iei/kino-780am2-fam10/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_IEI_KINO_FAM10 2 | bool "Kino-780AM2(Fam10)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_INTEL 2 | bool "Intel" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/apollolake_rvp/Makefile.inc: -------------------------------------------------------------------------------- 1 | #Nothing here yet 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/baskingridge/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_BASKING_RIDGE 2 | bool "Basking Ridge CRB" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/baskingridge/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/baskingridge/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | Release year: 2013 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/bayleybay_fsp/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/bayleybay_fsp/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/cannonlake_rvp/acpi_tables.c: -------------------------------------------------------------------------------- 1 | /* Nothing here */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/coffeelake_rvp/acpi_tables.c: -------------------------------------------------------------------------------- 1 | /* Nothing here */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/d510mo/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* Dummy file - No license required. */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/d510mo/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* Dummy file - No license required. */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/dcp847ske/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* Dummy file required by pch.asl - No license necessary. */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/dg41wv/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/dg43gt/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/emeraldlake2/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_EMERALDLAKE2 2 | bool "Emerald Lake 2 CRB" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/emeraldlake2/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/emeraldlake2/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/harcuvar/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_HARCUVAR 2 | bool "Harcuvar CRB" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/icelake_rvp/acpi_tables.c: -------------------------------------------------------------------------------- 1 | /* Nothing here */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/kblrvp/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/kunimitsu/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_KUNIMITSU 2 | bool "Kunimitsu" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/kunimitsu/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/leafhill/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_LEAFHILL 2 | bool "Leafhill" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/littleplains/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_LITTLEPLAINS 2 | bool "Little Plains" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/littleplains/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/littleplains/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/littleplains/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/minnow3/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_MINNOW3 2 | bool "Minnow3" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/minnowmax/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_MINNOWMAX 2 | bool "Minnow Max" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/minnowmax/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/minnowmax/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/mohonpeak/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_MOHONPEAK 2 | bool "Mohon Peak CRB" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/mohonpeak/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/mohonpeak/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/mohonpeak/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/saddlebrook/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_SKLSDLBRK 2 | bool "Skylake Saddle Brook" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/saddlebrook/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/saddlebrook/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/saddlebrook/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/strago/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_STRAGO 2 | bool "Strago" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/wtm2/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_INTEL_WTM2 2 | bool "Whitetip Mountain 2 CRB" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/wtm2/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/intel/wtm2/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: eval 2 | Release year: 2013 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/jetway/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_JETWAY 2 | bool "Jetway" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/kontron/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_KONTRON 2 | bool "Kontron" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/kontron/ktqm77/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: mini 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_LENOVO 2 | bool "Lenovo" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/g505s/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_G505S 2 | bool "AMD G505s" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/g505s/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/g505s/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/l520/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_L520 2 | bool "ThinkPad L520" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/s230u/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t400/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t400/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t400/mptable.c: -------------------------------------------------------------------------------- 1 | /* dummy file */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t420/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_T420 2 | bool "ThinkPad T420" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t420/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t420s/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_T420S 2 | bool "ThinkPad T420s" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t420s/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t430/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_THINKPAD_T430 2 | bool "ThinkPad T430" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t430s/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t430s/hda_verb.c: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t520/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t530/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t60/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/t60/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/thinkcentre_a58/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_THINKCENTRE_A58 2 | bool "ThinkCentre A58" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/thinkcentre_a58/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | /* dummy */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x131e/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_X131E 2 | bool "ThinkPad X131e" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x1_carbon_gen1/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x200/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x200/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x200/mptable.c: -------------------------------------------------------------------------------- 1 | /* dummy file */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x201/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x220/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x230/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_X230 2 | bool "ThinkPad X230" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x230/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x60/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/x60/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/z61t/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_LENOVO_Z61T 2 | bool "ThinkPad Z61t" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/z61t/acpi/mainboard.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/lenovo/z61t/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/msi/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_MSI 2 | bool "MSI" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/msi/ms7721/acpi/sata.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/msi/ms7721/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/msi/ms7721/acpi/thermal.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/msi/ms9652_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: desktop 2 | Release year: 2007 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ocp/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_OCP 2 | bool "Open Compute Project" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ocp/monolake/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_OCP_MONOLAKE 2 | bool "Mono Lake" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ocp/wedge100s/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_OCP_WEDGE100S 2 | bool "Wedge 100S" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_OPENCELLULAR 2 | bool "OpenCellular" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/elgon/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_OPENCELLULAR_ELGON 2 | bool "Elgon (GBCv2)" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/elgon/memlayout.ld: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/rotundu/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/rotundu/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/opencellular/rotundu/cmos.default: -------------------------------------------------------------------------------- 1 | debug_level=Error 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/packardbell/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_PACKARDBELL 2 | bool "Packard Bell" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/packardbell/ms2290/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/pcengines/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_PCENGINES 2 | bool "PC Engines" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/purism/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_PURISM 2 | bool "Purism" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/purism/librem_skl/acpi_tables.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/roda/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_RODA 2 | bool "Roda" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/roda/rk9/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_RODA_RK9 2 | bool "RK9" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/roda/rk9/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: laptop 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/roda/rk9/mptable.c: -------------------------------------------------------------------------------- 1 | /* dummy file */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/roda/rv11/variants/rv11/include/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | /* no super i/o */ 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/samsung/lumpy/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_SAMSUNG_LUMPY 2 | bool "Lumpy" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/samsung/stumpy/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_SAMSUNG_STUMPY 2 | bool "Stumpy" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/samsung/stumpy/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/sapphire/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_SAPPHIRE 2 | bool "Sapphire" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/sapphire/pureplatinumh61/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/sapphire/pureplatinumh61/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/scaleway/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_SCALEWAY 2 | bool "Scaleway" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/siemens/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_SIEMENS 2 | bool "Siemens" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/siemens/mc_tcu3/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/siemens/mc_tcu3/acpi/superio.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/sifive/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_SIFIVE 2 | bool "SiFive" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/supermicro/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_SUPERMICRO 2 | bool "Supermicro" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/supermicro/h8dmr_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: server 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/supermicro/h8scm_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: server 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/supermicro/x10slm-f/acpi/ec.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ti/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_TI 2 | bool "TI" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ti/beaglebone/Kconfig.name: -------------------------------------------------------------------------------- 1 | config BOARD_TI_BEAGLEBONE 2 | bool "Beaglebone" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ti/beaglebone/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: sbc 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/ti/beaglebone/memlayout.ld: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/tyan/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_TYAN 2 | bool "Tyan" 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/tyan/s2912_fam10/board_info.txt: -------------------------------------------------------------------------------- 1 | Category: server 2 | Release year: 2007 3 | -------------------------------------------------------------------------------- /coreboot/src/mainboard/via/Kconfig.name: -------------------------------------------------------------------------------- 1 | config VENDOR_VIA 2 | bool "VIA" 3 | -------------------------------------------------------------------------------- /coreboot/src/security/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/security/Kconfig -------------------------------------------------------------------------------- /coreboot/src/soc/amd/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/soc/amd/Kconfig -------------------------------------------------------------------------------- /coreboot/src/soc/cavium/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/cavium/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/imgtec/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/imgtec/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/Kconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/src/soc/intel/Kconfig -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/acpi/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_ACPI) += acpi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/dsp/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_DSP) += dsp.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/graphics/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_GRAPHICS) += graphics.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/hda/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_HDA) += hda.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/pcie/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_PCIE) += pcie.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/sata/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SATA) += sata.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/scs/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SCS) += sd.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/sgx/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SGX) += sgx.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/sram/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_SRAM) += sram.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/vmx/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_VMX) += vmx.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/xdci/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_XDCI) += xdci.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/block/xhci/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_XHCI) += xhci.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/intel/common/pch/lockdown/Makefile.inc: -------------------------------------------------------------------------------- 1 | ramstage-$(CONFIG_SOC_INTEL_COMMON_PCH_LOCKDOWN) += lockdown.c 2 | -------------------------------------------------------------------------------- /coreboot/src/soc/mediatek/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/mediatek/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/nvidia/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/nvidia/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/qualcomm/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/qualcomm/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/rockchip/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/rockchip/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/samsung/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/samsung/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/sifive/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/sifive/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/soc/ucb/Kconfig: -------------------------------------------------------------------------------- 1 | # Load all chipsets 2 | source "src/soc/ucb/*/Kconfig" 3 | -------------------------------------------------------------------------------- /coreboot/src/southbridge/amd/agesa/hudson/acpi/smbus.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/southbridge/amd/pi/hudson/acpi/smbus.asl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coreboot/src/southbridge/broadcom/bcm21000/Kconfig: -------------------------------------------------------------------------------- 1 | config SOUTHBRIDGE_BROADCOM_BCM21000 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/southbridge/intel/i82870/Kconfig: -------------------------------------------------------------------------------- 1 | config SOUTHBRIDGE_INTEL_I82870 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/southbridge/ti/pci1x2x/Kconfig: -------------------------------------------------------------------------------- 1 | config SOUTHBRIDGE_TI_PCI1X2X 2 | bool 3 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/Common/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbLibFeatures.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Family/LN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += F12GfxServices.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/Modules/GnbCableSafe/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbCableSafe.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/Modules/GnbNbInitLibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/Modules/GnbPcieAlibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAlib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/GNB/PCIe/Feature/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PciePowerGate.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Ardk/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += ma.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/CHINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfchi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/CSINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfcsi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/DMI/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfDMI.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/EXCLUDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfdimmexclud.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/IDENDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfidendimm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/INTLVRN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfintlvrn.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/LVDDR3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mflvddr3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/MEMCLR/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfmemclr.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/ODTHERMAL/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfodthermal.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/S3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfs3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Feat/TABLE/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mftds.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f12/Proc/Mem/Main/LN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mmflowln.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/GNB/Common/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbLibFeatures.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/GNB/Gfx/Family/0x14/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += F14GfxServices.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbNbInitLibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/GNB/Modules/GnbPcieAlibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAlib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Ardk/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += ma.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/CHINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfchi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/CSINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfcsi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/DMI/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfDMI.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/EXCLUDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfdimmexclud.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/IDENDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfidendimm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/INTLVRN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfintlvrn.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/LVDDR3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mflvddr3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/MEMCLR/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfmemclr.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/ODTHERMAL/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfodthermal.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/S3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfs3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Feat/TABLE/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mftds.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Main/ON/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mmflowon.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f14/Proc/Mem/Ps/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mp.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Fch/Imc/Family/Hudson2/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += Hudson2ImcService.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Common/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbLibFeatures.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Library/GnbTimerLibWrap0/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbTimerLibWrap0.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbIommuIvrs/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbIommuIvrs.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbIommuScratch/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbIommuScratch.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbIvrsLib/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbIvrsLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbMSocketLib/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbMSocketLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbNbInitLibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbNbInitLibV4/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV4.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbPcieAlibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAlib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbPcieAspm/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAspm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbPcieClkPm/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieClkPm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbSbIommuLib/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbSbIommuLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbSview/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbSview.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/GNB/Modules/GnbTable/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbTable.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/IDS/Family/0x15/TN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += IdsF15TnAllService.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/IDS/Library/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += IdsLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ardk/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += ma.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/CHINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfchi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/CSINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfcsi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/DMI/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfDMI.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/EXCLUDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfdimmexclud.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/IDENDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfidendimm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/INTLVRN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfintlvrn.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/LVDDR3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mflvddr3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/MEMCLR/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfmemclr.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/ODTHERMAL/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfodthermal.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/S3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfs3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Feat/TABLE/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mftds.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Main/TN/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mmflowtn.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ps/TN/FM2/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mpUtnfm2.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ps/TN/FP2/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mpStnfp2.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f15tn/Proc/Mem/Ps/TN/FS1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mpStnfs1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Hwm/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += HwmLate.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Imc/Family/Yangtze/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += YangtzeImcService.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Common/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbLibFeatures.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbIoapic/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbIoapic.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbNbInitLibV4/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV4.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbNbInitLibV5/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbNbInitLibV5.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbPcieAlibV2/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAlibV2.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbPcieAspm/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieAspm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbPcieClkPm/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieClkPm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbPcieMaxPayload/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += PcieMaxPayload.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbSSocketLib/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbSSocketLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbScsLibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbScsLibV1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbSmuLibV7/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbSmuInitLibV7.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbSview/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbSview.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbTable/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbTable.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/GNB/Modules/GnbUraLibV1/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += GnbUraLibV1.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/IDS/Family/0x16/KB/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += IdsF16KbAllService.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/IDS/Library/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += IdsLib.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Ardk/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += ma.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/CSINTLV/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfcsi.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/DMI/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfDMI.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/EXCLUDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfdimmexclud.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/IDENDIMM/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfidendimm.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/LVDDR3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mflvddr3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/MEMCLR/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfmemclr.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/ODTHERMAL/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfodthermal.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/RDWR2DTRAINING/KB/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfRdWr2DKb.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/S3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mfs3.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Feat/TABLE/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mftds.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Main/KB/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mmflowkb.c 2 | -------------------------------------------------------------------------------- /coreboot/src/vendorcode/amd/agesa/f16kb/Proc/Mem/Ps/KB/FT3/Makefile.inc: -------------------------------------------------------------------------------- 1 | libagesa-y += mpSkbft3.c 2 | -------------------------------------------------------------------------------- /coreboot/toolchain.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/toolchain.inc -------------------------------------------------------------------------------- /coreboot/util/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/README.md -------------------------------------------------------------------------------- /coreboot/util/abuild/abuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/abuild/abuild -------------------------------------------------------------------------------- /coreboot/util/abuild/abuild.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/abuild/abuild.1 -------------------------------------------------------------------------------- /coreboot/util/abuild/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/abuild/getopt.c -------------------------------------------------------------------------------- /coreboot/util/acpi/description.md: -------------------------------------------------------------------------------- 1 | Walk through all ACPI tables with their addresses. `bash` 2 | -------------------------------------------------------------------------------- /coreboot/util/amdfwtool/description.md: -------------------------------------------------------------------------------- 1 | Create AMD Firmware combination `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/amdtools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/amdtools/README -------------------------------------------------------------------------------- /coreboot/util/archive/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/archive/Makefile -------------------------------------------------------------------------------- /coreboot/util/autoport/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/autoport/main.go -------------------------------------------------------------------------------- /coreboot/util/autoport/root.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/autoport/root.go -------------------------------------------------------------------------------- /coreboot/util/bincfg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bincfg/Makefile -------------------------------------------------------------------------------- /coreboot/util/bincfg/bincfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bincfg/bincfg.h -------------------------------------------------------------------------------- /coreboot/util/bincfg/bincfg.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bincfg/bincfg.l -------------------------------------------------------------------------------- /coreboot/util/bincfg/bincfg.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bincfg/bincfg.y -------------------------------------------------------------------------------- /coreboot/util/bucts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bucts/Makefile -------------------------------------------------------------------------------- /coreboot/util/bucts/bucts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bucts/bucts.c -------------------------------------------------------------------------------- /coreboot/util/bucts/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/bucts/readme.md -------------------------------------------------------------------------------- /coreboot/util/cbfstool/EXAMPLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/EXAMPLE -------------------------------------------------------------------------------- /coreboot/util/cbfstool/cbfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/cbfs.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/coff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/coff.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/elf.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fdt.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fit.c -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fit.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fmd.c -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fmd.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/fv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/fv.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/linux.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/swab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/swab.h -------------------------------------------------------------------------------- /coreboot/util/cbfstool/xdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbfstool/xdr.c -------------------------------------------------------------------------------- /coreboot/util/cbmem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbmem/Makefile -------------------------------------------------------------------------------- /coreboot/util/cbmem/cbmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/cbmem/cbmem.c -------------------------------------------------------------------------------- /coreboot/util/cbmem/description.md: -------------------------------------------------------------------------------- 1 | Cbmem console log reader `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/crossgcc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/crossgcc/README -------------------------------------------------------------------------------- /coreboot/util/crossgcc/sum/Python-3.7.2.tar.xz.cksum: -------------------------------------------------------------------------------- 1 | c3dc6928516bcb934cf4740461044c79c7c35494 tarballs/Python-3.7.2.tar.xz -------------------------------------------------------------------------------- /coreboot/util/crossgcc/sum/gcc-8.2.0.tar.xz.cksum: -------------------------------------------------------------------------------- 1 | 19926bdb6c4b58891015929853d41aeff019d400 tarballs/gcc-8.2.0.tar.xz 2 | -------------------------------------------------------------------------------- /coreboot/util/crossgcc/sum/gmp-6.1.2.tar.xz.cksum: -------------------------------------------------------------------------------- 1 | 9dc6981197a7d92f339192eea974f5eca48fcffe tarballs/gmp-6.1.2.tar.xz 2 | -------------------------------------------------------------------------------- /coreboot/util/crossgcc/sum/mpc-1.1.0.tar.gz.cksum: -------------------------------------------------------------------------------- 1 | b019d9e1d27ec5fb99497159d43a3164995de2d0 tarballs/mpc-1.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /coreboot/util/docker/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/docker/Makefile -------------------------------------------------------------------------------- /coreboot/util/dtd_parser/description.md: -------------------------------------------------------------------------------- 1 | DTD structure parser `Python2` 2 | -------------------------------------------------------------------------------- /coreboot/util/ectool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/ectool/Makefile -------------------------------------------------------------------------------- /coreboot/util/ectool/description.md: -------------------------------------------------------------------------------- 1 | Dumps the RAM of a laptop's Embedded/Environmental Controller (EC). `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/ectool/ec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/ectool/ec.c -------------------------------------------------------------------------------- /coreboot/util/ectool/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/ectool/ec.h -------------------------------------------------------------------------------- /coreboot/util/ectool/ectool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/ectool/ectool.c -------------------------------------------------------------------------------- /coreboot/util/find_usbdebug/description.md: -------------------------------------------------------------------------------- 1 | Help find USB debug ports 2 | -------------------------------------------------------------------------------- /coreboot/util/futility/description.md: -------------------------------------------------------------------------------- 1 | Firmware utility for signing ChromeOS images `Make` 2 | -------------------------------------------------------------------------------- /coreboot/util/genbuild_h/description.md: -------------------------------------------------------------------------------- 1 | Generate build system definitions `Shell` 2 | -------------------------------------------------------------------------------- /coreboot/util/genprof/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/genprof/Makefile -------------------------------------------------------------------------------- /coreboot/util/genprof/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/genprof/README -------------------------------------------------------------------------------- /coreboot/util/genprof/description.md: -------------------------------------------------------------------------------- 1 | Format function tracing logs `Bash` `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/ifdtool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/ifdtool/Makefile -------------------------------------------------------------------------------- /coreboot/util/ifdtool/description.md: -------------------------------------------------------------------------------- 1 | Extract and dump Intel Firmware Descriptor information `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/intelmetool/me.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/intelmetool/me.c -------------------------------------------------------------------------------- /coreboot/util/intelmetool/me.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/intelmetool/me.h -------------------------------------------------------------------------------- /coreboot/util/inteltool/ahci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/ahci.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/amb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/amb.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/cpu.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/gfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/gfx.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/gpio.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/pcie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/pcie.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/pcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/pcr.c -------------------------------------------------------------------------------- /coreboot/util/inteltool/pcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/pcr.h -------------------------------------------------------------------------------- /coreboot/util/inteltool/spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/inteltool/spi.c -------------------------------------------------------------------------------- /coreboot/util/intelvbttool/description.md: -------------------------------------------------------------------------------- 1 | Parse VBT from VGA BIOS `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/kbc1126/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kbc1126/Makefile -------------------------------------------------------------------------------- /coreboot/util/kconfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/Makefile -------------------------------------------------------------------------------- /coreboot/util/kconfig/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/check.sh -------------------------------------------------------------------------------- /coreboot/util/kconfig/conf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/conf.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/description.md: -------------------------------------------------------------------------------- 1 | Build system `Make` 2 | -------------------------------------------------------------------------------- /coreboot/util/kconfig/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/expr.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/expr.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/gconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/gconf.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/images.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/images.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/list.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/lkc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/lkc.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /coreboot/util/kconfig/mconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/mconf.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/menu.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/nconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/nconf.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/nconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/nconf.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/qconf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/qconf.cc -------------------------------------------------------------------------------- /coreboot/util/kconfig/qconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/qconf.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/regex.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/regex.h -------------------------------------------------------------------------------- /coreboot/util/kconfig/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/symbol.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/toada.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/toada.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/util.c -------------------------------------------------------------------------------- /coreboot/util/kconfig/zconf.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/zconf.l -------------------------------------------------------------------------------- /coreboot/util/kconfig/zconf.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/kconfig/zconf.y -------------------------------------------------------------------------------- /coreboot/util/lint/check-style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/lint/check-style -------------------------------------------------------------------------------- /coreboot/util/lint/lint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/lint/lint -------------------------------------------------------------------------------- /coreboot/util/marvell/Makefile.inc: -------------------------------------------------------------------------------- 1 | subdirs-$(CONFIG_SOC_MARVELL_ARMADA38X) += doimage_mv 2 | -------------------------------------------------------------------------------- /coreboot/util/mma/description.md: -------------------------------------------------------------------------------- 1 | Memory Margin Analysis automation tests `Bash` 2 | -------------------------------------------------------------------------------- /coreboot/util/mma/mma.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/mma/mma.conf -------------------------------------------------------------------------------- /coreboot/util/msrtool/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/msrtool/TODO -------------------------------------------------------------------------------- /coreboot/util/msrtool/description.md: -------------------------------------------------------------------------------- 1 | Dumps chipset-specific MSR registers. `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/msrtool/k8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/msrtool/k8.c -------------------------------------------------------------------------------- /coreboot/util/msrtool/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/msrtool/sys.c -------------------------------------------------------------------------------- /coreboot/util/mtkheader/description.md: -------------------------------------------------------------------------------- 1 | Generate MediaTek bootload header. `Python2` 2 | -------------------------------------------------------------------------------- /coreboot/util/nvidia/description.md: -------------------------------------------------------------------------------- 1 | nvidia blob parsers 2 | -------------------------------------------------------------------------------- /coreboot/util/post/.gitignore: -------------------------------------------------------------------------------- 1 | post 2 | -------------------------------------------------------------------------------- /coreboot/util/post/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/post/Makefile -------------------------------------------------------------------------------- /coreboot/util/post/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/post/README -------------------------------------------------------------------------------- /coreboot/util/post/post.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/post/post.c -------------------------------------------------------------------------------- /coreboot/util/qualcomm/description.md: -------------------------------------------------------------------------------- 1 | CMM script to debug Qualcomm coreboot environments. `CMM` 2 | -------------------------------------------------------------------------------- /coreboot/util/release/description.md: -------------------------------------------------------------------------------- 1 | Generate coreboot release `Bash` 2 | -------------------------------------------------------------------------------- /coreboot/util/rockchip/description.md: -------------------------------------------------------------------------------- 1 | Generate Rockchip idblock bootloader. `Python2` 2 | -------------------------------------------------------------------------------- /coreboot/util/romcc/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/romcc/COPYING -------------------------------------------------------------------------------- /coreboot/util/romcc/results/linux_test1.out: -------------------------------------------------------------------------------- 1 | hello world 2 | -------------------------------------------------------------------------------- /coreboot/util/romcc/results/linux_test6.out: -------------------------------------------------------------------------------- 1 | B 2 | Registered 3 | -------------------------------------------------------------------------------- /coreboot/util/romcc/romcc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/romcc/romcc.1 -------------------------------------------------------------------------------- /coreboot/util/romcc/romcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/romcc/romcc.c -------------------------------------------------------------------------------- /coreboot/util/romcc/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/romcc/test.sh -------------------------------------------------------------------------------- /coreboot/util/sconfig/description.md: -------------------------------------------------------------------------------- 1 | coreboot device tree compiler `Lex` `Yacc` 2 | -------------------------------------------------------------------------------- /coreboot/util/showdevicetree/description.md: -------------------------------------------------------------------------------- 1 | Compile and dump the device tree `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/spkmodem_recv/.gitignore: -------------------------------------------------------------------------------- 1 | spkmodem-recv 2 | -------------------------------------------------------------------------------- /coreboot/util/spkmodem_recv/description.md: -------------------------------------------------------------------------------- 1 | Decode spkmodem signals `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/testing/description.md: -------------------------------------------------------------------------------- 1 | coreboot test targets `Make` 2 | -------------------------------------------------------------------------------- /coreboot/util/vgabios/description.md: -------------------------------------------------------------------------------- 1 | emulated vga driver for qemu `C` 2 | -------------------------------------------------------------------------------- /coreboot/util/viatool/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/coreboot/util/viatool/cpu.c -------------------------------------------------------------------------------- /coreboot/util/x86/description.md: -------------------------------------------------------------------------------- 1 | Generates 32-bit PAE page tables based on a CSV input file. `Go` 2 | -------------------------------------------------------------------------------- /coreboot/util/xcompile/description.md: -------------------------------------------------------------------------------- 1 | Cross compile setup `Bash` 2 | -------------------------------------------------------------------------------- /deviceinfo/acpidump.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/acpidump.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/acpidump.log -------------------------------------------------------------------------------- /deviceinfo/biosdecode.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/biosdecode.log: -------------------------------------------------------------------------------- 1 | # biosdecode 3.1 2 | -------------------------------------------------------------------------------- /deviceinfo/codec#0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/codec#0 -------------------------------------------------------------------------------- /deviceinfo/codec#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/codec#2 -------------------------------------------------------------------------------- /deviceinfo/cpuinfo.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/cpuinfo.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/cpuinfo.log -------------------------------------------------------------------------------- /deviceinfo/dmesg.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/dmesg.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/dmesg.log -------------------------------------------------------------------------------- /deviceinfo/dmidecode.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/dmidecode.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/dmidecode.log -------------------------------------------------------------------------------- /deviceinfo/ectool.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/ectool.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/ectool.log -------------------------------------------------------------------------------- /deviceinfo/flashrom_info.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/flashrom_read.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/inteltool.err.log: -------------------------------------------------------------------------------- 1 | Error: Dumping AMBs on this MCH is not (yet) supported. 2 | -------------------------------------------------------------------------------- /deviceinfo/inteltool.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/inteltool.log -------------------------------------------------------------------------------- /deviceinfo/ioports.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/ioports.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/ioports.log -------------------------------------------------------------------------------- /deviceinfo/lspci.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/lspci.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/lspci.log -------------------------------------------------------------------------------- /deviceinfo/lsusb.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/lsusb.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/lsusb.log -------------------------------------------------------------------------------- /deviceinfo/msrtool.err.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/msrtool.err.log -------------------------------------------------------------------------------- /deviceinfo/msrtool.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/nvramtool.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/nvramtool.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/nvramtool.log -------------------------------------------------------------------------------- /deviceinfo/pin_hwC0D0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/pin_hwC0D0 -------------------------------------------------------------------------------- /deviceinfo/pin_hwC0D2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/pin_hwC0D2 -------------------------------------------------------------------------------- /deviceinfo/rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/rom.bin -------------------------------------------------------------------------------- /deviceinfo/superiotool.err.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /deviceinfo/superiotool.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/deviceinfo/superiotool.log -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cawilliamson/coreboot-gpdpocket2/HEAD/run.sh --------------------------------------------------------------------------------