Add source to build DSDT (in the future)
authorstrongtz <strongtz@yeah.net>
星期四, 4 Mar 2021 10:30:06 +0000 (18:30 +0800)
committerstrongtz <strongtz@yeah.net>
星期四, 4 Mar 2021 10:30:06 +0000 (18:30 +0800)
commit740f67b11277304a9b4173a56d8cb8925507e776
treed611ed027d98fe8b3bb26f7a7d0d42c7b2230767
parent63739253b933ef9fc2e75816fc50b3a1716de9ff
Add source to build DSDT (in the future)

In the future, we are going to build DSDT using iasl from source in the build.sh script.
Device specific configuration will be added in subdir. (eg. sdm845Pkg/AcpiTables/fajita/*.asl)
77 files changed:
sdm845Pkg/AcpiTables/common/HoyaSmmu.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/HoyaSmmu_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/Pep_lpi.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/Qdss.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/abd.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/adsprpc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/backlightcfg.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/backlightcfg2.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/bam.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/buses.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/cbsp_mproc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/corebsp_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/corebsp_wa_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/corebsp_wp_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/crypto_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/cust_dsdt_common.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/cust_wcnss_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/cust_win_mproc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/display.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/display2.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/displayext.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/dsdt_common.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/gps.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/gsi.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/ipa.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/ipa_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/msft_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/nfc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/oem_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pcie.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pcie1.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pcie_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_common.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_cprh.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_dbgSettings.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_dcvscfg.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_dvreg.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_idle.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_libPCU.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_libPdc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_lmh.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_tsens.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pep_vddresources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pmic_batt.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/pmic_core.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qcdb.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qcgpio.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qcsp.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_qpmda.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_remote_etm.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_replicator.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_tgu.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_tmc.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qdss_verifyclocks.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qgpi.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/qwpp.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/rfs.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/sar_manager.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/slimbus.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/spmi.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/spmi_conf.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/ssm.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/ssm_ce_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/subsys_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/syscache.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/testbam_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/thz.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/tmm_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/ufs.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/usb.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/wcnss_bt.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/wcnss_fm.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/wcnss_resources.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/wcnss_wlan.asl [new file with mode: 0644]
sdm845Pkg/AcpiTables/common/win_mproc.asl [new file with mode: 0644]