1. 05 9月, 2021 6 次提交
  2. 04 9月, 2021 3 次提交
  3. 09 8月, 2021 1 次提交
    • Y
      ddr: Add DDR driver for iMX8ULP · 7a6577fe
      Ye Li 提交于
      Add iMX8ULP DDR initialization driver which loads the DDR timing
      parameters and executes the training procedure.
      
      When enabling IMX8ULP_DRAM_PHY_PLL_BYPASS, using PHY PLL bypass mode
      to do DDR init
      Signed-off-by: NYe Li <ye.li@nxp.com>
      7a6577fe
  4. 29 7月, 2021 11 次提交
  5. 23 7月, 2021 1 次提交
  6. 15 7月, 2021 1 次提交
  7. 27 3月, 2021 1 次提交
  8. 28 1月, 2021 1 次提交
  9. 06 11月, 2020 1 次提交
    • S
      board: Rename uclass to sysinfo · 3a8ee3df
      Simon Glass 提交于
      This uclass is intended to provide a way to obtain information about a
      U-Boot board. But the concept of a U-Boot 'board' is the whole system,
      not just one circuit board, meaning that 'board' is something of a
      misnomer for this uclass.
      
      In addition, the name 'board' is a bit overused in U-Boot and we want to
      use the same uclass to provide SMBIOS information.
      
      The obvious name is 'system' but that is so vague as to be meaningless.
      Use 'sysinfo' instead, since this uclass is aimed at providing information
      on the system.
      
      Rename everything accordingly.
      
      Note: Due to the patch delta caused by the symbol renames, this patch
      shows some renamed files as being deleted in one place and created in
      another.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NBin Meng <bmeng.cn@gmail.com>
      3a8ee3df
  10. 28 10月, 2020 1 次提交
  11. 23 9月, 2020 1 次提交
  12. 15 8月, 2020 1 次提交
  13. 29 7月, 2020 1 次提交
  14. 11 7月, 2020 1 次提交
  15. 29 5月, 2020 1 次提交
  16. 03 3月, 2020 1 次提交
  17. 16 1月, 2020 1 次提交
  18. 08 1月, 2020 2 次提交
  19. 07 1月, 2020 1 次提交
  20. 15 12月, 2019 1 次提交
  21. 10 12月, 2019 1 次提交
  22. 05 12月, 2019 1 次提交
    • M
      mtd: Makefile: deep cleanup · fb438449
      Miquel Raynal 提交于
      Move MTD-related lines out of the root Makefile. Put them in their
      respective directories. Enclose some of these new lines to skip them
      when building the SPL. MTD core files and some MTD device drivers are
      compiled in a mtd.o object and included in the final object only if
      MTD support is required (there are two different symbols for that, one
      for U-Boot and one for the SPL).
      
      Now that all defconfigs have been fixed, we can stop the logic where
      enabling a command selects the core files to compile. This logic is
      broken since selecting a symbol with a 'depends on' will not enforce
      this secondary dependency.
      Signed-off-by: NMiquel Raynal <miquel.raynal@bootlin.com>
      fb438449