[U-Boot] [PATCH v2] cmd/fdt: add possibilty to have 'extrasize' on fdt resize

Simon Glass sjg at chromium.org
Sun Oct 2 23:31:13 CEST 2016


On 22 September 2016 at 07:50, Simon Glass <sjg at chromium.org> wrote:
> On 20 September 2016 at 10:10, Hannes Schmelzer <oe5hpm at oevsv.at> wrote:
>>
>> From: Hannes Schmelzer <hannes.schmelzer at br-automation.com>
>>
>> Sometimes devicetree nodes and or properties are added out of the u-boot
>> console, maybe through some script or manual interaction.
>>
>> The devicetree as loaded or embedded is quite small, so the devicetree
>> has to be resized to take up those new nodes/properties.
>>
>> In original the devicetree was only extended by effective
>> 4 * add_mem_rsv.
>>
>> With this commit we can add an argument to the "fdt resize" command,
>> which takes the extrasize to be added.
>>
>> Signed-off-by: Hannes Schmelzer <hannes.schmelzer at br-automation.com>
>>
>> Signed-off-by: Hannes Schmelzer <oe5hpm at oevsv.at>
>> ---
>>
>> Changes in v2:
>> - add function comment in fdt_support.h
>>
>>  board/compulab/cm_fx6/cm_fx6.c |  2 +-
>>  cmd/fdt.c                      |  9 +++++++--
>>  common/fdt_support.c           |  3 ++-
>>  common/image-fdt.c             |  2 +-
>>  include/fdt_support.h          | 10 +++++++++-
>>  5 files changed, 20 insertions(+), 6 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-fdt, thanks!


More information about the U-Boot mailing list