Antwort: [PATCH v2 13/35] acpigen: Support writing a length

2020-05-19 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 13/35] acpigen: Support writing a length > > It is convenient to write a length value for preceding a block of data. > Of course the length is not known or is hard to calculate a priori. So add > a way to

[PATCH v2 13/35] acpigen: Support writing a length

2020-05-10 Thread Simon Glass
It is convenient to write a length value for preceding a block of data. Of course the length is not known or is hard to calculate a priori. So add a way to mark the start on a stack, so the length can be updated when known. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None