Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 147) sorted by relevance

123456

/device/amlogic/yukawa/hal/bootctrl/
Dbootloader_message.cpp132 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device, in read_bootloader_message_from() argument
134 return read_misc_partition(boot, sizeof(*boot), misc_blk_device, in read_bootloader_message_from()
138 bool read_bootloader_message(bootloader_message* boot, std::string* err) { in read_bootloader_message() argument
143 return read_bootloader_message_from(boot, misc_blk_device, err); in read_bootloader_message()
152 bool write_bootloader_message_to(const bootloader_message& boot, const std::string& misc_blk_device, in write_bootloader_message_to() argument
154 return write_misc_partition(&boot, sizeof(boot), misc_blk_device, in write_bootloader_message_to()
158 bool write_bootloader_message(const bootloader_message& boot, std::string* err) { in write_bootloader_message() argument
163 return write_bootloader_message_to(boot, misc_blk_device, err); in write_bootloader_message()
173 bootloader_message boot = {}; in clear_bootloader_message() local
174 return write_bootloader_message(boot, err); in clear_bootloader_message()
[all …]
Dbootloader_message.h193 bool read_bootloader_message(bootloader_message* boot, std::string* err);
196 bool read_bootloader_message_from(bootloader_message* boot, const std::string& misc_blk_device,
204 bool write_bootloader_message(const bootloader_message& boot, std::string* err);
207 bool write_bootloader_message_to(const bootloader_message& boot,
224 bool update_bootloader_message_in_struct(bootloader_message* boot,
/device/google/cuttlefish/shared/sepolicy/vendor/
Dproperty_contexts4 ro.boot.cuttlefish_config_server_port u:object_r:cuttlefish_config_server_port_prop:s0
5 ro.boot.fstab_name u:object_r:cf_fstab_name_prop:s0 exact string
6 ro.boot.hardware.egl u:object_r:cf_graphics_config_prop:s0 exact string
7 ro.boot.hardware.gralloc u:object_r:cf_graphics_config_prop:s0 exact string
8 ro.boot.hardware.hwcomposer u:object_r:cf_graphics_config_prop:s0 exact string
9 ro.boot.hardware.vulkan u:object_r:cf_graphics_config_prop:s0 exact string
10 ro.boot.lcd_density u:object_r:cf_graphics_config_prop:s0 exact int
11 ro.boot.tpm_vsock_port u:object_r:cuttlefish_vsock_tpm_port:s0
12 ro.boot.vsock_frames_port u:object_r:vsock_frames_port_prop:s0
13 ro.boot.vsock_gatekeeper_port u:object_r:cuttlefish_vsock_gatekeeper_port:s0
[all …]
/device/google/muskie/
Dinit-common.rc2 # boot time fs tune
12 # end boot time fs tune
22 on init && property:ro.boot.revision=EVM
23 setprop ro.boot.hardware.revision 0.5
25 on init && property:ro.boot.revision=EVT0
26 setprop ro.boot.hardware.revision 0.6
28 on init && property:ro.boot.revision=EVT1
29 setprop ro.boot.hardware.revision 0.7
31 on init && property:ro.boot.revision=EVT2
32 setprop ro.boot.hardware.revision 0.8
[all …]
/device/amlogic/yukawa/bootloader/
DREADME1 Build Mainline u-boot - bl33:
4 Main Wiki Page : https://gitlab.com/baylibre/amlogic/atv/u-boot/wikis/home
10 https://gitlab.com/baylibre/amlogic/atv/u-boot.git
12 actual tag : u-boot/v2020.04/seix10-20200706
13 dev branch : u-boot/v2020.04/integ
16 https://gitlab.com/baylibre/amlogic/atv/u-boot/wikis/U-Boot-for-Yukawa-Release
22 git clone https://gitlab.com/baylibre/amlogic/atv/u-boot.git
23 cd u-boot
24 git checkout u-boot/v2020.04/seix10-20200706
47 fastboot flash bootloader uboot-bins/u-boot.bin
[all …]
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc15 setprop ro.sf.lcd_density ${ro.boot.lcd_density}
16 setprop ro.hardware.egl ${ro.boot.hardware.egl}
17 setprop ro.hardware.gralloc ${ro.boot.hardware.gralloc}
18 setprop ro.hardware.hwcomposer ${ro.boot.hardware.hwcomposer}
19 setprop ro.hardware.vulkan ${ro.boot.hardware.vulkan}
96 on boot
113 trigger sys-boot-completed-set
116 # We want one opportunity per boot to enable zram, so we
118 # persist.sys.zram_enabled becomes true after boot,
120 on sys-boot-completed-set && property:persist.sys.zram_enabled=1
[all …]
/device/google/cuttlefish/tools/
Dcreate_base_image_arm.sh76 mmma external/u-boot
128 cd ${ANDROID_BUILD_TOP}/external/u-boot
144 …ipt=if test -e mmc ${devnum}:${distro_bootpart} /boot/boot.scr; then echo Found U-Boot script /boo…
145 run_scr=load mmc ${devnum}:${distro_bootpart} ${scriptaddr} /boot/boot.scr; source ${scriptaddr}
157 make ARCH=arm CROSS_COMPILE=aarch64-linux-gnu- u-boot.itb
161 ${ANDROID_HOST_OUT}/bin/mkimage -n rk3399 -T rksd -d tpl/u-boot-tpl.bin ${idbloader}
162 cat spl/u-boot-spl.bin >> ${idbloader}
184 cat > ${mntdir}/boot/boot.cmd << "EOF"
279 load mmc ${devnum}:${distro_bootpart} 0x02080000 /boot/Image
280 load mmc ${devnum}:${distro_bootpart} 0x04000000 /boot/uInitrd
[all …]
/device/google/taimen/
Dinit-taimen.rc2 # boot time fs tune
17 # end boot time fs tune
27 on boot
31 on init && property:ro.boot.revision=*
32 setprop ro.boot.hardware.revision ${ro.boot.revision}
34 on property:init.svc.vendor.fps_hal=running && property:ro.boot.revision=rev_0
41 on property:ro.boot.hardware.display=2-1
50 on late-init && property:ro.boot.revision=rev_a
53 on late-init && property:ro.boot.revision=rev_b
66 # Set the dark boot flag on dark mode (UiModeManager.MODE_NIGHT_YES == 2).
/device/amlogic/yukawa/sei610/
DREADME20 $ lz4c -f arch/arm64/boot/Image arch/arm64/boot/Image.lz4
21 $ cp arch/arm64/boot/Image.lz4 $ANDROID_BUILD_TOP/device/amlogic/yukawa-kernel
22 $ cp arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dtb $ANDROID_BUILD_TOP/device/amlogic/yukawa-ker…
23 $ cp arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dtb $ANDROID_BUILD_TOP/device/amlogic/yukawa-kern…
24 $ cp arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dtb $ANDROID_BUILD_TOP/device/amlogic/yukaw…
26 $ cd <Path-to-AOSP>; rm out/target/product/yukawa/boot.img out/target/product/yukawa/kernel
29 $ fastboot flash boot out/target/product/yukawa/boot.img
/device/google/crosshatch/blueline/
Dinit.blueline.rc17 import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
19 on late-init && property:ro.boot.hardware.revision=DEV1.0
24 on late-init && property:ro.boot.hardware.revision=DEV2.0
29 on late-init && property:ro.boot.hardware.revision=PROTO1.0
34 on late-init && property:ro.boot.hardware.revision=PROTO1.1
39 on late-init && property:ro.boot.hardware.revision=EVT1.0
44 on late-init && property:ro.boot.hardware.revision=EVT1.1
49 on late-init && property:ro.boot.hardware.revision=EVT2.0
/device/google/crosshatch/crosshatch/
Dinit.crosshatch.rc17 import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
19 on late-init && property:ro.boot.hardware.revision=DEV1.0
24 on late-init && property:ro.boot.hardware.revision=PROTO1.0
29 on late-init && property:ro.boot.hardware.revision=PROTO1.1
34 on late-init && property:ro.boot.hardware.revision=PROTO1.2
39 on late-init && property:ro.boot.hardware.revision=EVT1.0
/device/linaro/hikey/hikey960/
DREADME22 $ fastboot flash boot out/target/product/hikey960/boot.img
37 * Update the kernel in the boot image
38 Copy hi3660-hikey960.dtb (arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dtb)
40 Copy the Image file (arch/arm64/boot/Image.gz) to the hikey-kernel
/device/google/wahoo/lisa/
Dupdate-script.sh12 …cp $LOCAL_KERNEL_HOME/arch/arm64/boot/Image.lz4-dtb arch/arm64/boot/dtbo.img `find . -name '*.ko'`…
64 fastboot flash boot
/device/linaro/poplar/bluetooth/
Dbt.rc2 on boot
3 setprop ro.boot.btmacaddr 11:22:33:44:55:66
/device/google/coral/
Dinit.insmod.coral.cfg14 enable|/sys/kernel/boot_adsp/boot
15 enable|/sys/kernel/boot_cdsp/boot
16 enable|/sys/kernel/boot_slpi/boot
Dinit.insmod.flame.cfg14 enable|/sys/kernel/boot_adsp/boot
15 enable|/sys/kernel/boot_cdsp/boot
16 enable|/sys/kernel/boot_slpi/boot
/device/ti/beagle_x15/
Ddevice.mk43 LOCAL_KERNEL := $(KERNELDIR)/arch/arm/boot/zImage
46 ifneq ($(wildcard $(KERNELDIR)/arch/arm/boot/dts/ti/.*),)
47 DTB_DIR := $(KERNELDIR)/arch/arm/boot/dts/ti
49 DTB_DIR := $(KERNELDIR)/arch/arm/boot/dts
51 DTBO_DIR := $(KERNELDIR)/arch/arm/boot/dts/ti
74 android.hardware.boot@1.0-impl:64 \
75 android.hardware.boot@1.0-service \
DBoardConfig.mk85 device/ti/beagle_x15/bootloader/u-boot.img:$(TARGET_OUT)/u-boot.img \
118 boot \
/device/google/wahoo/
Dinit.recovery.hardware.rc2 wait /dev/block/platform/soc/${ro.boot.bootdevice}
3 symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice
Dinit.qcom.devstart.sh3 echo 1 > /sys/kernel/boot_adsp/boot
4 echo 1 > /sys/kernel/boot_slpi/boot
/device/google/crosshatch/
Dinit.qcom.devstart.sh6 echo 1 > /sys/kernel/boot_slpi/boot
8 log SLPI boot started.
/device/linaro/dragonboard/installer/db845c/
DREADME10 The easiest way to boot into fastboot mode is to run something
20 * To manually boot the board into fastboot mode, press DOWN arrow
28 button. The board should then boot to fastboot mode. Be sure to
49 and super.img), and will also generate and flash boot.img if kernel
67 First boot into recovery mode. After removing the power cable
83 or may boot to a previously installed kernel. At that point
Dflash-all-aosp.sh40 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
/device/google/crosshatch-sepolicy/vendor/google/
Dvendor_init.te5 # ro.boot.hardware.radio.subtype at boot
/device/google/bonito-sepolicy/vendor/google/
Dvendor_init.te2 # ro.boot.hardware.radio.subtype at boot

123456