Skip to content
Snippets Groups Projects
  1. Jun 19, 2014
  2. Jun 11, 2014
  3. Jun 05, 2014
  4. Aug 02, 2013
  5. Jul 24, 2013
  6. May 14, 2013
  7. May 01, 2013
    • Simon Glass's avatar
      sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file · f828bf25
      Simon Glass authored
      
      With sandbox it is tricky to add an FDT to the image at build time (or
      later) since we build an ELF file, not a plain binary, and the address
      space of the whole U-Boot is not accessible in the emulated memory map
      of sandbox.
      
      Sandbox can read files directly from the host, though, so add an option
      to read an FDT from a host file on start-up.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      f828bf25
  8. Apr 02, 2013
  9. Oct 26, 2011
    • Simon Glass's avatar
      fdt: ARM: Add fdtcontroladdr to set device tree address in environment · eea63e05
      Simon Glass authored
      
      This adds support for a new environment variable called 'fdtcontroladdr'. If
      defined, the hex address is used as the address of the control fdt for U-Boot.
      
      Note: I have not changed CONFIG_PRAM section as I already have an
      outstanding patch on that.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      eea63e05
    • Simon Glass's avatar
      fdt: Add support for embedded device tree (CONFIG_OF_EMBED) · bbb0b128
      Simon Glass authored
      
      This new option allows U-Boot to embed a binary device tree into its image
      to allow run-time control of peripherals. This device tree is for U-Boot's
      own use and is not necessarily the same one as is passed to the kernel.
      
      The device tree compiler output should be placed in the $(obj)
      rooted tree. Since $(OBJCOPY) insists on adding the path to the
      generated symbol names, to ensure consistency it should be
      invoked from the directory where the .dtb file is located and
      given the input file name without the path.
      
      This commit contains my entry for the ugliest Makefile / shell interaction
      competition.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      bbb0b128
Loading