20 May, 2012

1 commit

  • Numeric values in dts files can be specified in decimal and hex (the latter
    prefixed 0x). The current documentation is updated with this patch to prevent
    confusion about what is meant with values without "0x" (previously hex, now
    dec).

    Signed-off-by: Roland Stigge
    Acked-by: Rob Landley
    Signed-off-by: Grant Likely

    Roland Stigge
     

07 Mar, 2012

1 commit


23 May, 2011

1 commit


05 Apr, 2011

1 commit


24 Feb, 2011

1 commit

  • This patch adds minimal support for device tree on x86. The device
    tree blob is passed to the kernel via setup_data which requires at
    least boot protocol 2.09.

    Memory size, restricted memory regions, boot arguments are gathered
    the traditional way so things like cmd_line are just here to let the
    code compile.

    The current plan is use the device tree as an extension and to gather
    information which can not be enumerated and would have to be hardcoded
    otherwise. This includes things like
    - which devices are on this I2C/SPI bus?
    - how are the interrupts wired to IO APIC?
    - where could my hpet be?

    Signed-off-by: Sebastian Andrzej Siewior
    Signed-off-by: Dirk Brandewie
    Acked-by: Grant Likely
    Cc: sodaville@linutronix.de
    Cc: devicetree-discuss@lists.ozlabs.org
    LKML-Reference:
    Signed-off-by: Thomas Gleixner

    Sebastian Andrzej Siewior
     

14 Feb, 2011

1 commit


01 Feb, 2011

2 commits


31 Jan, 2011

1 commit