17 Apr, 2008

1 commit

  • This patch adds a new generic device tree processing function that retrieves
    virtual reg addresses from the device tree to the bootwrapper code. It also
    updates the bootwrapper code to use the new function.

    dt_get_virtual_reg() retrieves the virtual reg addresses from the
    "virtual-reg" property. If the property can't be found, it uses the "reg"
    property and walks the tree to translate it to absolute addresses.

    Signed-off-by: Laurent Pinchart
    Acked-by: Scott Wood
    Signed-off-by: Kumar Gala

    Laurent Pinchart
     

22 Sep, 2007

1 commit