devicetree-org / dt-schema

Devicetree schema tools
http://www.devicetree.org
BSD 2-Clause "Simplified" License
67 stars 67 forks source link

dt-bindings: u-boot: Add variables for bootscript location #105

Closed michalsimek closed 1 year ago

michalsimek commented 1 year ago

Add bootscr-address and offset-from-ram-start properties to help in easier picking of boot script file when automated flows are used.

The bootscr-address holds the full 64 bit address of the bootscript file.

The bootscr-offset-from-ram-start holds the offset address of the bootscript file from the start of the ram base in systems with RAM detection.

michalsimek commented 1 year ago

Failures are in installing dependencies phase. Based on discussion with @sjg20 I have renamed offset property to bootscr-ram-offset. Fixed property type and ensure that only one property is valid at a time with updating example.

michalsimek commented 1 year ago

@robherring: Can you please merge it?

robherring commented 1 year ago

The property names in the commit msg don't match the actual name.

michalsimek commented 1 year ago

@robherring commit message updated.