Skip to content

Request to keep backwards compatible for DTB compatible string format change #80

@shoudil

Description

@shoudil

Example for Hamoa IoT EVK (chip version v2.1):

V0.2: => with current uefi, able to bootup with string ""qcom,hamoav2.1-evk".

          conf-19 {
		compatible = "qcom,hamoa-evk";
		fdt = "fdt-hamoa-iot-evk.dtb";
	};
	conf-20 {
		compatible = "qcom,hamoav2.1-evk";
		fdt = "fdt-hamoa-iot-evk.dtb";
	};

V0.3: => To bootup, boot team have to update uefi to match "qcom,hamoa-socv2.1-evk".

	conf-19 {
		compatible = "qcom,hamoa-evk";
		fdt = "fdt-hamoa-iot-evk.dtb";
	};
	conf-20 {
		compatible = "qcom,hamoa-socv2.1-evk";
		fdt = "fdt-hamoa-iot-evk.dtb";
	};

V0.5: => should boot team to update uefi once again to match "qcom,hamoa-evk" ?

	conf-13 {
		compatible = "qcom,hamoa-evk";
		fdt = "fdt-hamoa-iot-evk.dtb", "fdt-hamoa-iot-evk-camera-imx577.dtbo";
	};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions