1. 22 1月, 2022 3 次提交
  2. 13 1月, 2022 1 次提交
    • T
      LynxOS is no longer supported · 0797e736
      Thomas Huth 提交于
      LynxOS needed the do_bootm_lynxkdi() function that got removed in
      7e713067 ("Remove LYNX KDI remainders") - and that function needed
      a lynxkdi_boot() function, where the last implementation had been
      removed in 98f705c9 ("powerpc: remove 4xx support") already. Looks
      like this OS is definitely not supported anymore, so remove it from
      the corresponding lists.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Reviewed-by: NStefan Roese <sr@denx.de>
      0797e736
  3. 28 12月, 2021 1 次提交
  4. 27 12月, 2021 3 次提交
    • T
      Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig · 3847ba94
      Tom Rini 提交于
      Because of how these symbols work, and the remaining board config.h file
      uses, we need to do these at the same time.  In some cases we just get
      to move rather directly to the defconfigs.  A few cases require manual
      intervention.
      
      For the case of the eb_cpu5282 we need to select HW_WATCHDOG for the
      target, given how it's implemented.
      
      For the cases of m53menlo, dh_imx6, display5, and display5_factory we
      disable SPL watchdog support as the particular combination of options
      they want would require either more symbols or enabling SPL_DM.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      3847ba94
    • T
      Convert CONFIG_CONS_INDEX et al to Kconfig · f76750d1
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_CONS_INDEX
         CONFIG_DEBUG_UART_CLOCK
         CONFIG_FSL_TZPC_BP147
         CONFIG_GENERIC_ATMEL_MCI
         CONFIG_IDENT_STRING
         CONFIG_LIBATA
         CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE
         CONFIG_LPC32XX_GPIO
         CONFIG_MP
         CONFIG_MPC8XXX_GPIO
         CONFIG_MTD_PARTITIONS
         CONFIG_MVGBE
         CONFIG_MXC_GPIO
         CONFIG_NR_DRAM_BANKS
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_PREBOOT
         CONFIG_ROCKCHIP_SERIAL
         CONFIG_RTC_ENABLE_32KHZ_OUTPUT
         CONFIG_RTC_MV
         CONFIG_SCSI_AHCI
         CONFIG_SF_DEFAULT_BUS
         CONFIG_SF_DEFAULT_CS
         CONFIG_SF_DEFAULT_SPEED
         CONFIG_SOFT_SPI
         CONFIG_SPI_FLASH_EON
         CONFIG_SPI_FLASH_MACRONIX
         CONFIG_SPI_FLASH_MTD
         CONFIG_SPI_FLASH_SPANSION
         CONFIG_SPI_FLASH_SST
         CONFIG_SPI_FLASH_STMICRO
         CONFIG_SUPPORT_RAW_INITRD
         CONFIG_SYS_ARCH_TIMER
         CONFIG_SYS_BOARD
         CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
         CONFIG_SYS_DCACHE_OFF
         CONFIG_SYS_FDT_SAVE_ADDRESS
         CONFIG_SYS_FLASH_CFI
         CONFIG_SYS_FSL_ERRATUM_ESDHC135
         CONFIG_SYS_HAS_SERDES
         CONFIG_SYS_L2CACHE_OFF
         CONFIG_SYS_LITTLE_ENDIAN
         CONFIG_SYS_LOAD_ADDR
         CONFIG_SYS_MMCSD_FS_BOOT_PARTITION
         CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION
         CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
         CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
         CONFIG_SYS_NS16550
         CONFIG_SYS_PLLFIN
         CONFIG_SYS_SPI_U_BOOT_OFFS
         CONFIG_TIMER_SYS_TICK_CH
         CONFIG_USB_EHCI_FSL
         CONFIG_U_QE
         CONFIG_VERSION_VARIABLE
      Signed-off-by: NTom Rini <trini@konsulko.com>
      f76750d1
    • S
      video: Convert CONFIG_VIDEO_LOGO to Kconfig · 64cfeda8
      Simon Glass 提交于
      This converts the following to Kconfig:
         CONFIG_VIDEO_LOGO
      
      Note that this option depends on CONFIG_DM_VIDEO now, since cfb_console is
      deprecated. The only relevant code is now in splash.c
      
      Drop the check for DM_VIDEO in that file.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      64cfeda8
  5. 23 12月, 2021 1 次提交
    • S
      fdt: Add a Kconfig for boards with a prior stage · 275b4832
      Simon Glass 提交于
      When U-Boot is started from another firmware program, not just a prior
      phase of U-Boot, special behaviour is typically used. In particular, the
      device tree may come from that prior stage.
      
      At present this is sort-of indicated by OF_BOARD, although the
      correlation is not 1:1, since that option simply means that the board has
      a custom mechanism for obtaining the device tree. For example, sandbox
      defines OF_BOARD. Also the board_fdt_blob_setup() function can in fact
      make use of the devicetree in U-Boot if it wishes, as used by
      dragonboard410c until very recently.
      
      Add an explicit Kconfig for this situation. Update the OF_BOARD option to
      more-accurately reflect what it is doing, e.g. for sandbox.
      
      Drop the docs in the README as it is out of date.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      275b4832
  6. 18 12月, 2021 1 次提交
  7. 06 12月, 2021 2 次提交
  8. 01 12月, 2021 2 次提交
    • T
      Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig · c7fad78e
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_SYS_BR0_PRELIM
         CONFIG_SYS_OR1_PRELIM
         CONFIG_SYS_BR1_PRELIM
         CONFIG_SYS_OR2_PRELIM
         CONFIG_SYS_BR2_PRELIM
         CONFIG_SYS_OR2_PRELIM
         CONFIG_SYS_BR3_PRELIM
         CONFIG_SYS_OR3_PRELIM
         CONFIG_SYS_BR4_PRELIM
         CONFIG_SYS_OR4_PRELIM
         CONFIG_SYS_BR5_PRELIM
         CONFIG_SYS_OR5_PRELIM
         CONFIG_SYS_BR6_PRELIM
         CONFIG_SYS_OR6_PRELIM
         CONFIG_SYS_BR7_PRELIM
         CONFIG_SYS_OR7_PRELIM
      
      This also introduces CONFIG_SYS_BR0_PRELIM_BOOL as not all platforms
      that can set these values do so.  Add the relevant SYS_BRx_PRELIM_BOOL
      to platforms that had not been previously migrated.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c7fad78e
    • T
      Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig · 970bf860
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_USE_BOOTCOMMAND
         CONFIG_BOOTCOMMAND
         CONFIG_RAMBOOTCOMMAND
         CONFIG_NFSBOOTCOMMAND
      Signed-off-by: NTom Rini <trini@konsulko.com>
      970bf860
  9. 17 11月, 2021 1 次提交
  10. 13 11月, 2021 4 次提交
  11. 12 11月, 2021 1 次提交
    • S
      Create a new boot/ directory · 19a91f24
      Simon Glass 提交于
      Quite a lot of the code in common/relates to booting and images. Before
      adding more it seems like a good time to move the code into its own
      directory.
      
      Most files with 'boot' or 'image' in them are moved, except:
      
      - autoboot.c which relates to U-Boot automatically running a script
      - bootstage.c which relates to U-Boot timing
      
      Drop the removal of boot* files from the output directory, since this
      interfers with the symlinks created by tools and there does not appear
      to be any such file from my brief testing.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NArtem Lapkin <email2tema@gmail.com>
      Tested-by: NArtem Lapkin <email2tema@gmail.com>
      19a91f24
  12. 05 11月, 2021 2 次提交
  13. 06 10月, 2021 1 次提交
  14. 02 10月, 2021 1 次提交
  15. 30 9月, 2021 1 次提交
  16. 21 9月, 2021 1 次提交
  17. 14 9月, 2021 1 次提交
  18. 08 9月, 2021 1 次提交
    • T
      arm: Finish migration of CONFIG_MACH_TYPE · 5f588f83
      Tom Rini 提交于
      As this is only useful when booting with ATAGs, which are now largely
      disabled, remove this value for the remaining platforms.  We have a few
      places in the code that had been testing for MACH_TYPE as a sort of
      internal logic.  Update those to use different but still correct CONFIG
      symbols.
      
      Cc: Phil Sutter <phil@nwl.cc>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      5f588f83
  19. 01 9月, 2021 3 次提交
  20. 31 8月, 2021 9 次提交