1. 05 6月, 2020 3 次提交
    • M
      serial: Add missing Kconfig dependencies for debug consoles · 4cc24aea
      Michal Simek 提交于
      Debug console is the part of serial driver in the same file. It means to be
      able to enable debug console you also need to enable driver itself.
      That's why add all dependecies and list only debug consoles which are
      enabled based on driver selection to avoid compilation error when user
      asks for certain debug console but driver is not enable for it.
      
      Error:
      aarch64-linux-gnu-ld.bfd: common/built-in.o: in function `putc':
      /home/monstr/data/disk/u-boot/common/console.c:513: undefined reference to `printch'
      aarch64-linux-gnu-ld.bfd: common/built-in.o: in function `puts':
      /home/monstr/data/disk/u-boot/common/console.c:563: undefined reference to `printch'
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      [trini: Fix ns16550 dependency, add ZYNQ_SERIAL, change S5P]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      4cc24aea
    • T
      serial: Convert ARM_DCC to Kconfig · c2a38411
      Tom Rini 提交于
      The symbol "CONFIG_ARM_DCC" is used to control building
      drivers/serial/arm_dcc.c.  Provide a simple Kconfig entry for this.
      
      Cc: Luca Ceresoli <luca@lucaceresoli.net>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Tom McLeod <tom.mcleod@opalkelly.com>
      Cc: Mike Looijmans <mike.looijmans@topic.nl>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NLuca Ceresoli <luca@lucaceresoli.net>
      c2a38411
    • T
      Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv · 07d90d8b
      Tom Rini 提交于
      - Fixes 7e249bc1: ("riscv: Move all SMP related SBI calls to
        SBI_v01") Move sbi_probe_extension() out of CONFIG_SBI_V01.
      - SiFive FU540 support SPL.
      07d90d8b
  2. 04 6月, 2020 24 次提交
  3. 03 6月, 2020 13 次提交