├── .github └── workflows │ ├── ci.yml │ └── submodule_auto_update.yml ├── .gitignore ├── .gitmodules ├── Android.mk ├── AndroidBoot.mk ├── CleanSpec.mk ├── LICENSE ├── MODULE_LICENSE_BSD ├── NOTICE ├── app ├── aboot │ ├── aboot.c │ ├── bootimg.h │ ├── devinfo.h │ ├── fastboot.c │ ├── fastboot.h │ ├── recovery.c │ ├── recovery.h │ ├── rules.mk │ └── sparse_format.h ├── app.c ├── clocktests │ ├── clock_tests.c │ └── rules.mk ├── mt_boot │ ├── aee │ │ ├── KEDump.c │ │ ├── KEHeader.h │ │ ├── aee.c │ │ ├── aee.h │ │ ├── armmmu_translate.c │ │ ├── mrdump_datafs.c │ │ ├── mrdump_dbgscript.c │ │ ├── mrdump_dconfig.c │ │ ├── mrdump_dummy.c │ │ ├── mrdump_elf.c │ │ ├── mrdump_elf.h │ │ ├── mrdump_mpart.c │ │ ├── mrdump_null.c │ │ ├── mrdump_private.h │ │ ├── mrdump_rsvmem.c │ │ ├── mrdump_sddev.c │ │ ├── mrdump_setup.c │ │ ├── mrdump_usb.c │ │ ├── mrdump_zip.c │ │ ├── platform_debug.c │ │ ├── ram_console.c │ │ └── reboot_record.c │ ├── blockheader.c │ ├── blockheader.h │ ├── bootargs.c │ ├── bootargs.h │ ├── decompressor.c │ ├── dl_commands.c │ ├── dl_commands.h │ ├── fastboot.c │ ├── fastboot.h │ ├── fdt_op.c │ ├── fdt_op.h │ ├── iothread.c │ ├── iothread.h │ ├── mt_boot.c │ ├── mt_boot.h │ ├── mt_secure_call.c │ ├── mtk_secure_api.h │ ├── mtransfer │ │ ├── bulk_process.c │ │ ├── bulk_process.h │ │ ├── bulk_process_nand.c │ │ ├── sparse_state_machine.c │ │ ├── sparse_state_machine.h │ │ ├── sparse_state_machine_nand.c │ │ ├── transfer.h │ │ └── transfer_parallel.c │ ├── odm_mdtbo.c │ ├── odm_mdtbo.h │ ├── rules.mk │ ├── sec_hrid.c │ ├── sec_hrid.h │ ├── sec_socid.c │ ├── sec_unlock.c │ ├── sec_unlock.h │ ├── sparse_format.h │ ├── sys_commands.c │ └── sys_commands.h ├── nandwrite │ ├── nandwrite.c │ └── rules.mk ├── pcitests │ ├── pci_tests.c │ └── rules.mk ├── rules.mk ├── shell │ ├── rules.mk │ └── shell.c ├── stringtests │ ├── mymemcpy.S │ ├── mymemset.S │ ├── rules.mk │ └── string_tests.c └── tests │ ├── include │ └── app │ │ └── tests.h │ ├── led_tests.c │ ├── printf_tests.c │ ├── rules.mk │ ├── tests.c │ └── thread_tests.c ├── arch ├── arm │ ├── arch.c │ ├── asm.S │ ├── cache-ops.S │ ├── cache.c │ ├── compile.mk │ ├── crt0.S │ ├── dcc.S │ ├── exceptions.S │ ├── faults.c │ ├── include │ │ └── arch │ │ │ ├── arch_thread.h │ │ │ ├── arm.h │ │ │ ├── arm │ │ │ ├── cache.h │ │ │ ├── cores.h │ │ │ ├── dcc.h │ │ │ ├── mmu.h │ │ │ └── ops.h │ │ │ └── defines.h │ ├── mmu.c │ ├── ops.S │ ├── rules.mk │ ├── system-onesegment.ld │ ├── system-twosegment.ld │ ├── thread.c │ ├── trustzone-system-onesegment.ld │ └── trustzone-test-system-onesegment.ld └── x86 │ ├── arch.c │ ├── asm.S │ ├── cache-ops.S │ ├── cache.c │ ├── compile.mk │ ├── crt0.S │ ├── descriptor.c │ ├── faults.c │ ├── include │ └── arch │ │ ├── arch_thread.h │ │ ├── defines.h │ │ ├── x86.h │ │ └── x86 │ │ ├── descriptor.h │ │ ├── mmu.h │ │ └── ops.h │ ├── kernel.ld │ ├── mmu.c │ ├── ops.S │ ├── rules.mk │ └── thread.c ├── dev ├── chargepump │ ├── lm3632 │ │ └── lm3632_lk_driver.c │ └── rules.mk ├── dev.c ├── fbcon │ ├── fbcon.c │ ├── font5x12.h │ └── rules.mk ├── gic │ ├── include │ │ ├── mt_gic.h │ │ └── mt_gic_v3.h │ ├── mt_gic_v2.c │ ├── mt_gic_v3.c │ └── rules.mk ├── keys │ ├── gpio_keypad.c │ ├── keys.c │ └── rules.mk ├── lcm │ ├── CLAA101FP01_DSI_VDO │ │ └── CLAA101FP01_DSI_VDO.c │ ├── CPT_CLAA101FP01_DSI_VDO │ │ ├── CPT_CLAA101FP01_DSI_VDO.c │ │ └── Makefile │ ├── CPT_CLAA101FP01_DSI_VDO_8163 │ │ ├── CPT_CLAA101FP01_DSI_VDO_8163.c │ │ └── Makefile │ ├── CPT_CLAP070WP03XG_LVDS │ │ ├── CPT_CLAP070WP03XG_LVDS.c │ │ └── Makefile │ ├── EK79007_WSVGALNL_DSI_VDO │ │ ├── EK79007_WSVGALNL_DSI_VDO.c │ │ └── Makefile │ ├── H070D_18DM │ │ ├── Makefile │ │ └── h070d_18dm.c │ ├── KR070IA4T_DSI_VDO │ │ ├── KR070IA4T_DSI_VDO.c │ │ └── Makefile │ ├── KR101IA2S_DSI_VDO │ │ └── KR101IA2S_DSI_VDO.c │ ├── LP079X01 │ │ ├── LP079X01.c │ │ └── Makefile │ ├── Makefile │ ├── RX_498HX_615B │ │ ├── Makefile │ │ └── RX_498HX_615B.c │ ├── RX_498HX_615B_82 │ │ ├── Makefile │ │ └── RX_498HX_615B_82.c │ ├── VVX10F008B00_WUXGA_DSI_VDO │ │ ├── Makefile │ │ └── VVX10F008B00_WUXGA_DSI_VDO.c │ ├── auo_wuxga_dsi_vdo │ │ └── auo_wuxga_dsi_vdo.c │ ├── b080uan01_2_wuxga_dsi_vdo │ │ └── b080uan01_2_wuxga_dsi_vdo.c │ ├── clap070wp03xg_lvds │ │ └── clap070wp03xg_lvds.c │ ├── clap070wp03xg_lvds_8163 │ │ └── clap070wp03xg_lvds_8163.c │ ├── cm_n070ice_dsi_vdo │ │ ├── Makefile │ │ └── cm_n070ice_dsi_vdo.c │ ├── cpt_clap070wp03xg_sn65dsi83 │ │ └── cpt_clap070wp03xg_sn65dsi83.c │ ├── cpt_clap070wp03xg_wxga_lvds │ │ ├── Makefile │ │ └── cpt_clap070wp03xg_wxga_lvds.c │ ├── db7436_dsi_vdo_fwvga │ │ ├── Makefile │ │ └── db7436_dsi_vdo_fwvga.c │ ├── dummy │ │ ├── Makefile │ │ └── dummy.c │ ├── ek79023_dsi_wsvga_vdo │ │ ├── Makefile │ │ └── ek79023_dsi_wsvga_vdo.c │ ├── es6311_anx6585_zigzag_wxga │ │ └── es6311_anx6585_zigzag_wxga.c │ ├── ft8006p_hdp_dsi_vdo_boe_drip_incell │ │ └── ft8006p_hdp_dsi_vdo_boe_drip_incell.c │ ├── ft8006p_hdp_dsi_vdo_tm6217_drip_incell │ │ └── ft8006p_hdp_dsi_vdo_tm6217_drip_incell.c │ ├── ft8201_wxga_vdo_incell_boe │ │ └── ft8201_wxga_vdo_incell_boe.c │ ├── ft8707_fhd_dsi_vdo_lgd │ │ ├── Makefile │ │ └── ft8707_fhd_dsi_vdo_lgd.c │ ├── ft8719p_hdp_dsi_vdo_boe_drip_incell │ │ └── ft8719p_hdp_dsi_vdo_boe_drip_incell.c │ ├── ft8756_fhdp_dsi_vdo_tcl │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── ft8756_fhdp_dsi_vdo_tcl.c │ ├── gc9503v_fwvga_dsi_hsd │ │ ├── Makefile │ │ └── gc9503v_fwvga_dsi_hsd.c │ ├── h070d_18dm │ │ ├── Makefile │ │ └── h070d_18dm.c │ ├── hx83102d_hdp_dsi_vdo_boe_drip_incell │ │ └── hx83102d_hdp_dsi_vdo_boe_drip_incell.c │ ├── hx83112_fhdp_dsi_vdo_auo │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── hx83112_fhdp_dsi_vdo_auo.c │ ├── hx83112b_fhdp_dsi_cmd_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_auo_rt4801.c │ ├── hx83112b_fhdp_dsi_cmd_auo_rt5081 │ │ ├── Makefile │ │ └── hx83112b_fhdp_dsi_cmd_auo_rt5081.c │ ├── hx83112b_fhdp_dsi_cmd_auo_rt5081_fhd │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_auo_rt5081_fhd.c │ ├── hx83112b_fhdp_dsi_cmd_auo_rt5081_hdp │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_auo_rt5081_hdp.c │ ├── hx83112b_fhdp_dsi_cmd_auo_rt5081_hdp_1560 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_auo_rt5081_hdp_1560.c │ ├── hx83112b_fhdp_dsi_cmd_fhd_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_fhd_auo_rt4801.c │ ├── hx83112b_fhdp_dsi_cmd_hdp_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_cmd_hdp_auo_rt4801.c │ ├── hx83112b_fhdp_dsi_vdo_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_vdo_auo_rt4801.c │ ├── hx83112b_fhdp_dsi_vdo_auo_rt5081 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_vdo_auo_rt5081.c │ ├── hx83112b_fhdp_dsi_vdo_auo_rt5081_hdp │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_vdo_auo_rt5081_hdp.c │ ├── hx83112b_fhdp_dsi_vdo_fhd_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_vdo_fhd_auo_rt4801.c │ ├── hx83112b_fhdp_dsi_vdo_hdp_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── hx83112b_fhdp_dsi_vdo_hdp_auo_rt4801.c │ ├── hx8389b_qhd_dsi_vdo │ │ ├── Makefile │ │ └── hx8389b_qhd_dsi_vdo.c │ ├── hx8389b_qhd_dsi_vdo_tianma │ │ ├── Makefile │ │ └── hx8389b_qhd_dsi_vdo_tianma.c │ ├── hx8389c_dsi_vdo │ │ ├── Makefile │ │ └── hx8389c_dsi_vdo.c │ ├── hx8392a_dsi_cmd │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd.c │ ├── hx8392a_dsi_cmd_3lane │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_3lane.c │ ├── hx8392a_dsi_cmd_fwvga │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_fwvga.c │ ├── hx8392a_dsi_cmd_fwvga_plus │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_fwvga_plus.c │ ├── hx8392a_dsi_cmd_fwvgap.c │ ├── hx8392a_dsi_cmd_fwvgap │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_fwvgap.c │ ├── hx8392a_dsi_cmd_hdplus │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_hdplus.c │ ├── hx8392a_dsi_cmd_qhd │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_qhd.c │ ├── hx8392a_dsi_cmd_wvga │ │ ├── Makefile │ │ └── hx8392a_dsi_cmd_wvga.c │ ├── hx8392a_dsi_vdo │ │ ├── Makefile │ │ └── hx8392a_dsi_vdo.c │ ├── hx8392a_dsi_vdo_2lane │ │ ├── Makefile │ │ └── hx8392a_dsi_vdo_2lane.c │ ├── hx8392a_dsi_vdo_3lane │ │ ├── Makefile │ │ └── hx8392a_dsi_vdo_3lane.c │ ├── hx8394a_hd720_dsi_vdo_tianma │ │ ├── Makefile │ │ └── hx8394a_hd720_dsi_vdo_tianma.c │ ├── hx8394c_wxga_dsi_vdo │ │ ├── Makefile │ │ └── hx8394c_wxga_dsi_vdo.c │ ├── hx8394f_dsi_vdo_t20 │ │ ├── Makefile │ │ └── hx8394f_dsi_vdo_t20.c │ ├── ili7807d_fhdp_dsi_vdo_boe_drip_incell │ │ ├── Makefile │ │ └── ili7807d_fhdp_dsi_vdo_boe_drip_incell.c │ ├── ili9806c_dsi_vdo_djn_fwvga │ │ ├── Makefile │ │ └── ili9806c_dsi_vdo_djn_fwvga.c │ ├── ili9806e_dsi_vdo_fwvga │ │ ├── Makefile │ │ └── ili9806e_dsi_vdo_fwvga.c │ ├── ili9881c_hd720_td_tchd5031_6b_dsi_vdo │ │ └── ili9881c_hd720_td_tchd5031_6b_dsi_vdo.c │ ├── ili9881c_hd_dsi_vdo_cmi_ata │ │ ├── Makefile │ │ └── ili9881c_hd_dsi_vdo_cmi_ata.c │ ├── ili9881c_hd_dsi_vdo_cmi_pcba_ata │ │ ├── Makefile │ │ └── ili9881c_hd_dsi_vdo_cmi_pcba_ata.c │ ├── ili9881c_hd_dsi_vdo_ilitek_nt50358 │ │ ├── data_rgba4444_roundedpattern.h │ │ ├── data_rgba8888_roundedpattern.h │ │ └── ili9881c_hd_dsi_vdo_ilitek_nt50358.c │ ├── ili9881c_hd_dsi_vdo_ilitek_nt50358_3lane │ │ ├── Makefile │ │ └── ili9881c_hd_dsi_vdo_ilitek_nt50358_3lane.c │ ├── ili9881c_hd_dsi_vdo_ilitek_nt50358_3lane_hdp1600 │ │ ├── Makefile │ │ ├── data_rgba8888_roundedpattern.h │ │ └── ili9881c_hd_dsi_vdo_ilitek_nt50358_3lane_hdp1600.c │ ├── ili9881c_hdp_dsi_vdo_ilitek_rt5081 │ │ ├── data_rgba4444_roundedpattern.h │ │ └── ili9881c_hdp_dsi_vdo_ilitek_rt5081.c │ ├── ili9881c_hdplus_dsi_vdo_cmi_bx │ │ ├── Makefile │ │ └── ili9881c_hdplus_dsi_vdo_cmi_bx.c │ ├── ili9881c_hdplus_dsi_vdo_cmi_jt │ │ ├── Makefile │ │ └── ili9881c_hdplus_dsi_vdo_cmi_jt.c │ ├── ili9881d_hdplus1560_dsi_vdo_hsd │ │ ├── Makefile │ │ └── ili9881d_hdplus1560_dsi_vdo_hsd.c │ ├── ili9881h_hdp_dsi_vdo_ctc6217_dzx │ │ ├── Makefile │ │ └── ili9881h_hdp_dsi_vdo_ctc6217_dzx.c │ ├── ili9881h_hdp_dsi_vdo_ilitek_rt5081_19_9 │ │ └── ili9881h_hdp_dsi_vdo_ilitek_rt5081_19_9.c │ ├── ili9881p_hd_dsi_vdo_cmi_ata │ │ ├── Makefile │ │ └── ili9881p_hd_dsi_vdo_cmi_ata.c │ ├── ili9882_hdp_dsi_vdo_ctc6217_dzx │ │ ├── Makefile │ │ └── ili9882_hdp_dsi_vdo_ctc6217_dzx.c │ ├── inc │ │ ├── lcm_common.h │ │ ├── lcm_define.h │ │ ├── lcm_drv.h │ │ ├── lcm_extern.h │ │ ├── lcm_gpio.h │ │ ├── lcm_i2c.h │ │ ├── lcm_pmic.h │ │ ├── lcm_util.h │ │ └── sn65dsi83_i2c.h │ ├── it6121_g156xw01v1_lvds_vdo │ │ ├── Makefile │ │ ├── it6121_g156xw01v1_lvds_vdo.c │ │ └── it6121_i2c.c │ ├── it6151_edp_dsi_video_sharp │ │ ├── Makefile │ │ ├── it6151_edp_dsi_video_sharp.c │ │ └── it6151_i2c.c │ ├── it6151_fhd_edp_dsi_video_auo │ │ ├── Makefile │ │ ├── it6151_fhd_edp_dsi_video_auo.c │ │ └── it6151_i2c.c │ ├── it6151_lp079qx1_edp_dsi_video │ │ ├── Makefile │ │ ├── it6151_i2c.c │ │ └── it6151_lp079qx1_edp_dsi_video.c │ ├── it6151_lp079qx1_edp_dsi_video_8163evb │ │ ├── Makefile │ │ ├── it6151_i2c.c │ │ └── it6151_lp079qx1_edp_dsi_video_8163evb.c │ ├── jd9365_hd720_dsi │ │ └── jd9365_hd720_dsi.c │ ├── jd9366d_hdplus_dsi_vdo_dzx │ │ ├── Makefile │ │ └── jd9366d_hdplus_dsi_vdo_dzx.c │ ├── jd936x_wxga_dsi_vdo │ │ └── jd936x_wxga_dsi_vdo.c │ ├── kd070d5450nha6_rgb_dpi │ │ └── kd070d5450nha6_rgb_dpi.c │ ├── lcm_common.c │ ├── lcm_gpio.c │ ├── lcm_i2c.c │ ├── lcm_pmic.c │ ├── lcm_util.c │ ├── mt65xx_lcm_list.c │ ├── nl9911_fhdp_dsi_vdo_incell │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nl9911_fhdp_dsi_vdo_incell.c │ ├── nl9911_fhdp_vdo_incell │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nl9911_fhdp_vdo_incell.c │ ├── nt35510_dpi_6572 │ │ ├── Makefile │ │ └── nt35510_dpi_6572.c │ ├── nt35510_dsi_cmd_6572 │ │ ├── Makefile │ │ └── nt35510_dsi_cmd_6572.c │ ├── nt35510_dsi_cmd_6572_fwvga │ │ ├── Makefile │ │ └── nt35510_dsi_cmd_6572_fwvga.c │ ├── nt35510_dsi_cmd_6572_hvga │ │ ├── Makefile │ │ └── nt35510_dsi_cmd_6572_hvga.c │ ├── nt35510_dsi_cmd_6572_qvga │ │ ├── Makefile │ │ └── nt35510_dsi_cmd_6572_qvga.c │ ├── nt35510_dsi_vdo_6572 │ │ ├── Makefile │ │ └── nt35510_dsi_vdo_6572.c │ ├── nt35510_mcu_6572 │ │ ├── Makefile │ │ └── nt35510_mcu_6572.c │ ├── nt35517_qhd_dsi_vdo │ │ ├── Makefile │ │ └── nt35517_qhd_dsi_vdo.c │ ├── nt35521_hd_dsi_vdo_truly_nt50358 │ │ ├── Makefile │ │ └── nt35521_hd_dsi_vdo_truly_nt50358.c │ ├── nt35521_hd_dsi_vdo_truly_nt50358_fwvga │ │ ├── Makefile │ │ └── nt35521_hd_dsi_vdo_truly_nt50358_fwvga.c │ ├── nt35521_hd_dsi_vdo_truly_nt50358_qhd │ │ ├── Makefile │ │ └── nt35521_hd_dsi_vdo_truly_nt50358_qhd.c │ ├── nt35521_hd_dsi_vdo_truly_rt5081 │ │ ├── Makefile │ │ └── nt35521_hd_dsi_vdo_truly_rt5081.c │ ├── nt35523_wsvga_dsi_vdo_boe │ │ ├── Makefile │ │ └── nt35523_wsvga_dsi_vdo_boe.c │ ├── nt35523_wxga_dsi_vdo_8163 │ │ ├── Makefile │ │ └── nt35523_wxga_dsi_vdo_8163.c │ ├── nt35523_wxga_dsi_vdo_boe │ │ ├── Makefile │ │ └── nt35523_wxga_dsi_vdo_boe.c │ ├── nt35532_fhd_dsi_vdo_sharp │ │ └── nt35532_fhd_dsi_vdo_sharp.c │ ├── nt35532_hd720_dsi_vdo_xm │ │ ├── Makefile │ │ └── nt35532_hd720_dsi_vdo_xm.c │ ├── nt35590_hd720_dsi_cmd_auo │ │ ├── Makefile │ │ └── nt35590_hd720_dsi_cmd_auo.c │ ├── nt35590_hd720_dsi_cmd_auo_fwvga │ │ ├── Makefile │ │ └── nt35590_hd720_dsi_cmd_auo_fwvga.c │ ├── nt35590_hd720_dsi_cmd_auo_qhd │ │ ├── Makefile │ │ └── nt35590_hd720_dsi_cmd_auo_qhd.c │ ├── nt35590_hd720_dsi_cmd_auo_wvga │ │ ├── Makefile │ │ └── nt35590_hd720_dsi_cmd_auo_wvga.c │ ├── nt35595_fhd_dsi_cmd_truly_8163 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_8163.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_2th │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_2th.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_6735 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_6735.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_720p │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_720p.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_extern │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_extern.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_fwvga │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_fwvga.c │ ├── nt35595_fhd_dsi_cmd_truly_nt50358_qhd │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_nt50358_qhd.c │ ├── nt35595_fhd_dsi_cmd_truly_tps65132 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_cmd_truly_tps65132.c │ ├── nt35595_fhd_dsi_vdo_truly_nt50358 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_vdo_truly_nt50358.c │ ├── nt35595_fhd_dsi_vdo_truly_tps65132 │ │ ├── Makefile │ │ └── nt35595_fhd_dsi_vdo_truly_tps65132.c │ ├── nt35595_truly_fhd_dsi_vdo │ │ ├── Makefile │ │ └── nt35595_truly_fhd_dsi_vdo.c │ ├── nt35596_fhd_dsi_vdo_yassy │ │ ├── Makefile │ │ └── nt35596_fhd_dsi_vdo_yassy.c │ ├── nt35695B_fhd_dsi_cmd_auo_nt50358 │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_nt50358.c │ ├── nt35695B_fhd_dsi_cmd_auo_nt50358_720p │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_nt50358_720p.c │ ├── nt35695B_fhd_dsi_cmd_auo_nt50358_720p_extern │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_nt50358_720p_extern.c │ ├── nt35695B_fhd_dsi_cmd_auo_nt50358_hdp │ │ ├── Makefile │ │ ├── data_rgba8888_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_auo_nt50358_hdp.c │ ├── nt35695B_fhd_dsi_cmd_auo_nt50358_qhd │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_nt50358_qhd.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt4801 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_auo_rt4801.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt5081 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_auo_rt5081.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt5081_720p │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_rt5081_720p.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt5081_hdp │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_auo_rt5081_hdp.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt5081_hdp_19_9 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_auo_rt5081_hdp_19_9.c │ ├── nt35695B_fhd_dsi_cmd_auo_rt5081_qhd │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_auo_rt5081_qhd.c │ ├── nt35695B_fhd_dsi_cmd_truly_nt50358 │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_truly_nt50358.c │ ├── nt35695B_fhd_dsi_cmd_truly_rt5081 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_cmd_truly_rt5081.c │ ├── nt35695B_fhd_dsi_cmd_truly_rt5081_720p │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_truly_rt5081_720p.c │ ├── nt35695B_fhd_dsi_cmd_truly_rt5081_qhd │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_cmd_truly_rt5081_qhd.c │ ├── nt35695B_fhd_dsi_vdo_auo_nt50358 │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_vdo_auo_nt50358.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_720p │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_720p.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_1560 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_1560.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_1680 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_1680.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_19_9 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_19_9.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_20_9 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_hdp_20_9.c │ ├── nt35695B_fhd_dsi_vdo_auo_rt5081_qhd │ │ ├── Makefile │ │ └── nt35695B_fhd_dsi_vdo_auo_rt5081_qhd.c │ ├── nt35695_fhd_dsi_cmd_auo_nt50358_laneswap │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_cmd_auo_nt50358_laneswap.c │ ├── nt35695_fhd_dsi_cmd_truly_nt50358 │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_cmd_truly_nt50358.c │ ├── nt35695_fhd_dsi_cmd_truly_nt50358_720p │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_cmd_truly_nt50358_720p.c │ ├── nt35695_fhd_dsi_cmd_truly_nt50358_laneswap │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_cmd_truly_nt50358_laneswap.c │ ├── nt35695_fhd_dsi_cmd_truly_nt50358_qhd │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_cmd_truly_nt50358_qhd.c │ ├── nt35695_fhd_dsi_cmd_truly_rt4801 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_cmd_truly_rt4801.c │ ├── nt35695_fhd_dsi_cmd_truly_rt5081 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_cmd_truly_rt5081.c │ ├── nt35695_fhd_dsi_cmd_truly_rt5081_hdp │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_cmd_truly_rt5081_hdp.c │ ├── nt35695_fhd_dsi_vdo_auo_nt50358_laneswap │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_auo_nt50358_laneswap.c │ ├── nt35695_fhd_dsi_vdo_truly_nt50358 │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_truly_nt50358.c │ ├── nt35695_fhd_dsi_vdo_truly_nt50358_720p │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_truly_nt50358_720p.c │ ├── nt35695_fhd_dsi_vdo_truly_nt50358_laneswap │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_truly_nt50358_laneswap.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_720p │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_720p.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_hdp │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_hdp.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_1560 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_1560.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_1680 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_1680.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_19_9 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_19_9.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_20_9 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_hdp_20_9.c │ ├── nt35695_fhd_dsi_vdo_truly_rt5081_qhd │ │ ├── Makefile │ │ └── nt35695_fhd_dsi_vdo_truly_rt5081_qhd.c │ ├── nt36380_wqhd_vdo_ok │ │ ├── Makefile │ │ └── nt36380_wqhd_vdo_ok.c │ ├── nt36672_fhdp_dsi_vdo_auo │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ ├── data_rgba8888_roundedpattern.h │ │ └── nt36672_fhdp_dsi_vdo_auo.c │ ├── nt36672_fhdp_dsi_vdo_auo_laneswap │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ ├── data_rgba8888_roundedpattern.h │ │ └── nt36672_fhdp_dsi_vdo_auo_laneswap.c │ ├── nt36672_fhdp_dsi_vdo_tianma_nt50358 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ ├── data_rgba8888_roundedpattern.h │ │ └── nt36672_fhdp_dsi_vdo_tianma_nt50358.c │ ├── nt36672a_fhd_dsi_vdo_Innolux │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ ├── data_rgba8888_roundedpattern.h │ │ └── nt36672a_fhd_dsi_vdo_Innolux.c │ ├── nt36672a_fhdp_dsi_vdo_auo_cphy │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672a_fhdp_dsi_vdo_auo_cphy.c │ ├── nt36672ah_hdp_dsi_vdo_tcl_csot │ │ ├── Makefile │ │ └── nt36672ah_hdp_dsi_vdo_tcl_csot.c │ ├── nt36672c_fhdp_dsi_vdo_auo_cphy │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672c_fhdp_dsi_vdo_auo_cphy.c │ ├── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_jdi │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_jdi.c │ ├── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_jdi_hfp │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_jdi_hfp.c │ ├── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_tianma │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_tianma.c │ ├── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_tianma_hfp │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── nt36672c_fhdp_dsi_vdo_auo_cphy_90hz_tianma_hfp.c │ ├── nt51021h_wuxga_vdo_oncell_boe │ │ └── nt51021h_wuxga_vdo_oncell_boe.c │ ├── nt71397_wuxga_dsi_vdo_nt65902 │ │ ├── Makefile │ │ └── nt71397_wuxga_dsi_vdo_nt65902.c │ ├── oppo_tianma_td4310_fhdp_dsi_vdo_nt50358 │ │ ├── data_rgba8888_roundedpattern.h │ │ └── oppo_tianma_td4310_fhdp_dsi_vdo_nt50358.c │ ├── oppo_tianma_td4310_fhdp_dsi_vdo_rt5081 │ │ ├── data_rgba4444_roundedpattern.h │ │ └── oppo_tianma_td4310_fhdp_dsi_vdo_rt5081.c │ ├── otm1283a_hd720_dsi_vdo_tm │ │ ├── Makefile │ │ └── otm1283a_hd720_dsi_vdo_tm.c │ ├── otm1285a_hd720_dsi_vdo_tm │ │ ├── Makefile │ │ └── otm1285a_hd720_dsi_vdo_tm.c │ ├── otm1287_wxga_dsi_vdo_auo_guoxian │ │ └── otm1287_wxga_dsi_vdo_auo_guoxian.c │ ├── otm1901a_fhd_dsi_vdo_tpv │ │ ├── Makefile │ │ └── otm1901a_fhd_dsi_vdo_tpv.c │ ├── otm1906b_fhd_dsi_cmd_jdi_tps65132 │ │ ├── Makefile │ │ └── otm1906b_fhd_dsi_cmd_jdi_tps65132.c │ ├── otm1911a_fhdp_dsi_vdo_fhd_truly_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_fhd_truly_rt4801.c │ ├── otm1911a_fhdp_dsi_vdo_hdp_truly_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_hdp_truly_rt4801.c │ ├── otm1911a_fhdp_dsi_vdo_truly_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_truly_rt4801.c │ ├── otm1911a_fhdp_dsi_vdo_truly_rt5081 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_truly_rt5081.c │ ├── otm1911a_fhdp_dsi_vdo_truly_rt5081_hdp │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_truly_rt5081_hdp.c │ ├── otm1911a_fhdp_dsi_vdo_truly_rt5081_hdp_1560 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── otm1911a_fhdp_dsi_vdo_truly_rt5081_hdp_1560.c │ ├── otm8009a_fwvga_dsi_vdo_tianma │ │ ├── Makefile │ │ └── otm8009a_fwvga_dsi_vdo_tianma.c │ ├── otm9605a_qhd_dsi_vdo │ │ ├── Makefile │ │ └── otm9605a_qhd_dsi_vdo.c │ ├── otm9608_fwvga_dsi_cmd │ │ ├── Makefile │ │ └── otm9608_fwvga_dsi_cmd.c │ ├── otm9608_qhd_dsi_cmd │ │ ├── Makefile │ │ └── otm9608_qhd_dsi_cmd.c │ ├── otm9608_qhd_dsi_vdo │ │ ├── Makefile │ │ └── otm9608_qhd_dsi_vdo.c │ ├── otm9608_wvga_dsi_cmd │ │ ├── Makefile │ │ └── otm9608_wvga_dsi_cmd.c │ ├── r61322_fhd_dsi_vdo_sharp_lfr │ │ ├── Makefile │ │ └── r61322_fhd_dsi_vdo_sharp_lfr.c │ ├── r63311_fhd_dsi_vdo │ │ ├── Makefile │ │ └── r63311_fhd_dsi_vdo.c │ ├── r63315_fhd_dsi_vdo_truly │ │ ├── Makefile │ │ └── r63315_fhd_dsi_vdo_truly.c │ ├── r63350a_fhd_dsi_vdo_truly │ │ └── r63350a_fhd_dsi_vdo_truly.c │ ├── r63417_fhd_dsi_cmd_sharp55 │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_sharp55.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358 │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358_720p │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358_720p.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358_fwvga │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358_fwvga.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358_hdp1600 │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358_hdp1600.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358_hdplus │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358_hdplus.c │ ├── r63417_fhd_dsi_cmd_truly_nt50358_qhd │ │ ├── Makefile │ │ └── r63417_fhd_dsi_cmd_truly_nt50358_qhd.c │ ├── r63417_fhd_dsi_vdo_truly_nt50358 │ │ ├── Makefile │ │ └── r63417_fhd_dsi_vdo_truly_nt50358.c │ ├── r63419_fhd_truly_phantom_2k_cmd_ok │ │ ├── Makefile │ │ └── r63419_fhd_truly_phantom_2k_cmd_ok.c │ ├── r63419_fhd_truly_phantom_2k_cmd_ok_ws3142 │ │ ├── Makefile │ │ └── r63419_fhd_truly_phantom_2k_cmd_ok_ws3142.c │ ├── r63419_wqhd_truly_phantom_2k_cmd_ok │ │ ├── Makefile │ │ └── r63419_wqhd_truly_phantom_2k_cmd_ok.c │ ├── r63419_wqhd_truly_phantom_2k_cmd_ok_ws3142 │ │ ├── Makefile │ │ └── r63419_wqhd_truly_phantom_2k_cmd_ok_ws3142.c │ ├── r63419_wqhd_truly_phantom_2k_vdo_ok │ │ ├── Makefile │ │ └── r63419_wqhd_truly_phantom_2k_vdo_ok.c │ ├── r63419_wqhd_truly_phantom_2k_vdo_ok_ws3142 │ │ ├── Makefile │ │ └── r63419_wqhd_truly_phantom_2k_vdo_ok_ws3142.c │ ├── r63423_wqhd_truly_phantom_2k_cmd_ok │ │ ├── Makefile │ │ └── r63423_wqhd_truly_phantom_2k_cmd_ok.c │ ├── r66455_fhdp_dsi_vdo_visionox │ │ ├── Makefile │ │ └── r66455_fhdp_dsi_vdo_visionox.c │ ├── r692c9_fhdp_dsi_vdo_visionox │ │ ├── Makefile │ │ └── r692c9_fhdp_dsi_vdo_visionox.c │ ├── r69338_hd720_5in_dsi_vdo_jdi_dw8768 │ │ ├── Makefile │ │ └── r69338_hd720_5in_dsi_vdo_jdi_dw8768.c │ ├── r69338_hd720_dsi_vdo_jdi │ │ ├── Makefile │ │ └── r69338_hd720_dsi_vdo_jdi.c │ ├── r69338_hd720_dsi_vdo_jdi_dw8755a │ │ ├── Makefile │ │ └── r69338_hd720_dsi_vdo_jdi_dw8755a.c │ ├── r69429_wqxga_dsi_vdo │ │ ├── Makefile │ │ └── r69429_wqxga_dsi_vdo.c │ ├── rm68210_hd720_dsi_ufoe_cmd │ │ ├── Makefile │ │ └── rm68210_hd720_dsi_ufoe_cmd.c │ ├── rules.mk │ ├── s6d7aa0_wxga_dsi_vdo │ │ ├── Makefile │ │ └── s6d7aa0_wxga_dsi_vdo.c │ ├── s6e3fa3_fhd_cmd │ │ └── s6e3fa3_fhd_cmd.c │ ├── s6e3ha3_wqhd_2k_cmd │ │ ├── Makefile │ │ └── s6e3ha3_wqhd_2k_cmd.c │ ├── s6e3ha3_wqhd_2k_cmd_laneswap │ │ ├── Makefile │ │ └── s6e3ha3_wqhd_2k_cmd_laneswap.c │ ├── sofeg01_fhdplus_dsi_cmd_samsung │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── sofeg01_fhdplus_dsi_cmd_samsung.c │ ├── st7701s_wvga_dsi_vdo_boe31 │ │ ├── Makefile │ │ └── st7701s_wvga_dsi_vdo_boe31.c │ ├── st7703_hdplus_dsi_vdo_cmi_ykl │ │ ├── Makefile │ │ └── st7703_hdplus_dsi_vdo_cmi_ykl.c │ ├── sy20810800210132_dsi_wuxga_vdo │ │ ├── Makefile │ │ └── sy20810800210132_dsi_wuxga_vdo.c │ ├── sy20810800210132_wuxga_dsi_vdo │ │ ├── Makefile │ │ └── sy20810800210132_wuxga_dsi_vdo.c │ ├── td4320_fhdp_dsi_vdo_auo64 │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── td4320_fhdp_dsi_vdo_auo64.c │ ├── td4320_fhdp_dsi_vdo_auo_rt4801 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── td4320_fhdp_dsi_vdo_auo_rt4801.c │ ├── td4320_fhdp_dsi_vdo_auo_rt5081 │ │ ├── Makefile │ │ ├── data_hw_roundedpattern.h │ │ └── td4320_fhdp_dsi_vdo_auo_rt5081.c │ ├── td4321_fhdp_dsi_vdo_auo │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── td4321_fhdp_dsi_vdo_auo.c │ └── td4330_fhdp_dsi_vdo_auo │ │ ├── Makefile │ │ ├── data_rgba4444_roundedpattern.h │ │ └── td4330_fhdp_dsi_vdo_auo.c ├── md_com │ ├── lk_load_md_wrapper.c │ ├── lk_load_md_wrapper.h │ └── rules.mk ├── net │ └── smc91c96 │ │ ├── include │ │ └── dev │ │ │ └── net │ │ │ └── smc91c96.h │ │ ├── rules.mk │ │ ├── smc91c96.c │ │ └── smc91c96_p.h ├── pmic │ ├── pm8921 │ │ ├── include │ │ │ └── dev │ │ │ │ ├── pm8921.h │ │ │ │ ├── pm8921_leds.h │ │ │ │ └── pm8921_pwm.h │ │ ├── pm8921.c │ │ ├── pm8921_hw.h │ │ ├── pm8921_pwm.c │ │ └── rules.mk │ └── twl4030 │ │ ├── include │ │ └── dev │ │ │ └── twl4030.h │ │ ├── rules.mk │ │ ├── twl4030.c │ │ └── twl4030_hw.h ├── rules.mk ├── ssbi │ ├── include │ │ └── dev │ │ │ └── ssbi.h │ ├── rules.mk │ └── ssbi.c ├── usb │ ├── rules.mk │ └── usb.c └── video │ ├── mtk_cfb.c │ ├── mtk_cfb.h │ └── rules.mk ├── img_hdr_lk.cfg ├── include ├── app.h ├── arch.h ├── arch │ ├── ops.h │ └── thread.h ├── asm.h ├── assert.h ├── atags.h ├── bits.h ├── compiler.h ├── ctype.h ├── debug.h ├── dev │ ├── aee_platform_debug.h │ ├── display.h │ ├── ethernet.h │ ├── fbcon.h │ ├── flash.h │ ├── gpio.h │ ├── gpio_keypad.h │ ├── i2c.h │ ├── keys.h │ ├── lcdc.h │ ├── mrdump.h │ ├── pci.h │ ├── uart.h │ ├── udc.h │ ├── usb.h │ └── usbc.h ├── endian.h ├── err.h ├── errno.h ├── hw │ ├── mii.h │ └── usb.h ├── inttypes.h ├── kernel │ ├── dpc.h │ ├── event.h │ ├── mutex.h │ ├── thread.h │ └── timer.h ├── lib │ ├── bcache.h │ ├── bio.h │ ├── cbuf.h │ ├── console.h │ ├── crc.h │ ├── font.h │ ├── fs.h │ ├── gfx.h │ ├── gfxconsole.h │ ├── heap.h │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.h │ ├── inftrees.h │ ├── partition.h │ ├── ptable.h │ ├── ramdisk_merge.h │ ├── text.h │ ├── tga.h │ ├── zconf.h │ ├── zlib.h │ └── zutil.h ├── limits.h ├── list.h ├── malloc.h ├── new.h ├── platform.h ├── platform │ ├── debug.h │ ├── interrupts.h │ └── timer.h ├── pow2.h ├── printf.h ├── rand.h ├── reg.h ├── stdint.h ├── stdio.h ├── stdlib.h ├── string.h ├── sys │ └── types.h ├── target.h ├── video.h ├── video_fb.h └── video_font.h ├── kernel ├── debug.c ├── dpc.c ├── event.c ├── main.c ├── mutex.c ├── rules.mk ├── thread.c └── timer.c ├── lib ├── bcache │ ├── bcache.c │ └── rules.mk ├── bio │ ├── bio.c │ ├── debug.c │ ├── mem.c │ ├── rules.mk │ └── subdev.c ├── cbuf │ ├── cbuf.c │ └── rules.mk ├── console │ ├── console.c │ └── rules.mk ├── debug │ ├── debug.c │ ├── rules.mk │ └── stack_protector.c ├── font │ ├── font.c │ ├── font.h │ └── rules.mk ├── fs │ ├── debug.c │ ├── fs.c │ └── rules.mk ├── gfx │ ├── gfx.c │ └── rules.mk ├── gfxconsole │ ├── gfxconsole.c │ └── rules.mk ├── heap │ ├── heap.c │ └── rules.mk ├── libc │ ├── atexit.c │ ├── atoi.c │ ├── ctype.c │ ├── eabi.c │ ├── malloc.c │ ├── new.cpp │ ├── printf.c │ ├── pure_virtual.cpp │ ├── rand.c │ ├── rules.mk │ ├── string │ │ ├── arch │ │ │ ├── arm │ │ │ │ ├── memcpy.S │ │ │ │ ├── memset.S │ │ │ │ └── rules.mk │ │ │ └── x86 │ │ │ │ ├── memcpy.S │ │ │ │ ├── memset.S │ │ │ │ └── rules.mk │ │ ├── bcopy.c │ │ ├── bzero.c │ │ ├── memchr.c │ │ ├── memcmp.c │ │ ├── memcpy.c │ │ ├── memmove.c │ │ ├── memscan.c │ │ ├── memset.c │ │ ├── rules.mk │ │ ├── strcat.c │ │ ├── strchr.c │ │ ├── strcmp.c │ │ ├── strcoll.c │ │ ├── strcpy.c │ │ ├── strdup.c │ │ ├── strerror.c │ │ ├── strlcat.c │ │ ├── strlcpy.c │ │ ├── strlen.c │ │ ├── strncat.c │ │ ├── strncmp.c │ │ ├── strncpy.c │ │ ├── strnicmp.c │ │ ├── strnlen.c │ │ ├── strpbrk.c │ │ ├── strrchr.c │ │ ├── strspn.c │ │ ├── strstr.c │ │ ├── strtok.c │ │ └── strxfrm.c │ └── strtoul.c ├── libfdt │ ├── fdt.c │ ├── fdt_addresses.c │ ├── fdt_empty_tree.c │ ├── fdt_overlay.c │ ├── fdt_ro.c │ ├── fdt_rw.c │ ├── fdt_strerror.c │ ├── fdt_sw.c │ ├── fdt_wip.c │ ├── include │ │ ├── fdt.h │ │ ├── fdt_overlay.h │ │ ├── libfdt.h │ │ ├── libfdt_env.h │ │ └── libfdt_internal.h │ └── rules.mk ├── libshowlogo │ ├── cust_display.h │ ├── decompress_common.c │ ├── decompress_common.h │ ├── rules.mk │ ├── show_animation_common.c │ ├── show_animation_common.h │ ├── show_logo_common.c │ ├── show_logo_common.h │ └── show_logo_log.h ├── libufdt │ ├── include │ │ ├── libufdt.h │ │ ├── libufdt_sysdeps.h │ │ ├── ufdt_overlay.h │ │ ├── ufdt_prop_dict.h │ │ └── ufdt_types.h │ ├── libufdt_sysdeps_vendor.c │ ├── rules.mk │ ├── ufdt_convert.c │ ├── ufdt_node.c │ ├── ufdt_overlay.c │ └── ufdt_prop_dict.c ├── mblock │ ├── amms.h │ ├── mblock.h │ ├── mblock_v2.c │ ├── mblock_v2.h │ └── rules.mk ├── partition │ ├── partition.c │ └── rules.mk ├── plat_dbg_info │ ├── plat_dbg_info.c │ └── rules.mk ├── ptable │ ├── ptable.c │ └── rules.mk ├── ramdisk_merge │ ├── cpio_header.h │ ├── ramdisk_merge.c │ ├── ramdisk_merge_private.h │ └── rules.mk ├── text │ ├── rules.mk │ └── text.c ├── tga │ ├── rules.mk │ └── tga.c └── zlib │ ├── adler32.c │ ├── crc32.c │ ├── deflate.c │ ├── deflate.h │ ├── inffast.c │ ├── inflate.c │ ├── inftrees.c │ ├── rules.mk │ ├── trees.c │ ├── trees.h │ └── zutil.c ├── main_dtb_header.bin ├── make ├── build.mk ├── build_nonrelease.mk ├── macros.mk ├── module.mk └── rat_config.mk ├── makefile ├── platform ├── common │ ├── RoT │ │ ├── RoT.c │ │ ├── RoT.h │ │ ├── avb_RoT.c │ │ ├── avb_RoT.h │ │ └── avb_RoT_teei.c │ ├── aee_platform_debug │ │ ├── dfd.c │ │ ├── etb.c │ │ ├── latch.c │ │ ├── rules.mk │ │ ├── systracker.c │ │ └── utils.h │ ├── atf │ │ ├── atf_ramdump.c │ │ └── rules.mk │ ├── atm.c │ ├── avb │ │ ├── avb_hal │ │ │ ├── avb_ab_hal.c │ │ │ ├── avb_hal.c │ │ │ ├── avb_hal.h │ │ │ └── rules.mk │ │ ├── libavb │ │ │ ├── avb_chain_partition_descriptor.c │ │ │ ├── avb_chain_partition_descriptor.h │ │ │ ├── avb_cmdline.c │ │ │ ├── avb_cmdline.h │ │ │ ├── avb_crc32.c │ │ │ ├── avb_crypto.c │ │ │ ├── avb_crypto.h │ │ │ ├── avb_descriptor.c │ │ │ ├── avb_descriptor.h │ │ │ ├── avb_footer.c │ │ │ ├── avb_footer.h │ │ │ ├── avb_hash_descriptor.c │ │ │ ├── avb_hash_descriptor.h │ │ │ ├── avb_hashtree_descriptor.c │ │ │ ├── avb_hashtree_descriptor.h │ │ │ ├── avb_kernel_cmdline_descriptor.c │ │ │ ├── avb_kernel_cmdline_descriptor.h │ │ │ ├── avb_ops.h │ │ │ ├── avb_property_descriptor.c │ │ │ ├── avb_property_descriptor.h │ │ │ ├── avb_rsa.c │ │ │ ├── avb_rsa.h │ │ │ ├── avb_sha.h │ │ │ ├── avb_sha256.c │ │ │ ├── avb_sha512.c │ │ │ ├── avb_slot_verify.c │ │ │ ├── avb_slot_verify.h │ │ │ ├── avb_sysdeps.h │ │ │ ├── avb_sysdeps_posix.c │ │ │ ├── avb_util.c │ │ │ ├── avb_util.h │ │ │ ├── avb_vbmeta_image.c │ │ │ ├── avb_vbmeta_image.h │ │ │ ├── avb_version.c │ │ │ ├── avb_version.h │ │ │ ├── libavb.h │ │ │ └── rules.mk │ │ ├── libavb_ab │ │ │ ├── avb_ab_flow.c │ │ │ ├── avb_ab_flow.h │ │ │ ├── avb_ab_ops.h │ │ │ ├── libavb_ab.h │ │ │ └── rules.mk │ │ ├── libavb_user │ │ │ ├── avb_user_verification.c │ │ │ ├── avb_user_verification.h │ │ │ ├── avb_user_verity.c │ │ │ ├── avb_user_verity.h │ │ │ └── rules.mk │ │ └── rules.mk │ ├── boot │ │ ├── anti_rollback_util.c │ │ ├── avb20 │ │ │ ├── avb_cmdline.c │ │ │ ├── avb_persist.c │ │ │ ├── dm_verity.c │ │ │ ├── load_vfy_boot.c │ │ │ ├── load_vfy_boot_ab.c │ │ │ ├── preload_partition.c │ │ │ └── rules.mk │ │ ├── boot_info.c │ │ ├── boot_opt.c │ │ ├── legacy │ │ │ ├── dm_verity.c │ │ │ ├── load_vfy_boot.c │ │ │ ├── load_vfy_boot_ab.c │ │ │ └── rules.mk │ │ ├── rules.mk │ │ └── vboot_state.c │ ├── bootctrl │ │ ├── 1.0 │ │ │ ├── bootctrl.h │ │ │ └── bootctrl_api.c │ │ ├── 2.0 │ │ │ ├── bootctrl.h │ │ │ └── bootctrl_api.c │ │ └── rules.mk │ ├── emi │ │ ├── emi_info_v1.c │ │ └── emi_mpu_v1.c │ ├── error.c │ ├── fpga_boot_argument.c │ ├── include │ │ ├── avb_cmdline.h │ │ ├── avb_persist.h │ │ ├── block_generic_interface.h │ │ ├── boot_info.h │ │ ├── boot_opt.h │ │ ├── bootimg.h │ │ ├── dfd.h │ │ ├── dm_verity_status.h │ │ ├── efi.h │ │ ├── emi │ │ │ ├── emi_info_v1.h │ │ │ └── emi_mpu_v1.h │ │ ├── env.h │ │ ├── error.h │ │ ├── etb.h │ │ ├── fpga_boot_argument.h │ │ ├── img_info.h │ │ ├── latch.h │ │ ├── lk_builtin_dtb.h │ │ ├── load_ramdisk.h │ │ ├── load_vfy_boot.h │ │ ├── load_vfy_ramdisk.h │ │ ├── loader.h │ │ ├── loader_util.h │ │ ├── lock_state.h │ │ ├── log_store_lk.h │ │ ├── meta.h │ │ ├── mkimg.h │ │ ├── mt_gpt_common.h │ │ ├── mt_scp_if.h │ │ ├── mt_uart.h │ │ ├── part.h │ │ ├── part_dev.h │ │ ├── part_interface.h │ │ ├── part_internal_wrapper.h │ │ ├── part_status.h │ │ ├── partition_active.h │ │ ├── partition_error.h │ │ ├── partition_wp.h │ │ ├── plat_debug_interface.h │ │ ├── plat_sram_flag.h │ │ ├── plinfo.h │ │ ├── preload_partition.h │ │ ├── profiling.h │ │ ├── ram_console_common.h │ │ ├── recovery.h │ │ ├── rnd.h │ │ ├── rsc.h │ │ ├── spm_common.h │ │ ├── storage_api.h │ │ ├── storage_error.h │ │ ├── systracker.h │ │ ├── timer │ │ │ ├── mt_gpt_v1.h │ │ │ ├── mt_gpt_v2.h │ │ │ ├── mt_gpt_v3.h │ │ │ └── mt_gpt_v4.h │ │ ├── ufs_aio.h │ │ ├── ufs_aio_blkdev.h │ │ ├── ufs_aio_compiler.h │ │ ├── ufs_aio_core.h │ │ ├── ufs_aio_error.h │ │ ├── ufs_aio_hcd.h │ │ ├── ufs_aio_hci.h │ │ ├── ufs_aio_interface.h │ │ ├── ufs_aio_quirks.h │ │ ├── ufs_aio_rpmb.h │ │ ├── ufs_aio_types.h │ │ ├── ufs_aio_unipro.h │ │ ├── ufs_aio_utils.h │ │ ├── vboot_state.h │ │ ├── verified_boot_11.h │ │ ├── verified_boot_20.h │ │ ├── verified_boot_21.h │ │ ├── verified_boot_common.h │ │ └── verified_boot_error.h │ ├── lk_main_dtb_loader │ │ ├── lk_builtin_dtb.c │ │ └── rules.mk │ ├── loader │ │ ├── img_info.c │ │ ├── loader.c │ │ ├── loader_util_weak.c │ │ └── rules.mk │ ├── log_store │ │ ├── log_store_lk.c │ │ └── rules.mk │ ├── md │ │ ├── ccci_ld_md_api_wrapper.c │ │ ├── ccci_ld_md_ass.c │ │ ├── ccci_ld_md_core.c │ │ ├── ccci_ld_md_core.h │ │ ├── ccci_ld_md_errno.h │ │ ├── ccci_ld_md_hal.c │ │ ├── ccci_ld_md_log_cfg.h │ │ ├── ccci_ld_md_padding.c │ │ ├── ccci_ld_md_sec.c │ │ ├── ccci_ld_md_tag_dt.c │ │ ├── ccci_ld_md_tel.c │ │ ├── ccci_ld_md_tel.h │ │ └── rules.mk │ ├── meta.c │ ├── mt_musb │ │ ├── mt_musb.c │ │ ├── mt_musb.h │ │ ├── mt_musb_qmu.c │ │ ├── mt_musb_qmu.h │ │ └── rules.mk │ ├── mt_ssusb │ │ ├── mt_mu3d_hal_qmu_drv.c │ │ ├── mt_mu3d_hal_qmu_drv.h │ │ ├── mt_ssusb.c │ │ ├── mt_ssusb.h │ │ ├── mt_ssusb_qmu.c │ │ ├── mt_ssusb_qmu.h │ │ ├── mt_ssusb_sifslv_ippc.h │ │ ├── mt_ssusb_usb3_mac_csr.h │ │ ├── mt_ssusbphy.h │ │ ├── mt_usbphy_a60810.c │ │ ├── mt_usbphy_a60810.h │ │ ├── mt_usbphy_d60802.c │ │ ├── mt_usbphy_d60802.h │ │ ├── mt_usbphy_e60802.c │ │ ├── mt_usbphy_e60802.h │ │ └── rules.mk │ ├── partition │ │ ├── efi.c │ │ ├── env.c │ │ ├── part_common.c │ │ ├── part_emmc_ufs.c │ │ ├── part_internal_wrapper.c │ │ ├── part_nand.c │ │ ├── partition_wp.c │ │ └── rules.mk │ ├── plinfo │ │ ├── plinfo_emmc_ufs.c │ │ ├── plinfo_nand.c │ │ └── rules.mk │ ├── power │ │ ├── bq25601.c │ │ ├── bq25601.h │ │ ├── cw2015_fuel_gauge.c │ │ ├── cw2015_fuel_gauge.h │ │ ├── hl7005all_charger.c │ │ ├── hl7005all_charger.h │ │ ├── mt6360_pmu_charger.c │ │ ├── mt6360_pmu_charger.h │ │ ├── mt6370_pmu_bled.c │ │ ├── mt6370_pmu_bled.h │ │ ├── mt6370_pmu_charger.c │ │ ├── mt6370_pmu_charger.h │ │ ├── mt_pumpexpress.h │ │ ├── mtk_battery.c │ │ ├── mtk_battery.h │ │ ├── mtk_charger.c │ │ ├── mtk_charger.h │ │ ├── mtk_charger_intf.c │ │ ├── mtk_charger_intf.h │ │ ├── rt9467.c │ │ ├── rt9467.h │ │ ├── rt9471.c │ │ ├── rt9471.h │ │ ├── rules.mk │ │ ├── tcpc_subpmic.c │ │ └── tcpc_subpmic.h │ ├── profiling.c │ ├── ramdisk │ │ ├── load_ramdisk.c │ │ └── load_vfy_ramdisk.c │ ├── recovery.c │ ├── rules.mk │ ├── sec_wrapper.c │ ├── spm │ │ ├── rules.mk │ │ └── spm_common.c │ ├── storage │ │ ├── blkdev │ │ │ ├── combo_emmc_ufs_generic_inter.c │ │ │ ├── emmc_generic_inter.c │ │ │ ├── nand_generic_inter.c │ │ │ └── rules.mk │ │ ├── intf │ │ │ ├── rules.mk │ │ │ ├── storage_emmc_ufs_intf.c │ │ │ └── storage_nand_intf.c │ │ ├── mmc │ │ │ ├── inc │ │ │ │ ├── cust_msdc.h │ │ │ │ ├── mmc_common_inter.h │ │ │ │ ├── mmc_core.h │ │ │ │ ├── mmc_rpmb.h │ │ │ │ ├── mmc_test.h │ │ │ │ ├── mmc_types.h │ │ │ │ ├── msdc.h │ │ │ │ ├── msdc_dma.h │ │ │ │ ├── msdc_irq.h │ │ │ │ └── msdc_utils.h │ │ │ ├── mmc_common_inter.c │ │ │ ├── mmc_core.c │ │ │ ├── mmc_rpmb.c │ │ │ ├── mmc_test.c │ │ │ ├── msdc.c │ │ │ ├── msdc_dma.c │ │ │ ├── msdc_irq.c │ │ │ ├── msdc_tune_async.c │ │ │ ├── msdc_utils.c │ │ │ └── rules.mk │ │ ├── rules.mk │ │ └── ufs │ │ │ ├── rules.mk │ │ │ ├── ufs_aio_blkdev.c │ │ │ ├── ufs_aio_core.c │ │ │ ├── ufs_aio_error.c │ │ │ ├── ufs_aio_hcd.c │ │ │ ├── ufs_aio_interface.c │ │ │ ├── ufs_aio_quirks.c │ │ │ ├── ufs_aio_rpmb.c │ │ │ └── ufs_aio_utils.c │ ├── timer │ │ ├── mt_gpt_v1.c │ │ ├── mt_gpt_v2.c │ │ ├── mt_gpt_v3.c │ │ ├── mt_gpt_v4.c │ │ └── rules.mk │ └── uart │ │ ├── rules.mk │ │ └── uart.c ├── debug.c ├── init.c ├── mt6735 │ ├── README │ ├── addr_trans.c │ ├── atags.c │ ├── bitops.c │ ├── boot_mode.c │ ├── boot_mode_menu.c │ ├── bq24261.c │ ├── bq24296.c │ ├── ddp_dither.c │ ├── ddp_dsi.c │ ├── ddp_dump.c │ ├── ddp_info.c │ ├── ddp_manager.c │ ├── ddp_misc.c │ ├── ddp_ovl.c │ ├── ddp_path.c │ ├── ddp_pwm.c │ ├── ddp_rdma.c │ ├── ddp_ufoe.c │ ├── debug.c │ ├── disp_drv.c │ ├── disp_lcm.c │ ├── dm_verity_status.c │ ├── dummy_ap.c │ ├── factory.c │ ├── img_auth_stor.c │ ├── include │ │ ├── linux │ │ │ └── input.h │ │ └── platform │ │ │ ├── addr_trans.h │ │ │ ├── bitops.h │ │ │ ├── bmt.h │ │ │ ├── boot_mode.h │ │ │ ├── bq24196.h │ │ │ ├── bq24261.h │ │ │ ├── bq24296.h │ │ │ ├── bq27541.h │ │ │ ├── ddp_bls.h │ │ │ ├── ddp_data_type.h │ │ │ ├── ddp_dither.h │ │ │ ├── ddp_dsi.h │ │ │ ├── ddp_dump.h │ │ │ ├── ddp_hal.h │ │ │ ├── ddp_info.h │ │ │ ├── ddp_log.h │ │ │ ├── ddp_manager.h │ │ │ ├── ddp_matrix_para.h │ │ │ ├── ddp_misc.h │ │ │ ├── ddp_ovl.h │ │ │ ├── ddp_path.h │ │ │ ├── ddp_pwm.h │ │ │ ├── ddp_rdma.h │ │ │ ├── ddp_reg.h │ │ │ ├── ddp_wdma.h │ │ │ ├── disp_assert_layer.h │ │ │ ├── disp_drv.h │ │ │ ├── disp_drv_log.h │ │ │ ├── disp_drv_platform.h │ │ │ ├── disp_event.h │ │ │ ├── disp_lcm.h │ │ │ ├── dpi_drv.h │ │ │ ├── dpi_reg.h │ │ │ ├── dsi_drv.h │ │ │ ├── dsi_reg.h │ │ │ ├── errno.h │ │ │ ├── gpio_cfg.h │ │ │ ├── gpio_const.h │ │ │ ├── gpio_init.h │ │ │ ├── lcd_drv.h │ │ │ ├── lcd_reg.h │ │ │ ├── memory_layout.h │ │ │ ├── mmc_common_inter.h │ │ │ ├── mmc_core.h │ │ │ ├── mmc_test.h │ │ │ ├── mmc_types.h │ │ │ ├── msdc.h │ │ │ ├── msdc_cfg.h │ │ │ ├── msdc_dma.h │ │ │ ├── msdc_irq.h │ │ │ ├── msdc_utils.h │ │ │ ├── mt6311.h │ │ │ ├── mt8193.h │ │ │ ├── mt8193_lvds.h │ │ │ ├── mt_disp_drv.h │ │ │ ├── mt_gpio.h │ │ │ ├── mt_gpt.h │ │ │ ├── mt_i2c.h │ │ │ ├── mt_irq.h │ │ │ ├── mt_leds.h │ │ │ ├── mt_logo.h │ │ │ ├── mt_pmic.h │ │ │ ├── mt_pmic_wrap_init.h │ │ │ ├── mt_pmic_wrap_init_d2.h │ │ │ ├── mt_pwm.h │ │ │ ├── mt_reg_base.h │ │ │ ├── mt_rtc.h │ │ │ ├── mt_rtc_hw.h │ │ │ ├── mt_typedefs.h │ │ │ ├── mt_uart.h │ │ │ ├── mtk_auxadc_hw.h │ │ │ ├── mtk_auxadc_sw.h │ │ │ ├── mtk_key.h │ │ │ ├── mtk_nand.h │ │ │ ├── mtk_wdt.h │ │ │ ├── ncp1851.h │ │ │ ├── ncp1854.h │ │ │ ├── partition.h │ │ │ ├── partition_fastboot.h │ │ │ ├── partition_wp.h │ │ │ ├── plat_atf_dbg_info.h │ │ │ ├── primary_display.h │ │ │ ├── ram_console.h │ │ │ ├── sec_devinfo.h │ │ │ ├── sec_export.h │ │ │ ├── sec_status.h │ │ │ ├── spm.h │ │ │ ├── sync_write.h │ │ │ ├── ufs_aio_cfg.h │ │ │ ├── ufs_aio_platform.h │ │ │ ├── upmu_common.h │ │ │ ├── upmu_hw.h │ │ │ ├── vboot_keypad.h │ │ │ └── verified_boot.h │ ├── interrupts.c │ ├── lib │ │ ├── README │ │ ├── libcrypto.a │ │ ├── libdevinfo.a │ │ ├── libsec.a │ │ └── libsecplat.a │ ├── load_image.c │ ├── mmc_common_inter.c │ ├── mmc_core.c │ ├── mmc_test.c │ ├── msdc.c │ ├── msdc_dma.c │ ├── msdc_irq.c │ ├── msdc_utils.c │ ├── mt6311.c │ ├── mt8193_ckgen.c │ ├── mt8193_i2c.c │ ├── mt8193_init.c │ ├── mt_battery.c │ ├── mt_disp_drv.c │ ├── mt_dummy_read.c │ ├── mt_efuse.c │ ├── mt_get_dl_info.c │ ├── mt_gpio.c │ ├── mt_gpio_init.c │ ├── mt_i2c.c │ ├── mt_kernel_power_off_charging.c │ ├── mt_leds.c │ ├── mt_logo.c │ ├── mt_musb │ │ └── mt_musbphy.c │ ├── mt_pmic.c │ ├── mt_pmic_wrap_init.c │ ├── mt_rtc.c │ ├── mt_usb2jtag.c │ ├── mtk_auxadc.c │ ├── mtk_key.c │ ├── mtk_wdt.c │ ├── ncp1854.c │ ├── partition_setting.c │ ├── platform.c │ ├── primary_display.c │ ├── pwm.c │ ├── rules.mk │ ├── spm_md_mtcmos.c │ ├── timer.c │ ├── uart.c │ └── upmu_common.c ├── mt6763 │ ├── README │ ├── addr_trans.c │ ├── aee_platform_debug.c │ ├── anti_rollback_cust.c │ ├── atags.c │ ├── avb_crypto_hw.c │ ├── bitops.c │ ├── boot_mode.c │ ├── boot_mode_menu.c │ ├── bq24196.c │ ├── bq24261.c │ ├── bq25890.c │ ├── ccci_lk_load_img_plat.c │ ├── crypto_hw.c │ ├── cw2015_fuel_gauge.c │ ├── ddp_dither.c │ ├── ddp_dsi.c │ ├── ddp_dump.c │ ├── ddp_info.c │ ├── ddp_manager.c │ ├── ddp_misc.c │ ├── ddp_ovl.c │ ├── ddp_path.c │ ├── ddp_pwm.c │ ├── ddp_rdma.c │ ├── ddp_split.c │ ├── ddp_ufoe.c │ ├── debug.c │ ├── disp_drv.c │ ├── disp_lcm.c │ ├── dm_verity_status.c │ ├── dummy_ap.c │ ├── factory.c │ ├── img_auth_stor.c │ ├── include │ │ ├── linux │ │ │ └── input.h │ │ └── platform │ │ │ ├── addr_trans.h │ │ │ ├── bitops.h │ │ │ ├── bmt.h │ │ │ ├── boot_mode.h │ │ │ ├── bq24196.h │ │ │ ├── bq24261.h │ │ │ ├── bq25890.h │ │ │ ├── bq27541.h │ │ │ ├── crypto_hw.h │ │ │ ├── cust_msdc.h │ │ │ ├── cw2015_fuel_gauge.h │ │ │ ├── ddp_bls.h │ │ │ ├── ddp_data_type.h │ │ │ ├── ddp_dither.h │ │ │ ├── ddp_dsi.h │ │ │ ├── ddp_dump.h │ │ │ ├── ddp_hal.h │ │ │ ├── ddp_info.h │ │ │ ├── ddp_log.h │ │ │ ├── ddp_manager.h │ │ │ ├── ddp_matrix_para.h │ │ │ ├── ddp_misc.h │ │ │ ├── ddp_ovl.h │ │ │ ├── ddp_path.h │ │ │ ├── ddp_pwm.h │ │ │ ├── ddp_rdma.h │ │ │ ├── ddp_reg.h │ │ │ ├── ddp_reg_dma.h │ │ │ ├── ddp_reg_dsi.h │ │ │ ├── ddp_reg_mipi.h │ │ │ ├── ddp_reg_mmsys.h │ │ │ ├── ddp_reg_mutex.h │ │ │ ├── ddp_reg_ovl.h │ │ │ ├── ddp_reg_pq.h │ │ │ ├── ddp_wdma.h │ │ │ ├── disp_assert_layer.h │ │ │ ├── disp_drv.h │ │ │ ├── disp_drv_log.h │ │ │ ├── disp_drv_platform.h │ │ │ ├── disp_event.h │ │ │ ├── disp_lcm.h │ │ │ ├── dpi_drv.h │ │ │ ├── dpi_reg.h │ │ │ ├── dram_debug.h │ │ │ ├── dsi_drv.h │ │ │ ├── efuse_runtime.h │ │ │ ├── errno.h │ │ │ ├── gpio_cfg.h │ │ │ ├── gpio_const.h │ │ │ ├── gpio_init.h │ │ │ ├── lastpc.h │ │ │ ├── lcd_drv.h │ │ │ ├── lcd_reg.h │ │ │ ├── memory_layout.h │ │ │ ├── mmc_common_inter.h │ │ │ ├── mmc_core.h │ │ │ ├── mmc_rpmb.h │ │ │ ├── mmc_test.h │ │ │ ├── mmc_types.h │ │ │ ├── msdc.h │ │ │ ├── msdc_cfg.h │ │ │ ├── msdc_dma.h │ │ │ ├── msdc_io.h │ │ │ ├── msdc_irq.h │ │ │ ├── msdc_reg.h │ │ │ ├── msdc_utils.h │ │ │ ├── mt6370_pmu_bled.h │ │ │ ├── mt6370_pmu_charger.h │ │ │ ├── mt8193.h │ │ │ ├── mt_disp_drv.h │ │ │ ├── mt_emi_mpu.h │ │ │ ├── mt_gpio.h │ │ │ ├── mt_gpt.h │ │ │ ├── mt_i2c.h │ │ │ ├── mt_irq.h │ │ │ ├── mt_leds.h │ │ │ ├── mt_logo.h │ │ │ ├── mt_pmic.h │ │ │ ├── mt_pmic_wrap_init.h │ │ │ ├── mt_pmu.h │ │ │ ├── mt_pumpexpress.h │ │ │ ├── mt_pwm.h │ │ │ ├── mt_reg_base.h │ │ │ ├── mt_rtc.h │ │ │ ├── mt_rtc_hw.h │ │ │ ├── mt_sspm.h │ │ │ ├── mt_typedefs.h │ │ │ ├── mt_uart.h │ │ │ ├── mtk_auxadc_hw.h │ │ │ ├── mtk_auxadc_sw.h │ │ │ ├── mtk_charger_intf.h │ │ │ ├── mtk_dcm.h │ │ │ ├── mtk_dcm_autogen.h │ │ │ ├── mtk_key.h │ │ │ ├── mtk_mcdi.h │ │ │ ├── mtk_mrdump.h │ │ │ ├── mtk_nand.h │ │ │ ├── mtk_smi.h │ │ │ ├── mtk_wdt.h │ │ │ ├── ncp1851.h │ │ │ ├── ncp1854.h │ │ │ ├── oaep.h │ │ │ ├── partition.h │ │ │ ├── plat_atf_dbg_info.h │ │ │ ├── plat_dbg_info.h │ │ │ ├── plat_smc_id_table.h │ │ │ ├── platform_debug.h │ │ │ ├── primary_display.h │ │ │ ├── project.h │ │ │ ├── ram_console.h │ │ │ ├── reg_PMIC_WRAP.h │ │ │ ├── reg_PMIC_WRAP_mac.h │ │ │ ├── rnd.h │ │ │ ├── rsa2048_export.h │ │ │ ├── rsa_oaep.h │ │ │ ├── rt9466.h │ │ │ ├── rt9468.h │ │ │ ├── sec_devinfo.h │ │ │ ├── sec_export.h │ │ │ ├── sec_policy.h │ │ │ ├── sec_policy_config1.h │ │ │ ├── sec_policy_config2.h │ │ │ ├── sec_policy_config3.h │ │ │ ├── sec_policy_config4.h │ │ │ ├── sec_policy_config_common.h │ │ │ ├── sec_status.h │ │ │ ├── sha256_export.h │ │ │ ├── spm.h │ │ │ ├── sync_write.h │ │ │ ├── ufs_aio_cfg.h │ │ │ ├── ufs_aio_platform.h │ │ │ ├── upmu_common.h │ │ │ ├── upmu_hw.h │ │ │ ├── vboot_keypad.h │ │ │ └── verified_boot.h │ ├── interrupts.c │ ├── lib │ │ ├── README │ │ ├── libcrypto.a │ │ ├── libdevinfo.a │ │ ├── libsec.a │ │ └── libsecplat.a │ ├── load_image.c │ ├── md1_off.c │ ├── mmc_common_inter.c │ ├── mmc_core.c │ ├── mmc_rpmb.c │ ├── mmc_test.c │ ├── msdc.c │ ├── msdc_dma.c │ ├── msdc_io.c │ ├── msdc_irq.c │ ├── msdc_tune_async.c │ ├── msdc_utils.c │ ├── mt6370_pmu_bled.c │ ├── mt6370_pmu_charger.c │ ├── mt_battery.c │ ├── mt_debug_dump.c │ ├── mt_disp_drv.c │ ├── mt_dummy_read.c │ ├── mt_efuse.c │ ├── mt_get_dl_info.c │ ├── mt_gpio.c │ ├── mt_gpio_init.c │ ├── mt_i2c.c │ ├── mt_kernel_power_off_charging.c │ ├── mt_latch.c │ ├── mt_leds.c │ ├── mt_logo.c │ ├── mt_musb │ │ └── mt_musbphy.c │ ├── mt_pmic.c │ ├── mt_pmic_wrap_init.c │ ├── mt_rtc.c │ ├── mt_sspm.c │ ├── mt_usb2jtag.c │ ├── mtk_auxadc.c │ ├── mtk_charger_intf.c │ ├── mtk_dcm.c │ ├── mtk_dcm_autogen.c │ ├── mtk_key.c │ ├── mtk_mcdi.c │ ├── mtk_smi.c │ ├── mtk_wdt.c │ ├── ncp1854.c │ ├── oaep.c │ ├── partition_setting.c │ ├── platform.c │ ├── pll.c │ ├── primary_display.c │ ├── profile_BRZH150X_K605Q_6000mAh_20190428.i │ ├── profile_BRZH301_K6073Q_3450mAhLT_180117.i │ ├── profile_BRZH301_K6302Q_4600mAhLT_20190521.i │ ├── pwm.c │ ├── rsa_oaep.c │ ├── rsa_oaep_sample.c │ ├── rt9466.c │ ├── rt9468.c │ ├── rules.mk │ ├── sec_efuse.c │ ├── sec_policy.c │ ├── spm_md_mtcmos.c │ ├── timer.c │ ├── uart.c │ ├── ufs_aio_platform.c │ ├── upmu_common.c │ ├── write_protect.c │ └── write_protect_ab.c ├── pal │ ├── inc │ │ ├── pal_assert.h │ │ ├── pal_log.h │ │ ├── pal_mutex.h │ │ ├── pal_timer.h │ │ └── pal_typedefs.h │ ├── pal_log.c │ ├── pal_mutex.c │ ├── pal_timer.c │ └── rules.mk └── rules.mk ├── project ├── k63v1us_64_bsp.mk ├── k63v2_64_bsp.mk ├── k69v1_2g_hdp.mk └── k69v1_64.mk ├── scripts ├── MT6735_DSI0_B60384.cmm ├── MT6735_FPGA_DDR.cmm ├── MT6735_FPGA_LK.cmm ├── MT6739_DSI0_B60384.cmm ├── MT6739_FPGA_DDR.cmm ├── MT6739_FPGA_LK.cmm ├── MT6750_EVB_LK.cmm ├── MT6750_FPGA_DDR_1024MB.cmm ├── MT6750_FPGA_DDR_512MB.cmm ├── MT6750_FPGA_LK.cmm ├── MT6755_DSI0_B60384.cmm ├── MT6755_FPGA_DDR.cmm ├── MT6755_FPGA_LK.cmm ├── MT6757_DSI0_B60384.cmm ├── MT6757_FPGA_DDR.cmm ├── MT6757_FPGA_LK.cmm ├── MT6763_DSI0_B60384.cmm ├── MT6763_FPGA_DDR.cmm ├── MT6763_FPGA_LK.cmm ├── MT6765_DSI0_B60384.cmm ├── MT6765_FPGA_LK.cmm ├── MT6771_DSI0_B60384.cmm ├── MT6771_FPGA_DDR.cmm ├── MT6771_FPGA_LK.cmm ├── astyle ├── attach.cmm ├── boot.img ├── buildall ├── codestyle ├── config_a11.cmm ├── config_scorpion.cmm ├── dct │ ├── DrvGen.py │ ├── config │ │ ├── MT6739.fig │ │ ├── MT6750S.fig │ │ ├── MT6757-P25.fig │ │ ├── MT6757.fig │ │ ├── PMIC_MT6335PMUMP.cmp │ │ ├── PMIC_MT6350PMUMP.cmp │ │ ├── PMIC_MT6351PMUMP.cmp │ │ ├── PMIC_MT6353PMUMP.cmp │ │ ├── PMIC_MT6355PMUMP.cmp │ │ ├── PMIC_MT6356PMUMP.cmp │ │ ├── PMIC_MT6357PMUMP.cmp │ │ ├── PMIC_MT6358PMUMP.cmp │ │ ├── PMIC_MT6359PMUMP.cmp │ │ ├── PMIC_NCPMUMP.cmp │ │ └── YuSu.cmp │ ├── data │ │ ├── ClkData.py │ │ ├── EintData.py │ │ ├── GpioData.py │ │ ├── I2cData.py │ │ ├── KpdData.py │ │ ├── Md1EintData.py │ │ ├── PmicData.py │ │ ├── PowerData.py │ │ └── __init__.py │ ├── obj │ │ ├── AdcObj.py │ │ ├── ChipObj.py │ │ ├── ClkObj.py │ │ ├── EintObj.py │ │ ├── GpioObj.py │ │ ├── I2cObj.py │ │ ├── KpdObj.py │ │ ├── Md1EintObj.py │ │ ├── ModuleObj.py │ │ ├── PmicObj.py │ │ ├── PowerObj.py │ │ └── __init__.py │ ├── old_dct │ │ ├── ADC_YuSu.cmp │ │ ├── Application.cmp │ │ ├── DrvGen │ │ ├── DrvGen.exe │ │ ├── EINT_YuSu.cmp │ │ ├── GPIO_YuSu.cmp │ │ ├── GPIO_protect.cmp │ │ ├── I2C_YuSu.cmp │ │ ├── Keypad_YuSu.cmp │ │ ├── MT6574.fig │ │ ├── MT6580.fig │ │ ├── MT6735.fig │ │ ├── MT6735M.fig │ │ ├── MT6750.fig │ │ ├── MT6755.fig │ │ ├── MT7683.fig │ │ ├── PMIC_MT6322+6333PMUMP.cmp │ │ ├── PMIC_MT6322PMUMP.cmp │ │ ├── PMIC_MT6323+6333PMUMP.cmp │ │ ├── PMIC_MT6323PMUMP.cmp │ │ ├── PMIC_MT6325PMUMP.cmp │ │ ├── PMIC_MT6328PMUMP.cmp │ │ ├── PMIC_MT6331+6332PMUMP.cmp │ │ ├── PMIC_MT6350PMUMP.cmp │ │ ├── PMIC_MT6351PMUMP.cmp │ │ ├── PMIC_MT6353PMUMP.cmp │ │ ├── PMIC_MT6397PMUMP.cmp │ │ ├── PMIC_NCPMU.cmp │ │ └── UEM.cmp │ └── utility │ │ ├── __init__.py │ │ ├── util.py │ │ └── version.py ├── do-armemu-test ├── do-beagle-test ├── do-osk5912-test ├── do-sam7ex256-test ├── drvgen │ └── drvgen.mk ├── fastbuildLK.sh ├── lk.cmm ├── mkimage ├── mkimage.darwin └── tagit └── target ├── init.c ├── k63v1us_64_bsp ├── README ├── cust_display.c ├── cust_leds.c ├── cust_msdc.c ├── fastboot_oem_commands.c ├── inc │ ├── avbkey.h │ ├── cust_leds.h │ ├── cust_nand.h │ ├── nand_device_list.h │ └── oemkey.h ├── include │ └── target │ │ ├── board.h │ │ ├── cust_battery.h │ │ ├── cust_display.h │ │ ├── cust_key.h │ │ ├── cust_rtc.h │ │ ├── cust_usb.h │ │ └── debugconfig.h ├── init.c ├── power_off.c ├── rules.mk └── tools │ ├── makefile │ └── mkheader.c ├── k63v2_64_bsp ├── README ├── cust_display.c ├── cust_leds.c ├── cust_msdc.c ├── dct │ └── dct │ │ └── codegen.dws ├── fastboot_oem_commands.c ├── inc │ ├── avbkey.h │ ├── cust_leds.h │ ├── cust_nand.h │ ├── nand_device_list.h │ └── oemkey.h ├── include │ └── target │ │ ├── board.h │ │ ├── cust_battery.h │ │ ├── cust_display.h │ │ ├── cust_key.h │ │ ├── cust_rtc.h │ │ ├── cust_usb.h │ │ └── debugconfig.h ├── init.c ├── power_off.c ├── rules.mk └── tools │ ├── makefile │ └── mkheader.c ├── k69v1_2g_hdp ├── README ├── cust_display.c ├── cust_leds.c ├── dct │ └── dct │ │ └── codegen.dws ├── fastboot_oem_commands.c ├── inc │ ├── avbkey.h │ ├── cust_leds.h │ ├── cust_nand.h │ ├── nand_device_list.h │ └── oemkey.h ├── include │ └── target │ │ ├── board.h │ │ ├── cust_battery.h │ │ ├── cust_display.h │ │ ├── cust_key.h │ │ ├── cust_rtc.h │ │ ├── cust_usb.h │ │ └── debugconfig.h ├── init.c ├── power_off.c ├── rules.mk └── tools │ ├── makefile │ └── mkheader.c ├── k69v1_64 ├── README ├── cust_display.c ├── cust_leds.c ├── fastboot_oem_commands.c ├── inc │ ├── avbkey.h │ ├── cust_leds.h │ ├── cust_nand.h │ ├── nand_device_list.h │ └── oemkey.h ├── include │ └── target │ │ ├── board.h │ │ ├── cust_battery.h │ │ ├── cust_display.h │ │ ├── cust_key.h │ │ ├── cust_rtc.h │ │ ├── cust_usb.h │ │ └── debugconfig.h ├── init.c ├── power_off.c ├── rules.mk └── tools │ ├── makefile │ └── mkheader.c ├── rules.mk └── target_display.c /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build-* 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/.gitmodules -------------------------------------------------------------------------------- /Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/Android.mk -------------------------------------------------------------------------------- /AndroidBoot.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/AndroidBoot.mk -------------------------------------------------------------------------------- /CleanSpec.mk: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2015 MediaTek Inc. 2 | # dummy file 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/LICENSE -------------------------------------------------------------------------------- /MODULE_LICENSE_BSD: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/NOTICE -------------------------------------------------------------------------------- /app/aboot/aboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/aboot.c -------------------------------------------------------------------------------- /app/aboot/bootimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/bootimg.h -------------------------------------------------------------------------------- /app/aboot/devinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/devinfo.h -------------------------------------------------------------------------------- /app/aboot/fastboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/fastboot.c -------------------------------------------------------------------------------- /app/aboot/fastboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/fastboot.h -------------------------------------------------------------------------------- /app/aboot/recovery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/recovery.c -------------------------------------------------------------------------------- /app/aboot/recovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/recovery.h -------------------------------------------------------------------------------- /app/aboot/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/rules.mk -------------------------------------------------------------------------------- /app/aboot/sparse_format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/aboot/sparse_format.h -------------------------------------------------------------------------------- /app/app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/app.c -------------------------------------------------------------------------------- /app/clocktests/clock_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/clocktests/clock_tests.c -------------------------------------------------------------------------------- /app/clocktests/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/clocktests/rules.mk -------------------------------------------------------------------------------- /app/mt_boot/aee/KEDump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/KEDump.c -------------------------------------------------------------------------------- /app/mt_boot/aee/KEHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/KEHeader.h -------------------------------------------------------------------------------- /app/mt_boot/aee/aee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/aee.c -------------------------------------------------------------------------------- /app/mt_boot/aee/aee.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/aee.h -------------------------------------------------------------------------------- /app/mt_boot/aee/armmmu_translate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/armmmu_translate.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_datafs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_datafs.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_dbgscript.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_dbgscript.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_dconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_dconfig.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_dummy.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_elf.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_elf.h -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_mpart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_mpart.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_null.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_private.h -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_rsvmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_rsvmem.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_sddev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_sddev.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_setup.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_usb.c -------------------------------------------------------------------------------- /app/mt_boot/aee/mrdump_zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/mrdump_zip.c -------------------------------------------------------------------------------- /app/mt_boot/aee/platform_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/platform_debug.c -------------------------------------------------------------------------------- /app/mt_boot/aee/ram_console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/ram_console.c -------------------------------------------------------------------------------- /app/mt_boot/aee/reboot_record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/aee/reboot_record.c -------------------------------------------------------------------------------- /app/mt_boot/blockheader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/blockheader.c -------------------------------------------------------------------------------- /app/mt_boot/blockheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/blockheader.h -------------------------------------------------------------------------------- /app/mt_boot/bootargs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/bootargs.c -------------------------------------------------------------------------------- /app/mt_boot/bootargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/bootargs.h -------------------------------------------------------------------------------- /app/mt_boot/decompressor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/decompressor.c -------------------------------------------------------------------------------- /app/mt_boot/dl_commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/dl_commands.c -------------------------------------------------------------------------------- /app/mt_boot/dl_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/dl_commands.h -------------------------------------------------------------------------------- /app/mt_boot/fastboot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/fastboot.c -------------------------------------------------------------------------------- /app/mt_boot/fastboot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/fastboot.h -------------------------------------------------------------------------------- /app/mt_boot/fdt_op.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/fdt_op.c -------------------------------------------------------------------------------- /app/mt_boot/fdt_op.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/fdt_op.h -------------------------------------------------------------------------------- /app/mt_boot/iothread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/iothread.c -------------------------------------------------------------------------------- /app/mt_boot/iothread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/iothread.h -------------------------------------------------------------------------------- /app/mt_boot/mt_boot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mt_boot.c -------------------------------------------------------------------------------- /app/mt_boot/mt_boot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mt_boot.h -------------------------------------------------------------------------------- /app/mt_boot/mt_secure_call.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mt_secure_call.c -------------------------------------------------------------------------------- /app/mt_boot/mtk_secure_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mtk_secure_api.h -------------------------------------------------------------------------------- /app/mt_boot/mtransfer/bulk_process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mtransfer/bulk_process.c -------------------------------------------------------------------------------- /app/mt_boot/mtransfer/bulk_process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mtransfer/bulk_process.h -------------------------------------------------------------------------------- /app/mt_boot/mtransfer/transfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/mtransfer/transfer.h -------------------------------------------------------------------------------- /app/mt_boot/odm_mdtbo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/odm_mdtbo.c -------------------------------------------------------------------------------- /app/mt_boot/odm_mdtbo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/odm_mdtbo.h -------------------------------------------------------------------------------- /app/mt_boot/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/rules.mk -------------------------------------------------------------------------------- /app/mt_boot/sec_hrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sec_hrid.c -------------------------------------------------------------------------------- /app/mt_boot/sec_hrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sec_hrid.h -------------------------------------------------------------------------------- /app/mt_boot/sec_socid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sec_socid.c -------------------------------------------------------------------------------- /app/mt_boot/sec_unlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sec_unlock.c -------------------------------------------------------------------------------- /app/mt_boot/sec_unlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sec_unlock.h -------------------------------------------------------------------------------- /app/mt_boot/sparse_format.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sparse_format.h -------------------------------------------------------------------------------- /app/mt_boot/sys_commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sys_commands.c -------------------------------------------------------------------------------- /app/mt_boot/sys_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/mt_boot/sys_commands.h -------------------------------------------------------------------------------- /app/nandwrite/nandwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/nandwrite/nandwrite.c -------------------------------------------------------------------------------- /app/nandwrite/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/nandwrite/rules.mk -------------------------------------------------------------------------------- /app/pcitests/pci_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/pcitests/pci_tests.c -------------------------------------------------------------------------------- /app/pcitests/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/pcitests/rules.mk -------------------------------------------------------------------------------- /app/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/rules.mk -------------------------------------------------------------------------------- /app/shell/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/shell/rules.mk -------------------------------------------------------------------------------- /app/shell/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/shell/shell.c -------------------------------------------------------------------------------- /app/stringtests/mymemcpy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/stringtests/mymemcpy.S -------------------------------------------------------------------------------- /app/stringtests/mymemset.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/stringtests/mymemset.S -------------------------------------------------------------------------------- /app/stringtests/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/stringtests/rules.mk -------------------------------------------------------------------------------- /app/stringtests/string_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/stringtests/string_tests.c -------------------------------------------------------------------------------- /app/tests/include/app/tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/include/app/tests.h -------------------------------------------------------------------------------- /app/tests/led_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/led_tests.c -------------------------------------------------------------------------------- /app/tests/printf_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/printf_tests.c -------------------------------------------------------------------------------- /app/tests/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/rules.mk -------------------------------------------------------------------------------- /app/tests/tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/tests.c -------------------------------------------------------------------------------- /app/tests/thread_tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/app/tests/thread_tests.c -------------------------------------------------------------------------------- /arch/arm/arch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/arch.c -------------------------------------------------------------------------------- /arch/arm/asm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/asm.S -------------------------------------------------------------------------------- /arch/arm/cache-ops.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/cache-ops.S -------------------------------------------------------------------------------- /arch/arm/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/cache.c -------------------------------------------------------------------------------- /arch/arm/compile.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/compile.mk -------------------------------------------------------------------------------- /arch/arm/crt0.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/crt0.S -------------------------------------------------------------------------------- /arch/arm/dcc.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/dcc.S -------------------------------------------------------------------------------- /arch/arm/exceptions.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/exceptions.S -------------------------------------------------------------------------------- /arch/arm/faults.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/faults.c -------------------------------------------------------------------------------- /arch/arm/include/arch/arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm.h -------------------------------------------------------------------------------- /arch/arm/include/arch/arm/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm/cache.h -------------------------------------------------------------------------------- /arch/arm/include/arch/arm/cores.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm/cores.h -------------------------------------------------------------------------------- /arch/arm/include/arch/arm/dcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm/dcc.h -------------------------------------------------------------------------------- /arch/arm/include/arch/arm/mmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm/mmu.h -------------------------------------------------------------------------------- /arch/arm/include/arch/arm/ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/arm/ops.h -------------------------------------------------------------------------------- /arch/arm/include/arch/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/include/arch/defines.h -------------------------------------------------------------------------------- /arch/arm/mmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/mmu.c -------------------------------------------------------------------------------- /arch/arm/ops.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/ops.S -------------------------------------------------------------------------------- /arch/arm/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/rules.mk -------------------------------------------------------------------------------- /arch/arm/system-onesegment.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/system-onesegment.ld -------------------------------------------------------------------------------- /arch/arm/system-twosegment.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/system-twosegment.ld -------------------------------------------------------------------------------- /arch/arm/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/arm/thread.c -------------------------------------------------------------------------------- /arch/x86/arch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/arch.c -------------------------------------------------------------------------------- /arch/x86/asm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/asm.S -------------------------------------------------------------------------------- /arch/x86/cache-ops.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/cache-ops.S -------------------------------------------------------------------------------- /arch/x86/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/cache.c -------------------------------------------------------------------------------- /arch/x86/compile.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/compile.mk -------------------------------------------------------------------------------- /arch/x86/crt0.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/crt0.S -------------------------------------------------------------------------------- /arch/x86/descriptor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/descriptor.c -------------------------------------------------------------------------------- /arch/x86/faults.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/faults.c -------------------------------------------------------------------------------- /arch/x86/include/arch/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/include/arch/defines.h -------------------------------------------------------------------------------- /arch/x86/include/arch/x86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/include/arch/x86.h -------------------------------------------------------------------------------- /arch/x86/include/arch/x86/mmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/include/arch/x86/mmu.h -------------------------------------------------------------------------------- /arch/x86/include/arch/x86/ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/include/arch/x86/ops.h -------------------------------------------------------------------------------- /arch/x86/kernel.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/kernel.ld -------------------------------------------------------------------------------- /arch/x86/mmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/mmu.c -------------------------------------------------------------------------------- /arch/x86/ops.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/ops.S -------------------------------------------------------------------------------- /arch/x86/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/rules.mk -------------------------------------------------------------------------------- /arch/x86/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/arch/x86/thread.c -------------------------------------------------------------------------------- /dev/chargepump/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/chargepump/rules.mk -------------------------------------------------------------------------------- /dev/dev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/dev.c -------------------------------------------------------------------------------- /dev/fbcon/fbcon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/fbcon/fbcon.c -------------------------------------------------------------------------------- /dev/fbcon/font5x12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/fbcon/font5x12.h -------------------------------------------------------------------------------- /dev/fbcon/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/fbcon/rules.mk -------------------------------------------------------------------------------- /dev/gic/include/mt_gic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/gic/include/mt_gic.h -------------------------------------------------------------------------------- /dev/gic/include/mt_gic_v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/gic/include/mt_gic_v3.h -------------------------------------------------------------------------------- /dev/gic/mt_gic_v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/gic/mt_gic_v2.c -------------------------------------------------------------------------------- /dev/gic/mt_gic_v3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/gic/mt_gic_v3.c -------------------------------------------------------------------------------- /dev/gic/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/gic/rules.mk -------------------------------------------------------------------------------- /dev/keys/gpio_keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/keys/gpio_keypad.c -------------------------------------------------------------------------------- /dev/keys/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/keys/keys.c -------------------------------------------------------------------------------- /dev/keys/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/keys/rules.mk -------------------------------------------------------------------------------- /dev/lcm/H070D_18DM/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/H070D_18DM/Makefile -------------------------------------------------------------------------------- /dev/lcm/H070D_18DM/h070d_18dm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/H070D_18DM/h070d_18dm.c -------------------------------------------------------------------------------- /dev/lcm/KR070IA4T_DSI_VDO/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/KR070IA4T_DSI_VDO/Makefile -------------------------------------------------------------------------------- /dev/lcm/LP079X01/LP079X01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/LP079X01/LP079X01.c -------------------------------------------------------------------------------- /dev/lcm/LP079X01/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/LP079X01/Makefile -------------------------------------------------------------------------------- /dev/lcm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/Makefile -------------------------------------------------------------------------------- /dev/lcm/RX_498HX_615B/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/RX_498HX_615B/Makefile -------------------------------------------------------------------------------- /dev/lcm/RX_498HX_615B_82/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/RX_498HX_615B_82/Makefile -------------------------------------------------------------------------------- /dev/lcm/dummy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/dummy/Makefile -------------------------------------------------------------------------------- /dev/lcm/dummy/dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/dummy/dummy.c -------------------------------------------------------------------------------- /dev/lcm/h070d_18dm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/h070d_18dm/Makefile -------------------------------------------------------------------------------- /dev/lcm/h070d_18dm/h070d_18dm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/h070d_18dm/h070d_18dm.c -------------------------------------------------------------------------------- /dev/lcm/hx8389c_dsi_vdo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/hx8389c_dsi_vdo/Makefile -------------------------------------------------------------------------------- /dev/lcm/hx8392a_dsi_cmd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/hx8392a_dsi_cmd/Makefile -------------------------------------------------------------------------------- /dev/lcm/hx8392a_dsi_cmd_fwvgap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/hx8392a_dsi_cmd_fwvgap.c -------------------------------------------------------------------------------- /dev/lcm/hx8392a_dsi_vdo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/hx8392a_dsi_vdo/Makefile -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_common.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_define.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_drv.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_extern.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_gpio.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_i2c.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_pmic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_pmic.h -------------------------------------------------------------------------------- /dev/lcm/inc/lcm_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/lcm_util.h -------------------------------------------------------------------------------- /dev/lcm/inc/sn65dsi83_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/inc/sn65dsi83_i2c.h -------------------------------------------------------------------------------- /dev/lcm/lcm_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/lcm_common.c -------------------------------------------------------------------------------- /dev/lcm/lcm_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/lcm_gpio.c -------------------------------------------------------------------------------- /dev/lcm/lcm_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/lcm_i2c.c -------------------------------------------------------------------------------- /dev/lcm/lcm_pmic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/lcm_pmic.c -------------------------------------------------------------------------------- /dev/lcm/lcm_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/lcm_util.c -------------------------------------------------------------------------------- /dev/lcm/mt65xx_lcm_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/mt65xx_lcm_list.c -------------------------------------------------------------------------------- /dev/lcm/nt35510_dpi_6572/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/nt35510_dpi_6572/Makefile -------------------------------------------------------------------------------- /dev/lcm/nt35510_mcu_6572/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/nt35510_mcu_6572/Makefile -------------------------------------------------------------------------------- /dev/lcm/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/lcm/rules.mk -------------------------------------------------------------------------------- /dev/md_com/lk_load_md_wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/md_com/lk_load_md_wrapper.c -------------------------------------------------------------------------------- /dev/md_com/lk_load_md_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/md_com/lk_load_md_wrapper.h -------------------------------------------------------------------------------- /dev/md_com/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/md_com/rules.mk -------------------------------------------------------------------------------- /dev/net/smc91c96/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/net/smc91c96/rules.mk -------------------------------------------------------------------------------- /dev/net/smc91c96/smc91c96.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/net/smc91c96/smc91c96.c -------------------------------------------------------------------------------- /dev/net/smc91c96/smc91c96_p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/net/smc91c96/smc91c96_p.h -------------------------------------------------------------------------------- /dev/pmic/pm8921/pm8921.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/pm8921/pm8921.c -------------------------------------------------------------------------------- /dev/pmic/pm8921/pm8921_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/pm8921/pm8921_hw.h -------------------------------------------------------------------------------- /dev/pmic/pm8921/pm8921_pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/pm8921/pm8921_pwm.c -------------------------------------------------------------------------------- /dev/pmic/pm8921/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/pm8921/rules.mk -------------------------------------------------------------------------------- /dev/pmic/twl4030/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/twl4030/rules.mk -------------------------------------------------------------------------------- /dev/pmic/twl4030/twl4030.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/twl4030/twl4030.c -------------------------------------------------------------------------------- /dev/pmic/twl4030/twl4030_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/pmic/twl4030/twl4030_hw.h -------------------------------------------------------------------------------- /dev/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/rules.mk -------------------------------------------------------------------------------- /dev/ssbi/include/dev/ssbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/ssbi/include/dev/ssbi.h -------------------------------------------------------------------------------- /dev/ssbi/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/ssbi/rules.mk -------------------------------------------------------------------------------- /dev/ssbi/ssbi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/ssbi/ssbi.c -------------------------------------------------------------------------------- /dev/usb/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/usb/rules.mk -------------------------------------------------------------------------------- /dev/usb/usb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/usb/usb.c -------------------------------------------------------------------------------- /dev/video/mtk_cfb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/video/mtk_cfb.c -------------------------------------------------------------------------------- /dev/video/mtk_cfb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/video/mtk_cfb.h -------------------------------------------------------------------------------- /dev/video/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/dev/video/rules.mk -------------------------------------------------------------------------------- /img_hdr_lk.cfg: -------------------------------------------------------------------------------- 1 | NAME = lk 2 | -------------------------------------------------------------------------------- /include/app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/app.h -------------------------------------------------------------------------------- /include/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/arch.h -------------------------------------------------------------------------------- /include/arch/ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/arch/ops.h -------------------------------------------------------------------------------- /include/arch/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/arch/thread.h -------------------------------------------------------------------------------- /include/asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/asm.h -------------------------------------------------------------------------------- /include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/assert.h -------------------------------------------------------------------------------- /include/atags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/atags.h -------------------------------------------------------------------------------- /include/bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/bits.h -------------------------------------------------------------------------------- /include/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/compiler.h -------------------------------------------------------------------------------- /include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/ctype.h -------------------------------------------------------------------------------- /include/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/debug.h -------------------------------------------------------------------------------- /include/dev/aee_platform_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/aee_platform_debug.h -------------------------------------------------------------------------------- /include/dev/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/display.h -------------------------------------------------------------------------------- /include/dev/ethernet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/ethernet.h -------------------------------------------------------------------------------- /include/dev/fbcon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/fbcon.h -------------------------------------------------------------------------------- /include/dev/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/flash.h -------------------------------------------------------------------------------- /include/dev/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/gpio.h -------------------------------------------------------------------------------- /include/dev/gpio_keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/gpio_keypad.h -------------------------------------------------------------------------------- /include/dev/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/i2c.h -------------------------------------------------------------------------------- /include/dev/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/keys.h -------------------------------------------------------------------------------- /include/dev/lcdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/lcdc.h -------------------------------------------------------------------------------- /include/dev/mrdump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/mrdump.h -------------------------------------------------------------------------------- /include/dev/pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/pci.h -------------------------------------------------------------------------------- /include/dev/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/uart.h -------------------------------------------------------------------------------- /include/dev/udc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/udc.h -------------------------------------------------------------------------------- /include/dev/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/usb.h -------------------------------------------------------------------------------- /include/dev/usbc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/dev/usbc.h -------------------------------------------------------------------------------- /include/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/endian.h -------------------------------------------------------------------------------- /include/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/err.h -------------------------------------------------------------------------------- /include/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/errno.h -------------------------------------------------------------------------------- /include/hw/mii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/hw/mii.h -------------------------------------------------------------------------------- /include/hw/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/hw/usb.h -------------------------------------------------------------------------------- /include/inttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/inttypes.h -------------------------------------------------------------------------------- /include/kernel/dpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/kernel/dpc.h -------------------------------------------------------------------------------- /include/kernel/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/kernel/event.h -------------------------------------------------------------------------------- /include/kernel/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/kernel/mutex.h -------------------------------------------------------------------------------- /include/kernel/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/kernel/thread.h -------------------------------------------------------------------------------- /include/kernel/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/kernel/timer.h -------------------------------------------------------------------------------- /include/lib/bcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/bcache.h -------------------------------------------------------------------------------- /include/lib/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/bio.h -------------------------------------------------------------------------------- /include/lib/cbuf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/cbuf.h -------------------------------------------------------------------------------- /include/lib/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/console.h -------------------------------------------------------------------------------- /include/lib/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/crc.h -------------------------------------------------------------------------------- /include/lib/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/font.h -------------------------------------------------------------------------------- /include/lib/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/fs.h -------------------------------------------------------------------------------- /include/lib/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/gfx.h -------------------------------------------------------------------------------- /include/lib/gfxconsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/gfxconsole.h -------------------------------------------------------------------------------- /include/lib/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/heap.h -------------------------------------------------------------------------------- /include/lib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/inffast.h -------------------------------------------------------------------------------- /include/lib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/inffixed.h -------------------------------------------------------------------------------- /include/lib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/inflate.h -------------------------------------------------------------------------------- /include/lib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/inftrees.h -------------------------------------------------------------------------------- /include/lib/partition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/partition.h -------------------------------------------------------------------------------- /include/lib/ptable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/ptable.h -------------------------------------------------------------------------------- /include/lib/ramdisk_merge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/ramdisk_merge.h -------------------------------------------------------------------------------- /include/lib/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/text.h -------------------------------------------------------------------------------- /include/lib/tga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/tga.h -------------------------------------------------------------------------------- /include/lib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/zconf.h -------------------------------------------------------------------------------- /include/lib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/zlib.h -------------------------------------------------------------------------------- /include/lib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/lib/zutil.h -------------------------------------------------------------------------------- /include/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/limits.h -------------------------------------------------------------------------------- /include/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/list.h -------------------------------------------------------------------------------- /include/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/malloc.h -------------------------------------------------------------------------------- /include/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/new.h -------------------------------------------------------------------------------- /include/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/platform.h -------------------------------------------------------------------------------- /include/platform/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/platform/debug.h -------------------------------------------------------------------------------- /include/platform/interrupts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/platform/interrupts.h -------------------------------------------------------------------------------- /include/platform/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/platform/timer.h -------------------------------------------------------------------------------- /include/pow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/pow2.h -------------------------------------------------------------------------------- /include/printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/printf.h -------------------------------------------------------------------------------- /include/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/rand.h -------------------------------------------------------------------------------- /include/reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/reg.h -------------------------------------------------------------------------------- /include/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/stdint.h -------------------------------------------------------------------------------- /include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/stdio.h -------------------------------------------------------------------------------- /include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/stdlib.h -------------------------------------------------------------------------------- /include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/string.h -------------------------------------------------------------------------------- /include/sys/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/sys/types.h -------------------------------------------------------------------------------- /include/target.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/target.h -------------------------------------------------------------------------------- /include/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/video.h -------------------------------------------------------------------------------- /include/video_fb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/video_fb.h -------------------------------------------------------------------------------- /include/video_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/include/video_font.h -------------------------------------------------------------------------------- /kernel/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/debug.c -------------------------------------------------------------------------------- /kernel/dpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/dpc.c -------------------------------------------------------------------------------- /kernel/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/event.c -------------------------------------------------------------------------------- /kernel/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/main.c -------------------------------------------------------------------------------- /kernel/mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/mutex.c -------------------------------------------------------------------------------- /kernel/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/rules.mk -------------------------------------------------------------------------------- /kernel/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/thread.c -------------------------------------------------------------------------------- /kernel/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/kernel/timer.c -------------------------------------------------------------------------------- /lib/bcache/bcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bcache/bcache.c -------------------------------------------------------------------------------- /lib/bcache/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bcache/rules.mk -------------------------------------------------------------------------------- /lib/bio/bio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bio/bio.c -------------------------------------------------------------------------------- /lib/bio/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bio/debug.c -------------------------------------------------------------------------------- /lib/bio/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bio/mem.c -------------------------------------------------------------------------------- /lib/bio/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bio/rules.mk -------------------------------------------------------------------------------- /lib/bio/subdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/bio/subdev.c -------------------------------------------------------------------------------- /lib/cbuf/cbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/cbuf/cbuf.c -------------------------------------------------------------------------------- /lib/cbuf/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/cbuf/rules.mk -------------------------------------------------------------------------------- /lib/console/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/console/console.c -------------------------------------------------------------------------------- /lib/console/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/console/rules.mk -------------------------------------------------------------------------------- /lib/debug/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/debug/debug.c -------------------------------------------------------------------------------- /lib/debug/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/debug/rules.mk -------------------------------------------------------------------------------- /lib/debug/stack_protector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/debug/stack_protector.c -------------------------------------------------------------------------------- /lib/font/font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/font/font.c -------------------------------------------------------------------------------- /lib/font/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/font/font.h -------------------------------------------------------------------------------- /lib/font/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/font/rules.mk -------------------------------------------------------------------------------- /lib/fs/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/fs/debug.c -------------------------------------------------------------------------------- /lib/fs/fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/fs/fs.c -------------------------------------------------------------------------------- /lib/fs/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/fs/rules.mk -------------------------------------------------------------------------------- /lib/gfx/gfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/gfx/gfx.c -------------------------------------------------------------------------------- /lib/gfx/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/gfx/rules.mk -------------------------------------------------------------------------------- /lib/gfxconsole/gfxconsole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/gfxconsole/gfxconsole.c -------------------------------------------------------------------------------- /lib/gfxconsole/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/gfxconsole/rules.mk -------------------------------------------------------------------------------- /lib/heap/heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/heap/heap.c -------------------------------------------------------------------------------- /lib/heap/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/heap/rules.mk -------------------------------------------------------------------------------- /lib/libc/atexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/atexit.c -------------------------------------------------------------------------------- /lib/libc/atoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/atoi.c -------------------------------------------------------------------------------- /lib/libc/ctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/ctype.c -------------------------------------------------------------------------------- /lib/libc/eabi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/eabi.c -------------------------------------------------------------------------------- /lib/libc/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/malloc.c -------------------------------------------------------------------------------- /lib/libc/new.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/new.cpp -------------------------------------------------------------------------------- /lib/libc/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/printf.c -------------------------------------------------------------------------------- /lib/libc/pure_virtual.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/pure_virtual.cpp -------------------------------------------------------------------------------- /lib/libc/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/rand.c -------------------------------------------------------------------------------- /lib/libc/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/rules.mk -------------------------------------------------------------------------------- /lib/libc/string/arch/arm/memcpy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/arm/memcpy.S -------------------------------------------------------------------------------- /lib/libc/string/arch/arm/memset.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/arm/memset.S -------------------------------------------------------------------------------- /lib/libc/string/arch/arm/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/arm/rules.mk -------------------------------------------------------------------------------- /lib/libc/string/arch/x86/memcpy.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/x86/memcpy.S -------------------------------------------------------------------------------- /lib/libc/string/arch/x86/memset.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/x86/memset.S -------------------------------------------------------------------------------- /lib/libc/string/arch/x86/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/arch/x86/rules.mk -------------------------------------------------------------------------------- /lib/libc/string/bcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/bcopy.c -------------------------------------------------------------------------------- /lib/libc/string/bzero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/bzero.c -------------------------------------------------------------------------------- /lib/libc/string/memchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memchr.c -------------------------------------------------------------------------------- /lib/libc/string/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memcmp.c -------------------------------------------------------------------------------- /lib/libc/string/memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memcpy.c -------------------------------------------------------------------------------- /lib/libc/string/memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memmove.c -------------------------------------------------------------------------------- /lib/libc/string/memscan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memscan.c -------------------------------------------------------------------------------- /lib/libc/string/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/memset.c -------------------------------------------------------------------------------- /lib/libc/string/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/rules.mk -------------------------------------------------------------------------------- /lib/libc/string/strcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strcat.c -------------------------------------------------------------------------------- /lib/libc/string/strchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strchr.c -------------------------------------------------------------------------------- /lib/libc/string/strcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strcmp.c -------------------------------------------------------------------------------- /lib/libc/string/strcoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strcoll.c -------------------------------------------------------------------------------- /lib/libc/string/strcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strcpy.c -------------------------------------------------------------------------------- /lib/libc/string/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strdup.c -------------------------------------------------------------------------------- /lib/libc/string/strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strerror.c -------------------------------------------------------------------------------- /lib/libc/string/strlcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strlcat.c -------------------------------------------------------------------------------- /lib/libc/string/strlcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strlcpy.c -------------------------------------------------------------------------------- /lib/libc/string/strlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strlen.c -------------------------------------------------------------------------------- /lib/libc/string/strncat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strncat.c -------------------------------------------------------------------------------- /lib/libc/string/strncmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strncmp.c -------------------------------------------------------------------------------- /lib/libc/string/strncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strncpy.c -------------------------------------------------------------------------------- /lib/libc/string/strnicmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strnicmp.c -------------------------------------------------------------------------------- /lib/libc/string/strnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strnlen.c -------------------------------------------------------------------------------- /lib/libc/string/strpbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strpbrk.c -------------------------------------------------------------------------------- /lib/libc/string/strrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strrchr.c -------------------------------------------------------------------------------- /lib/libc/string/strspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strspn.c -------------------------------------------------------------------------------- /lib/libc/string/strstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strstr.c -------------------------------------------------------------------------------- /lib/libc/string/strtok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strtok.c -------------------------------------------------------------------------------- /lib/libc/string/strxfrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/string/strxfrm.c -------------------------------------------------------------------------------- /lib/libc/strtoul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libc/strtoul.c -------------------------------------------------------------------------------- /lib/libfdt/fdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_addresses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_addresses.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_empty_tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_empty_tree.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_overlay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_overlay.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_ro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_ro.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_rw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_rw.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_strerror.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_sw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_sw.c -------------------------------------------------------------------------------- /lib/libfdt/fdt_wip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/fdt_wip.c -------------------------------------------------------------------------------- /lib/libfdt/include/fdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/include/fdt.h -------------------------------------------------------------------------------- /lib/libfdt/include/fdt_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/include/fdt_overlay.h -------------------------------------------------------------------------------- /lib/libfdt/include/libfdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/include/libfdt.h -------------------------------------------------------------------------------- /lib/libfdt/include/libfdt_env.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/include/libfdt_env.h -------------------------------------------------------------------------------- /lib/libfdt/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libfdt/rules.mk -------------------------------------------------------------------------------- /lib/libshowlogo/cust_display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libshowlogo/cust_display.h -------------------------------------------------------------------------------- /lib/libshowlogo/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libshowlogo/rules.mk -------------------------------------------------------------------------------- /lib/libshowlogo/show_logo_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libshowlogo/show_logo_common.c -------------------------------------------------------------------------------- /lib/libshowlogo/show_logo_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libshowlogo/show_logo_common.h -------------------------------------------------------------------------------- /lib/libshowlogo/show_logo_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libshowlogo/show_logo_log.h -------------------------------------------------------------------------------- /lib/libufdt/include/libufdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/include/libufdt.h -------------------------------------------------------------------------------- /lib/libufdt/include/ufdt_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/include/ufdt_overlay.h -------------------------------------------------------------------------------- /lib/libufdt/include/ufdt_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/include/ufdt_types.h -------------------------------------------------------------------------------- /lib/libufdt/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/rules.mk -------------------------------------------------------------------------------- /lib/libufdt/ufdt_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/ufdt_convert.c -------------------------------------------------------------------------------- /lib/libufdt/ufdt_node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/ufdt_node.c -------------------------------------------------------------------------------- /lib/libufdt/ufdt_overlay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/ufdt_overlay.c -------------------------------------------------------------------------------- /lib/libufdt/ufdt_prop_dict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/libufdt/ufdt_prop_dict.c -------------------------------------------------------------------------------- /lib/mblock/amms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/mblock/amms.h -------------------------------------------------------------------------------- /lib/mblock/mblock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/mblock/mblock.h -------------------------------------------------------------------------------- /lib/mblock/mblock_v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/mblock/mblock_v2.c -------------------------------------------------------------------------------- /lib/mblock/mblock_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/mblock/mblock_v2.h -------------------------------------------------------------------------------- /lib/mblock/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/mblock/rules.mk -------------------------------------------------------------------------------- /lib/partition/partition.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/partition/partition.c -------------------------------------------------------------------------------- /lib/partition/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/partition/rules.mk -------------------------------------------------------------------------------- /lib/plat_dbg_info/plat_dbg_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/plat_dbg_info/plat_dbg_info.c -------------------------------------------------------------------------------- /lib/plat_dbg_info/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/plat_dbg_info/rules.mk -------------------------------------------------------------------------------- /lib/ptable/ptable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/ptable/ptable.c -------------------------------------------------------------------------------- /lib/ptable/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/ptable/rules.mk -------------------------------------------------------------------------------- /lib/ramdisk_merge/cpio_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/ramdisk_merge/cpio_header.h -------------------------------------------------------------------------------- /lib/ramdisk_merge/ramdisk_merge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/ramdisk_merge/ramdisk_merge.c -------------------------------------------------------------------------------- /lib/ramdisk_merge/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/ramdisk_merge/rules.mk -------------------------------------------------------------------------------- /lib/text/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/text/rules.mk -------------------------------------------------------------------------------- /lib/text/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/text/text.c -------------------------------------------------------------------------------- /lib/tga/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/tga/rules.mk -------------------------------------------------------------------------------- /lib/tga/tga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/tga/tga.c -------------------------------------------------------------------------------- /lib/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/adler32.c -------------------------------------------------------------------------------- /lib/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/crc32.c -------------------------------------------------------------------------------- /lib/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/deflate.c -------------------------------------------------------------------------------- /lib/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/deflate.h -------------------------------------------------------------------------------- /lib/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/inffast.c -------------------------------------------------------------------------------- /lib/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/inflate.c -------------------------------------------------------------------------------- /lib/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/inftrees.c -------------------------------------------------------------------------------- /lib/zlib/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/rules.mk -------------------------------------------------------------------------------- /lib/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/trees.c -------------------------------------------------------------------------------- /lib/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/trees.h -------------------------------------------------------------------------------- /lib/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/lib/zlib/zutil.c -------------------------------------------------------------------------------- /main_dtb_header.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/main_dtb_header.bin -------------------------------------------------------------------------------- /make/build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/make/build.mk -------------------------------------------------------------------------------- /make/build_nonrelease.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/make/build_nonrelease.mk -------------------------------------------------------------------------------- /make/macros.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/make/macros.mk -------------------------------------------------------------------------------- /make/module.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/make/module.mk -------------------------------------------------------------------------------- /make/rat_config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/make/rat_config.mk -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/makefile -------------------------------------------------------------------------------- /platform/common/RoT/RoT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/RoT/RoT.c -------------------------------------------------------------------------------- /platform/common/RoT/RoT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/RoT/RoT.h -------------------------------------------------------------------------------- /platform/common/RoT/avb_RoT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/RoT/avb_RoT.c -------------------------------------------------------------------------------- /platform/common/RoT/avb_RoT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/RoT/avb_RoT.h -------------------------------------------------------------------------------- /platform/common/RoT/avb_RoT_teei.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/RoT/avb_RoT_teei.c -------------------------------------------------------------------------------- /platform/common/atf/atf_ramdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/atf/atf_ramdump.c -------------------------------------------------------------------------------- /platform/common/atf/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/atf/rules.mk -------------------------------------------------------------------------------- /platform/common/atm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/atm.c -------------------------------------------------------------------------------- /platform/common/avb/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/avb/rules.mk -------------------------------------------------------------------------------- /platform/common/boot/boot_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/boot/boot_info.c -------------------------------------------------------------------------------- /platform/common/boot/boot_opt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/boot/boot_opt.c -------------------------------------------------------------------------------- /platform/common/boot/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/boot/rules.mk -------------------------------------------------------------------------------- /platform/common/boot/vboot_state.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/boot/vboot_state.c -------------------------------------------------------------------------------- /platform/common/bootctrl/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/bootctrl/rules.mk -------------------------------------------------------------------------------- /platform/common/emi/emi_info_v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/emi/emi_info_v1.c -------------------------------------------------------------------------------- /platform/common/emi/emi_mpu_v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/emi/emi_mpu_v1.c -------------------------------------------------------------------------------- /platform/common/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/error.c -------------------------------------------------------------------------------- /platform/common/include/boot_opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/boot_opt.h -------------------------------------------------------------------------------- /platform/common/include/bootimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/bootimg.h -------------------------------------------------------------------------------- /platform/common/include/dfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/dfd.h -------------------------------------------------------------------------------- /platform/common/include/efi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/efi.h -------------------------------------------------------------------------------- /platform/common/include/env.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/env.h -------------------------------------------------------------------------------- /platform/common/include/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/error.h -------------------------------------------------------------------------------- /platform/common/include/etb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/etb.h -------------------------------------------------------------------------------- /platform/common/include/img_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/img_info.h -------------------------------------------------------------------------------- /platform/common/include/latch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/latch.h -------------------------------------------------------------------------------- /platform/common/include/loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/loader.h -------------------------------------------------------------------------------- /platform/common/include/meta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/meta.h -------------------------------------------------------------------------------- /platform/common/include/mkimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/mkimg.h -------------------------------------------------------------------------------- /platform/common/include/mt_uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/mt_uart.h -------------------------------------------------------------------------------- /platform/common/include/part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/part.h -------------------------------------------------------------------------------- /platform/common/include/part_dev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/part_dev.h -------------------------------------------------------------------------------- /platform/common/include/plinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/plinfo.h -------------------------------------------------------------------------------- /platform/common/include/recovery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/recovery.h -------------------------------------------------------------------------------- /platform/common/include/rnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/rnd.h -------------------------------------------------------------------------------- /platform/common/include/rsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/rsc.h -------------------------------------------------------------------------------- /platform/common/include/ufs_aio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/include/ufs_aio.h -------------------------------------------------------------------------------- /platform/common/loader/img_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/loader/img_info.c -------------------------------------------------------------------------------- /platform/common/loader/loader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/loader/loader.c -------------------------------------------------------------------------------- /platform/common/loader/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/loader/rules.mk -------------------------------------------------------------------------------- /platform/common/log_store/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/log_store/rules.mk -------------------------------------------------------------------------------- /platform/common/md/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/md/rules.mk -------------------------------------------------------------------------------- /platform/common/meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/meta.c -------------------------------------------------------------------------------- /platform/common/mt_musb/mt_musb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/mt_musb/mt_musb.c -------------------------------------------------------------------------------- /platform/common/mt_musb/mt_musb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/mt_musb/mt_musb.h -------------------------------------------------------------------------------- /platform/common/mt_musb/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/mt_musb/rules.mk -------------------------------------------------------------------------------- /platform/common/mt_ssusb/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/mt_ssusb/rules.mk -------------------------------------------------------------------------------- /platform/common/partition/efi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/partition/efi.c -------------------------------------------------------------------------------- /platform/common/partition/env.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/partition/env.c -------------------------------------------------------------------------------- /platform/common/partition/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/partition/rules.mk -------------------------------------------------------------------------------- /platform/common/plinfo/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/plinfo/rules.mk -------------------------------------------------------------------------------- /platform/common/power/bq25601.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/bq25601.c -------------------------------------------------------------------------------- /platform/common/power/bq25601.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/bq25601.h -------------------------------------------------------------------------------- /platform/common/power/rt9467.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/rt9467.c -------------------------------------------------------------------------------- /platform/common/power/rt9467.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/rt9467.h -------------------------------------------------------------------------------- /platform/common/power/rt9471.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/rt9471.c -------------------------------------------------------------------------------- /platform/common/power/rt9471.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/rt9471.h -------------------------------------------------------------------------------- /platform/common/power/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/power/rules.mk -------------------------------------------------------------------------------- /platform/common/profiling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/profiling.c -------------------------------------------------------------------------------- /platform/common/recovery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/recovery.c -------------------------------------------------------------------------------- /platform/common/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/rules.mk -------------------------------------------------------------------------------- /platform/common/sec_wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/sec_wrapper.c -------------------------------------------------------------------------------- /platform/common/spm/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/spm/rules.mk -------------------------------------------------------------------------------- /platform/common/spm/spm_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/spm/spm_common.c -------------------------------------------------------------------------------- /platform/common/storage/mmc/msdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/storage/mmc/msdc.c -------------------------------------------------------------------------------- /platform/common/storage/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/storage/rules.mk -------------------------------------------------------------------------------- /platform/common/timer/mt_gpt_v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/timer/mt_gpt_v1.c -------------------------------------------------------------------------------- /platform/common/timer/mt_gpt_v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/timer/mt_gpt_v2.c -------------------------------------------------------------------------------- /platform/common/timer/mt_gpt_v3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/timer/mt_gpt_v3.c -------------------------------------------------------------------------------- /platform/common/timer/mt_gpt_v4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/timer/mt_gpt_v4.c -------------------------------------------------------------------------------- /platform/common/timer/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/timer/rules.mk -------------------------------------------------------------------------------- /platform/common/uart/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/uart/rules.mk -------------------------------------------------------------------------------- /platform/common/uart/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/common/uart/uart.c -------------------------------------------------------------------------------- /platform/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/debug.c -------------------------------------------------------------------------------- /platform/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/init.c -------------------------------------------------------------------------------- /platform/mt6735/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/README -------------------------------------------------------------------------------- /platform/mt6735/addr_trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/addr_trans.c -------------------------------------------------------------------------------- /platform/mt6735/atags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/atags.c -------------------------------------------------------------------------------- /platform/mt6735/bitops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/bitops.c -------------------------------------------------------------------------------- /platform/mt6735/boot_mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/boot_mode.c -------------------------------------------------------------------------------- /platform/mt6735/boot_mode_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/boot_mode_menu.c -------------------------------------------------------------------------------- /platform/mt6735/bq24261.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/bq24261.c -------------------------------------------------------------------------------- /platform/mt6735/bq24296.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/bq24296.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_dither.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_dither.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_dsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_dsi.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_dump.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_info.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_manager.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_misc.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_ovl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_ovl.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_path.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_pwm.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_rdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_rdma.c -------------------------------------------------------------------------------- /platform/mt6735/ddp_ufoe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ddp_ufoe.c -------------------------------------------------------------------------------- /platform/mt6735/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/debug.c -------------------------------------------------------------------------------- /platform/mt6735/disp_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/disp_drv.c -------------------------------------------------------------------------------- /platform/mt6735/disp_lcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/disp_lcm.c -------------------------------------------------------------------------------- /platform/mt6735/dm_verity_status.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/dm_verity_status.c -------------------------------------------------------------------------------- /platform/mt6735/dummy_ap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/dummy_ap.c -------------------------------------------------------------------------------- /platform/mt6735/factory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/factory.c -------------------------------------------------------------------------------- /platform/mt6735/img_auth_stor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/img_auth_stor.c -------------------------------------------------------------------------------- /platform/mt6735/interrupts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/interrupts.c -------------------------------------------------------------------------------- /platform/mt6735/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/lib/README -------------------------------------------------------------------------------- /platform/mt6735/lib/libcrypto.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/lib/libcrypto.a -------------------------------------------------------------------------------- /platform/mt6735/lib/libdevinfo.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/lib/libdevinfo.a -------------------------------------------------------------------------------- /platform/mt6735/lib/libsec.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/lib/libsec.a -------------------------------------------------------------------------------- /platform/mt6735/lib/libsecplat.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/lib/libsecplat.a -------------------------------------------------------------------------------- /platform/mt6735/load_image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/load_image.c -------------------------------------------------------------------------------- /platform/mt6735/mmc_common_inter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mmc_common_inter.c -------------------------------------------------------------------------------- /platform/mt6735/mmc_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mmc_core.c -------------------------------------------------------------------------------- /platform/mt6735/mmc_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mmc_test.c -------------------------------------------------------------------------------- /platform/mt6735/msdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/msdc.c -------------------------------------------------------------------------------- /platform/mt6735/msdc_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/msdc_dma.c -------------------------------------------------------------------------------- /platform/mt6735/msdc_irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/msdc_irq.c -------------------------------------------------------------------------------- /platform/mt6735/msdc_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/msdc_utils.c -------------------------------------------------------------------------------- /platform/mt6735/mt6311.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt6311.c -------------------------------------------------------------------------------- /platform/mt6735/mt8193_ckgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt8193_ckgen.c -------------------------------------------------------------------------------- /platform/mt6735/mt8193_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt8193_i2c.c -------------------------------------------------------------------------------- /platform/mt6735/mt8193_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt8193_init.c -------------------------------------------------------------------------------- /platform/mt6735/mt_battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_battery.c -------------------------------------------------------------------------------- /platform/mt6735/mt_disp_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_disp_drv.c -------------------------------------------------------------------------------- /platform/mt6735/mt_dummy_read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_dummy_read.c -------------------------------------------------------------------------------- /platform/mt6735/mt_efuse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_efuse.c -------------------------------------------------------------------------------- /platform/mt6735/mt_get_dl_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_get_dl_info.c -------------------------------------------------------------------------------- /platform/mt6735/mt_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_gpio.c -------------------------------------------------------------------------------- /platform/mt6735/mt_gpio_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_gpio_init.c -------------------------------------------------------------------------------- /platform/mt6735/mt_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_i2c.c -------------------------------------------------------------------------------- /platform/mt6735/mt_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_leds.c -------------------------------------------------------------------------------- /platform/mt6735/mt_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_logo.c -------------------------------------------------------------------------------- /platform/mt6735/mt_pmic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_pmic.c -------------------------------------------------------------------------------- /platform/mt6735/mt_rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_rtc.c -------------------------------------------------------------------------------- /platform/mt6735/mt_usb2jtag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mt_usb2jtag.c -------------------------------------------------------------------------------- /platform/mt6735/mtk_auxadc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mtk_auxadc.c -------------------------------------------------------------------------------- /platform/mt6735/mtk_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mtk_key.c -------------------------------------------------------------------------------- /platform/mt6735/mtk_wdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/mtk_wdt.c -------------------------------------------------------------------------------- /platform/mt6735/ncp1854.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/ncp1854.c -------------------------------------------------------------------------------- /platform/mt6735/platform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/platform.c -------------------------------------------------------------------------------- /platform/mt6735/primary_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/primary_display.c -------------------------------------------------------------------------------- /platform/mt6735/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/pwm.c -------------------------------------------------------------------------------- /platform/mt6735/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/rules.mk -------------------------------------------------------------------------------- /platform/mt6735/spm_md_mtcmos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/spm_md_mtcmos.c -------------------------------------------------------------------------------- /platform/mt6735/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/timer.c -------------------------------------------------------------------------------- /platform/mt6735/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/uart.c -------------------------------------------------------------------------------- /platform/mt6735/upmu_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6735/upmu_common.c -------------------------------------------------------------------------------- /platform/mt6763/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/README -------------------------------------------------------------------------------- /platform/mt6763/addr_trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/addr_trans.c -------------------------------------------------------------------------------- /platform/mt6763/atags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/atags.c -------------------------------------------------------------------------------- /platform/mt6763/avb_crypto_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/avb_crypto_hw.c -------------------------------------------------------------------------------- /platform/mt6763/bitops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/bitops.c -------------------------------------------------------------------------------- /platform/mt6763/boot_mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/boot_mode.c -------------------------------------------------------------------------------- /platform/mt6763/boot_mode_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/boot_mode_menu.c -------------------------------------------------------------------------------- /platform/mt6763/bq24196.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/bq24196.c -------------------------------------------------------------------------------- /platform/mt6763/bq24261.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/bq24261.c -------------------------------------------------------------------------------- /platform/mt6763/bq25890.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/bq25890.c -------------------------------------------------------------------------------- /platform/mt6763/crypto_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/crypto_hw.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_dither.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_dither.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_dsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_dsi.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_dump.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_info.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_manager.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_misc.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_ovl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_ovl.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_path.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_pwm.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_rdma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_rdma.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_split.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_split.c -------------------------------------------------------------------------------- /platform/mt6763/ddp_ufoe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ddp_ufoe.c -------------------------------------------------------------------------------- /platform/mt6763/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/debug.c -------------------------------------------------------------------------------- /platform/mt6763/disp_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/disp_drv.c -------------------------------------------------------------------------------- /platform/mt6763/disp_lcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/disp_lcm.c -------------------------------------------------------------------------------- /platform/mt6763/dm_verity_status.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/dm_verity_status.c -------------------------------------------------------------------------------- /platform/mt6763/dummy_ap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/dummy_ap.c -------------------------------------------------------------------------------- /platform/mt6763/factory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/factory.c -------------------------------------------------------------------------------- /platform/mt6763/img_auth_stor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/img_auth_stor.c -------------------------------------------------------------------------------- /platform/mt6763/interrupts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/interrupts.c -------------------------------------------------------------------------------- /platform/mt6763/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/lib/README -------------------------------------------------------------------------------- /platform/mt6763/lib/libcrypto.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/lib/libcrypto.a -------------------------------------------------------------------------------- /platform/mt6763/lib/libdevinfo.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/lib/libdevinfo.a -------------------------------------------------------------------------------- /platform/mt6763/lib/libsec.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/lib/libsec.a -------------------------------------------------------------------------------- /platform/mt6763/lib/libsecplat.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/lib/libsecplat.a -------------------------------------------------------------------------------- /platform/mt6763/load_image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/load_image.c -------------------------------------------------------------------------------- /platform/mt6763/md1_off.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/md1_off.c -------------------------------------------------------------------------------- /platform/mt6763/mmc_common_inter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mmc_common_inter.c -------------------------------------------------------------------------------- /platform/mt6763/mmc_core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mmc_core.c -------------------------------------------------------------------------------- /platform/mt6763/mmc_rpmb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mmc_rpmb.c -------------------------------------------------------------------------------- /platform/mt6763/mmc_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mmc_test.c -------------------------------------------------------------------------------- /platform/mt6763/msdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc.c -------------------------------------------------------------------------------- /platform/mt6763/msdc_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc_dma.c -------------------------------------------------------------------------------- /platform/mt6763/msdc_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc_io.c -------------------------------------------------------------------------------- /platform/mt6763/msdc_irq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc_irq.c -------------------------------------------------------------------------------- /platform/mt6763/msdc_tune_async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc_tune_async.c -------------------------------------------------------------------------------- /platform/mt6763/msdc_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/msdc_utils.c -------------------------------------------------------------------------------- /platform/mt6763/mt6370_pmu_bled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt6370_pmu_bled.c -------------------------------------------------------------------------------- /platform/mt6763/mt_battery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_battery.c -------------------------------------------------------------------------------- /platform/mt6763/mt_debug_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_debug_dump.c -------------------------------------------------------------------------------- /platform/mt6763/mt_disp_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_disp_drv.c -------------------------------------------------------------------------------- /platform/mt6763/mt_dummy_read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_dummy_read.c -------------------------------------------------------------------------------- /platform/mt6763/mt_efuse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_efuse.c -------------------------------------------------------------------------------- /platform/mt6763/mt_get_dl_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_get_dl_info.c -------------------------------------------------------------------------------- /platform/mt6763/mt_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_gpio.c -------------------------------------------------------------------------------- /platform/mt6763/mt_gpio_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_gpio_init.c -------------------------------------------------------------------------------- /platform/mt6763/mt_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_i2c.c -------------------------------------------------------------------------------- /platform/mt6763/mt_latch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_latch.c -------------------------------------------------------------------------------- /platform/mt6763/mt_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_leds.c -------------------------------------------------------------------------------- /platform/mt6763/mt_logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_logo.c -------------------------------------------------------------------------------- /platform/mt6763/mt_pmic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_pmic.c -------------------------------------------------------------------------------- /platform/mt6763/mt_rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_rtc.c -------------------------------------------------------------------------------- /platform/mt6763/mt_sspm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_sspm.c -------------------------------------------------------------------------------- /platform/mt6763/mt_usb2jtag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mt_usb2jtag.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_auxadc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_auxadc.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_charger_intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_charger_intf.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_dcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_dcm.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_dcm_autogen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_dcm_autogen.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_key.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_mcdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_mcdi.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_smi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_smi.c -------------------------------------------------------------------------------- /platform/mt6763/mtk_wdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/mtk_wdt.c -------------------------------------------------------------------------------- /platform/mt6763/ncp1854.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ncp1854.c -------------------------------------------------------------------------------- /platform/mt6763/oaep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/oaep.c -------------------------------------------------------------------------------- /platform/mt6763/platform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/platform.c -------------------------------------------------------------------------------- /platform/mt6763/pll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/pll.c -------------------------------------------------------------------------------- /platform/mt6763/primary_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/primary_display.c -------------------------------------------------------------------------------- /platform/mt6763/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/pwm.c -------------------------------------------------------------------------------- /platform/mt6763/rsa_oaep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/rsa_oaep.c -------------------------------------------------------------------------------- /platform/mt6763/rsa_oaep_sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/rsa_oaep_sample.c -------------------------------------------------------------------------------- /platform/mt6763/rt9466.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/rt9466.c -------------------------------------------------------------------------------- /platform/mt6763/rt9468.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/rt9468.c -------------------------------------------------------------------------------- /platform/mt6763/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/rules.mk -------------------------------------------------------------------------------- /platform/mt6763/sec_efuse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/sec_efuse.c -------------------------------------------------------------------------------- /platform/mt6763/sec_policy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/sec_policy.c -------------------------------------------------------------------------------- /platform/mt6763/spm_md_mtcmos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/spm_md_mtcmos.c -------------------------------------------------------------------------------- /platform/mt6763/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/timer.c -------------------------------------------------------------------------------- /platform/mt6763/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/uart.c -------------------------------------------------------------------------------- /platform/mt6763/ufs_aio_platform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/ufs_aio_platform.c -------------------------------------------------------------------------------- /platform/mt6763/upmu_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/upmu_common.c -------------------------------------------------------------------------------- /platform/mt6763/write_protect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/write_protect.c -------------------------------------------------------------------------------- /platform/mt6763/write_protect_ab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/mt6763/write_protect_ab.c -------------------------------------------------------------------------------- /platform/pal/inc/pal_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/inc/pal_assert.h -------------------------------------------------------------------------------- /platform/pal/inc/pal_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/inc/pal_log.h -------------------------------------------------------------------------------- /platform/pal/inc/pal_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/inc/pal_mutex.h -------------------------------------------------------------------------------- /platform/pal/inc/pal_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/inc/pal_timer.h -------------------------------------------------------------------------------- /platform/pal/inc/pal_typedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/inc/pal_typedefs.h -------------------------------------------------------------------------------- /platform/pal/pal_log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/pal_log.c -------------------------------------------------------------------------------- /platform/pal/pal_mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/pal_mutex.c -------------------------------------------------------------------------------- /platform/pal/pal_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/pal_timer.c -------------------------------------------------------------------------------- /platform/pal/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/pal/rules.mk -------------------------------------------------------------------------------- /platform/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/platform/rules.mk -------------------------------------------------------------------------------- /project/k63v1us_64_bsp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/project/k63v1us_64_bsp.mk -------------------------------------------------------------------------------- /project/k63v2_64_bsp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/project/k63v2_64_bsp.mk -------------------------------------------------------------------------------- /project/k69v1_2g_hdp.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/project/k69v1_2g_hdp.mk -------------------------------------------------------------------------------- /project/k69v1_64.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/project/k69v1_64.mk -------------------------------------------------------------------------------- /scripts/MT6735_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6735_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6735_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6735_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6735_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6735_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6739_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6739_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6739_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6739_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6739_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6739_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6750_EVB_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6750_EVB_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6750_FPGA_DDR_1024MB.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6750_FPGA_DDR_1024MB.cmm -------------------------------------------------------------------------------- /scripts/MT6750_FPGA_DDR_512MB.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6750_FPGA_DDR_512MB.cmm -------------------------------------------------------------------------------- /scripts/MT6750_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6750_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6755_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6755_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6755_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6755_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6755_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6755_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6757_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6757_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6757_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6757_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6757_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6757_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6763_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6763_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6763_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6763_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6763_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6763_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6765_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6765_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6765_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6765_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/MT6771_DSI0_B60384.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6771_DSI0_B60384.cmm -------------------------------------------------------------------------------- /scripts/MT6771_FPGA_DDR.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6771_FPGA_DDR.cmm -------------------------------------------------------------------------------- /scripts/MT6771_FPGA_LK.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/MT6771_FPGA_LK.cmm -------------------------------------------------------------------------------- /scripts/astyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/astyle -------------------------------------------------------------------------------- /scripts/attach.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/attach.cmm -------------------------------------------------------------------------------- /scripts/boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/boot.img -------------------------------------------------------------------------------- /scripts/buildall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/buildall -------------------------------------------------------------------------------- /scripts/codestyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/codestyle -------------------------------------------------------------------------------- /scripts/config_a11.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/config_a11.cmm -------------------------------------------------------------------------------- /scripts/config_scorpion.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/config_scorpion.cmm -------------------------------------------------------------------------------- /scripts/dct/DrvGen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/DrvGen.py -------------------------------------------------------------------------------- /scripts/dct/config/MT6739.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/config/MT6739.fig -------------------------------------------------------------------------------- /scripts/dct/config/MT6750S.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/config/MT6750S.fig -------------------------------------------------------------------------------- /scripts/dct/config/MT6757-P25.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/config/MT6757-P25.fig -------------------------------------------------------------------------------- /scripts/dct/config/MT6757.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/config/MT6757.fig -------------------------------------------------------------------------------- /scripts/dct/config/YuSu.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/config/YuSu.cmp -------------------------------------------------------------------------------- /scripts/dct/data/ClkData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/ClkData.py -------------------------------------------------------------------------------- /scripts/dct/data/EintData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/EintData.py -------------------------------------------------------------------------------- /scripts/dct/data/GpioData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/GpioData.py -------------------------------------------------------------------------------- /scripts/dct/data/I2cData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/I2cData.py -------------------------------------------------------------------------------- /scripts/dct/data/KpdData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/KpdData.py -------------------------------------------------------------------------------- /scripts/dct/data/Md1EintData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/Md1EintData.py -------------------------------------------------------------------------------- /scripts/dct/data/PmicData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/PmicData.py -------------------------------------------------------------------------------- /scripts/dct/data/PowerData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/data/PowerData.py -------------------------------------------------------------------------------- /scripts/dct/data/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/dct/obj/AdcObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/AdcObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/ChipObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/ChipObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/ClkObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/ClkObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/EintObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/EintObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/GpioObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/GpioObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/I2cObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/I2cObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/KpdObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/KpdObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/Md1EintObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/Md1EintObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/ModuleObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/ModuleObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/PmicObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/PmicObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/PowerObj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/obj/PowerObj.py -------------------------------------------------------------------------------- /scripts/dct/obj/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/dct/old_dct/ADC_YuSu.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/ADC_YuSu.cmp -------------------------------------------------------------------------------- /scripts/dct/old_dct/DrvGen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/DrvGen -------------------------------------------------------------------------------- /scripts/dct/old_dct/DrvGen.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/DrvGen.exe -------------------------------------------------------------------------------- /scripts/dct/old_dct/EINT_YuSu.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/EINT_YuSu.cmp -------------------------------------------------------------------------------- /scripts/dct/old_dct/GPIO_YuSu.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/GPIO_YuSu.cmp -------------------------------------------------------------------------------- /scripts/dct/old_dct/I2C_YuSu.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/I2C_YuSu.cmp -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6574.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6574.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6580.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6580.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6735.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6735.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6735M.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6735M.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6750.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6750.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT6755.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT6755.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/MT7683.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/MT7683.fig -------------------------------------------------------------------------------- /scripts/dct/old_dct/PMIC_NCPMU.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/PMIC_NCPMU.cmp -------------------------------------------------------------------------------- /scripts/dct/old_dct/UEM.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/old_dct/UEM.cmp -------------------------------------------------------------------------------- /scripts/dct/utility/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/dct/utility/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/utility/util.py -------------------------------------------------------------------------------- /scripts/dct/utility/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/dct/utility/version.py -------------------------------------------------------------------------------- /scripts/do-armemu-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/do-armemu-test -------------------------------------------------------------------------------- /scripts/do-beagle-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/do-beagle-test -------------------------------------------------------------------------------- /scripts/do-osk5912-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/do-osk5912-test -------------------------------------------------------------------------------- /scripts/do-sam7ex256-test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/do-sam7ex256-test -------------------------------------------------------------------------------- /scripts/drvgen/drvgen.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/drvgen/drvgen.mk -------------------------------------------------------------------------------- /scripts/fastbuildLK.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/fastbuildLK.sh -------------------------------------------------------------------------------- /scripts/lk.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/lk.cmm -------------------------------------------------------------------------------- /scripts/mkimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/mkimage -------------------------------------------------------------------------------- /scripts/mkimage.darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/mkimage.darwin -------------------------------------------------------------------------------- /scripts/tagit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/scripts/tagit -------------------------------------------------------------------------------- /target/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/init.c -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/README -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/cust_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/cust_leds.c -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/cust_msdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/cust_msdc.c -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/inc/avbkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/inc/avbkey.h -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/inc/oemkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/inc/oemkey.h -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/init.c -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/power_off.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/power_off.c -------------------------------------------------------------------------------- /target/k63v1us_64_bsp/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v1us_64_bsp/rules.mk -------------------------------------------------------------------------------- /target/k63v2_64_bsp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/README -------------------------------------------------------------------------------- /target/k63v2_64_bsp/cust_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/cust_display.c -------------------------------------------------------------------------------- /target/k63v2_64_bsp/cust_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/cust_leds.c -------------------------------------------------------------------------------- /target/k63v2_64_bsp/cust_msdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/cust_msdc.c -------------------------------------------------------------------------------- /target/k63v2_64_bsp/inc/avbkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/inc/avbkey.h -------------------------------------------------------------------------------- /target/k63v2_64_bsp/inc/oemkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/inc/oemkey.h -------------------------------------------------------------------------------- /target/k63v2_64_bsp/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/init.c -------------------------------------------------------------------------------- /target/k63v2_64_bsp/power_off.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/power_off.c -------------------------------------------------------------------------------- /target/k63v2_64_bsp/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/rules.mk -------------------------------------------------------------------------------- /target/k63v2_64_bsp/tools/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k63v2_64_bsp/tools/makefile -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/README -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/cust_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/cust_display.c -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/cust_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/cust_leds.c -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/inc/avbkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/inc/avbkey.h -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/inc/oemkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/inc/oemkey.h -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/init.c -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/power_off.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/power_off.c -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/rules.mk -------------------------------------------------------------------------------- /target/k69v1_2g_hdp/tools/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_2g_hdp/tools/makefile -------------------------------------------------------------------------------- /target/k69v1_64/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/README -------------------------------------------------------------------------------- /target/k69v1_64/cust_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/cust_display.c -------------------------------------------------------------------------------- /target/k69v1_64/cust_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/cust_leds.c -------------------------------------------------------------------------------- /target/k69v1_64/inc/avbkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/inc/avbkey.h -------------------------------------------------------------------------------- /target/k69v1_64/inc/cust_leds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/inc/cust_leds.h -------------------------------------------------------------------------------- /target/k69v1_64/inc/cust_nand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/inc/cust_nand.h -------------------------------------------------------------------------------- /target/k69v1_64/inc/oemkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/inc/oemkey.h -------------------------------------------------------------------------------- /target/k69v1_64/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/init.c -------------------------------------------------------------------------------- /target/k69v1_64/power_off.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/power_off.c -------------------------------------------------------------------------------- /target/k69v1_64/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/rules.mk -------------------------------------------------------------------------------- /target/k69v1_64/tools/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/tools/makefile -------------------------------------------------------------------------------- /target/k69v1_64/tools/mkheader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/k69v1_64/tools/mkheader.c -------------------------------------------------------------------------------- /target/rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/rules.mk -------------------------------------------------------------------------------- /target/target_display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Android-Boot-Manager/droidboot_device_volla_yggdrasil/HEAD/target/target_display.c --------------------------------------------------------------------------------