Changes between Version 6 and Version 7 of secure_boot
- Timestamp:
- 04/08/2021 05:55:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
secure_boot
v6 v7 18 18 The initial boot code and how the various SoC manages secure boot varies per processor: 19 19 - Venice: IMX8M HABv4: initial boot code is U-Boot SPL 20 - Newport: CN803x Trusted Boot; initial boot code is Marvell BDK 20 - Newport: CN803x Trusted Boot; initial boot code is Marvell BDK; see [wiki:newport/secure_boot] 21 21 - Ventana: IMX6 HABv4; initial boot code is U-Boot SPL 22 22 … … 348 348 chmod +x output/target/init 349 349 }}} 350 * this is intended for use with a buildroot based rootfs where /sbin/init is busybox and we place our own script in /init (which the kernel will look for before /sbin/init) to be used as an intermediate init 350 351 1. Create a FIT image (see above) containing your kernel fdt and initramfs and boot it with boom or built it as a kernel+ramdisk