1. 08 2月, 2020 1 次提交
  2. 07 2月, 2020 4 次提交
  3. 05 2月, 2020 8 次提交
    • T
      Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq · f5cc89a8
      Tom Rini 提交于
      - Bug fixes on ls1012a, ls1021a, ls1028ardb platforms Integrate fspi for
        ls1028a, add DM-I2C support, update secure boot header offset
      f5cc89a8
    • T
      Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi · c95215a6
      Tom Rini 提交于
      - DFU support file operations lager then the default max size
      - add dfu support to dwc2 for bcm2835
      - enable DFU for RPi4
      - Fix RPi4 memory map to include the genet device
      - add driver for the genet ethernet device
      - enable network support in RPi4 config
      c95215a6
    • H
      test: efi_selftest: fix pylint warnings · 491e87a7
      Heinrich Schuchardt 提交于
      Fix pylint warnings:
      
      * add missing module and function documentation
      * correct indentation
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      491e87a7
    • H
      test: test_efi_fit: fix pylint warnings · df10a2ca
      Heinrich Schuchardt 提交于
      Fix warnings issued by pylint:
      
      * naming of variables
      * usage of commas and semicolons
      * indentation
      * placement of module description
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      df10a2ca
    • M
      ddr: altera: Add DDR2 support to Gen5 driver · 9a5a90ad
      Marek Vasut 提交于
      Add DDR2 support to Gen5 DRAM driver. As the DDR2 macro names generated
      by Quartus are named differently than the DDR3 ones, use anon unions to
      store them in the same structures, without growing their size.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Ley Foon Tan <ley.foon.tan@intel.com>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      9a5a90ad
    • M
      watchdog: designware: Optionally fetch clock and reset from DT · cf89ef8d
      Marek Vasut 提交于
      Add optional support for fetching watchdog clock rate from DT
      and ungating reset via reset framework. This is optional as not
      all platforms using DW WDT support the clock and reset frameworks
      yet.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dalon Westergreen <dwesterg@gmail.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Ley Foon Tan <ley.foon.tan@intel.com>
      Cc: Philipp Tomisch <philipp.tomisch@theobroma-systems.com>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc
      cf89ef8d
    • M
      watchdog: designware: Convert to DM and DT probing · cf8c8367
      Marek Vasut 提交于
      Convert the designware watchdog timer driver to DM and add DT probing
      support. Perform minor coding style clean up, like drop superfluous
      braces. These ought to be no functional change.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dalon Westergreen <dwesterg@gmail.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Ley Foon Tan <ley.foon.tan@intel.com>
      Cc: Philipp Tomisch <philipp.tomisch@theobroma-systems.com>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc
      cf8c8367
    • T
      Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 · d4827fcd
      Tom Rini 提交于
      - Various minor fixes for x86
      - Switch to ACPI mode on Intel edison
      - Support run-time configuration for NS16550 driver
      - Update coreboot and slimbootloader serial drivers to use NS16550
      run-time configuration
      - ICH SPI driver fixes to hardware sequencing erase case
      - Move ITSS from Apollo Lake to a more generic location
      - Intel GPIO driver bug fixes
      - Move to vs2017-win2016 platform build host for Azure pipelines
      d4827fcd
  4. 04 2月, 2020 27 次提交