1. 13 8月, 2015 2 次提交
  2. 12 8月, 2015 4 次提交
  3. 10 8月, 2015 2 次提交
    • T
      Merge git://git.denx.de/u-boot-dm · e2c1c5ba
      Tom Rini 提交于
      e2c1c5ba
    • H
      dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port · 8c458588
      Hans de Goede 提交于
      Currently the serial code assumes that there is always at least one serial
      port (and panics / crashes due to null pointer dereferences when there is
      none).
      
      This makes it impossible to use u-boot on boards where there is no (debug)
      serial port, because e.g. all uart pins are muxed to another function.
      
      This commit adds a CONFIG_REQUIRE_SERIAL_CONSOLE Kconfig option, which
      defaults to y (preserving existing behavior), which can be set to n on
      such boards to make them work.
      
      This commit only implements this for CONFIG_DM_SERIAL=y configs, as allowing
      running without a serial port for CONFIG_DM_SERIAL=n configs is non trivial,
      and is not necessary at this moment.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      8c458588
  4. 09 8月, 2015 1 次提交
  5. 08 8月, 2015 31 次提交