1. 12 4月, 2016 1 次提交
  2. 24 3月, 2016 1 次提交
  3. 15 3月, 2016 1 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      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: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
  4. 10 12月, 2015 1 次提交
  5. 22 11月, 2015 1 次提交
  6. 19 11月, 2015 1 次提交
  7. 21 10月, 2015 2 次提交
  8. 29 9月, 2015 1 次提交
    • H
      sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD · 46f166ca
      Hans de Goede 提交于
      The 7" Q8 tablet enclosure is used for a ton of slightly different cheap
      chinese tablets. There are some differences in which accelerometer /
      wifi is used, but other then that these are all the same from a u-boot /
      kernel pov.
      
      When we get to adding accelerometer support the plan is to add some kind
      of autodetection and mangle the dt accordingly (likely using the new quirks
      mechanism).
      
      For now this is a non issue as we do not yet have accelerometer
      support, and in the future, some sort of auto-detect is the way to go
      as we cannot expect users to exactly know what is inside their tablet.
      
      The dts[i] files this commit adds are identical to the ones submitted
      to the upstream kernel.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      46f166ca
  9. 22 8月, 2015 1 次提交
  10. 05 8月, 2015 1 次提交
  11. 25 7月, 2015 2 次提交
  12. 26 6月, 2015 2 次提交
  13. 06 6月, 2015 1 次提交
  14. 01 6月, 2015 2 次提交
  15. 13 5月, 2015 1 次提交
  16. 04 5月, 2015 3 次提交
  17. 15 4月, 2015 1 次提交
  18. 16 3月, 2015 1 次提交
  19. 10 3月, 2015 1 次提交
  20. 22 1月, 2015 2 次提交
    • H
      sunxi: Hookup OTG USB controller support · 1a800f7a
      Hans de Goede 提交于
      Hookup OTG USB controller support and enable the otg controller + USB-keyb
      on various tablets.
      
      This allows tablet owners to interact with u-boot without needing to solder
      a serial console onto their tablet PCB.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      1a800f7a
    • H
      sunxi: display: Make lcd display clk phase configurable · 6515032e
      Hans de Goede 提交于
      While running some tests with an Olinuxino-A13-Micro + a 7" Olimex LCD module
      I noticed that the screen flickered. This is caused by the lcd display clk
      phase reg value being set to 0, where it should be 1 in this setup.
      
      This commit adds a Kconfig option for the lcd display clk phase, so that we
      can set it per board. This defaults to 1, because looking at all the fex
      files in sunxi-boards, that is by far the most used value.
      
      This commit updated the Ippo and MSI Primo73 tablet defconfigs to override the
      default of 1 with 0, as that is the correct value for those tablets, this
      keeps the register settings the same as before this commit.
      
      The Olinuxino-A13 defconfigs are not updated, changing the register setting
      for these boards from 0 to 1, this is intentional.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      6515032e
  21. 14 1月, 2015 3 次提交
  22. 25 11月, 2014 2 次提交
  23. 05 11月, 2014 4 次提交
  24. 24 10月, 2014 1 次提交