Skip to content
Snippets Groups Projects
  1. Jun 12, 2017
    • Heiko Schocher's avatar
      powerpc, 8xx: remove support for 8xx · 5b8e76c3
      Heiko Schocher authored
      
      There was for long time no activity in the 8xx area.
      We need to go further and convert to Kconfig, but it
      turned out, nobody is interested anymore in 8xx,
      so remove it (with a heavy heart, knowing that I remove
      here the root of U-Boot).
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      5b8e76c3
  2. Jun 09, 2017
  3. Jun 03, 2017
  4. May 31, 2017
  5. May 22, 2017
  6. May 15, 2017
  7. May 12, 2017
  8. May 10, 2017
    • Alex Deymo's avatar
      Allow boards to initialize the DT at runtime. · 82f766d1
      Alex Deymo authored
      
      In some boards like the Raspberry Pi the initial bootloader will pass
      a DT to the kernel. When using U-Boot as such kernel, the board code in
      U-Boot should be able to provide U-Boot with this, already assembled
      device tree blob.
      
      This patch introduces a new config option CONFIG_OF_BOARD to use instead
      of CONFIG_OF_EMBED or CONFIG_OF_SEPARATE which will initialize the DT
      from a board-specific funtion instead of bundling one with U-Boot or as
      a separated file. This allows boards like the Raspberry Pi to reuse the
      device tree passed from the bootcode.bin and start.elf firmware
      files, including the run-time selected device tree overlays.
      
      Signed-off-by: default avatarAlex Deymo <deymo@google.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      82f766d1
  9. May 08, 2017
Loading