17 Nov, 2017

1 commit


06 Nov, 2017

1 commit

  • U-Boot bundles a patched copy of libfdt, so it's wrong to attempt to
    include it . This breaks the build for me when I have dtc
    fully installed in my host -- as happened earlier tonight with
    Buildroot, for example.

    There are several other occurrences throughout the code where ' include style is being used -- IMHO wrongly.

    Signed-off-by: Jan Kundrát

    Jan Kundrát
     

03 Jun, 2017

2 commits


11 May, 2013

2 commits


08 Feb, 2013

1 commit


13 Sep, 2008

1 commit

  • Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
    and this stopped Linux from booting with a Ramdisk. This patch fixes
    this, by deleting the useless dummy mem reservation.

    When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
    added to of_size, so we dont need anymore a dummy mem reservation.

    I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
    system (=0x44 bytes) and rounded it up to 0x80).

    Signed-off-by: Heiko Schocher
    Acked-by: Kumar Gala

    Heiko Schocher
     

28 Mar, 2008

1 commit


27 Mar, 2008

1 commit


27 Nov, 2007

1 commit


22 Nov, 2007

1 commit


07 Apr, 2007

1 commit


04 Apr, 2007

1 commit


31 Mar, 2007

1 commit