Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 13, 2017
  3. Apr 05, 2017
  4. Mar 16, 2017
  5. Jan 28, 2017
  6. Jan 24, 2017
  7. Jan 21, 2017
  8. Jan 11, 2017
  9. Dec 29, 2016
  10. Oct 30, 2016
  11. Oct 23, 2016
  12. Oct 12, 2016
  13. Sep 09, 2016
  14. Jul 31, 2016
  15. Jul 26, 2016
    • Xu Ziyuan's avatar
      rockchip: add basic support for evb-rk3288 board · 744368d6
      Xu Ziyuan authored
      
      evb-3288 board RK3288-based development board with 2 USB ports, HDMI,
      VGA, micro-SD card, audio, WiFi and Gigabit Ethernet. It also includes
      on-board 8G eMMC and 2GB of SDRAM. Expansion connector provide access to
      display pins, I2C, SPI, UART and GPIOs. This add some basic files
      required to allow the board to output serial messaged and can run
      command(mmc info etc).
      
      evb-rk3288 also supports booting from eMMC or SD card, the default is eMMC.
      
      Signed-off-by: default avatarZiyuan Xu <xzy.xu@rock-chips.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      744368d6
  16. Jun 17, 2016
  17. Jun 09, 2016
  18. May 27, 2016
    • Stephen Warren's avatar
      Rename reset to sysreset · 11636258
      Stephen Warren authored
      
      The current reset API implements a method to reset the entire system.
      In the near future, I'd like to introduce code that implements the device
      tree reset bindings; i.e. the equivalent of the Linux kernel's reset API.
      This controls resets to individual HW blocks or external chips with reset
      signals. It doesn't make sense to merge the two APIs into one since they
      have different semantic purposes. Resolve the naming conflict by renaming
      the existing reset API to sysreset instead, so the new reset API can be
      called just reset.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      11636258
  19. Apr 25, 2016
  20. Mar 22, 2016
  21. Mar 14, 2016
    • Simon Glass's avatar
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass authored
      
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      73223f0e
    • Simon Glass's avatar
      Correct defconfig ordering · 4edb9458
      Simon Glass authored
      
      Various boards have the wrong Kconfig ordering now. To avoid a misleading
      
      diff in the next patch, reorder the configuration correctly.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      4edb9458
  22. Feb 06, 2016
  23. Jan 26, 2016
  24. Jan 22, 2016
  25. Dec 14, 2015
  26. Dec 01, 2015
Loading