1. 20 10月, 2018 9 次提交
  2. 19 10月, 2018 12 次提交
  3. 17 10月, 2018 4 次提交
    • T
      Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot · e3beca3a
      Tom Rini 提交于
      Patch queue for efi - 2018-10-17
      
      A few bug fixes for the 2018.11 release:
      
        - Fix block seeking on 32bit
        - Fix execution with DEBUG set
        - Fix a few Coverity found bugs
        - Fix warnings
      
      Heinrich Schuchardt (13):
            efi_loader: fix relocation on x86_64
            efi_loader: correct signature of GetPosition, SetPosition
            efi_loader: execute efi_save_gd() first
            efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
            efi_loader: error handling in read_console()
            efi_loader: return type efi_console_register()
            efi_loader: superfluous statement in is_dir()
            efi_loader: memory leak in efi_set_variable()
            efi_loader: remove lcd.h from efi_net.c
            arm: do not include efi_loader.h twice
            efi_loader: fix typo in efi_boottime.c
            efi_selftest: creating new handle in controller test
            efi_loader: efi_dp_get_next_instance() superfluous statement
      
      Tom Rini (2):
            efi_loader: Fix warning in efi_load_image()
            fs: fat: Fix warning in normalize_longname()
      e3beca3a
    • H
      efi_loader: efi_dp_get_next_instance() superfluous statement · d081f27f
      Heinrich Schuchardt 提交于
      Remove a superfluous statement in efi_dp_get_next_instance().
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      d081f27f
    • H
      efi_selftest: creating new handle in controller test · b50f0752
      Heinrich Schuchardt 提交于
      When the last protocol interface is uninstalled the handle is deleted but
      this does not set the value of the handle to NULL.
      
      To create a new handle with OpenProtocolInterface the value of the handle
      must be NULL.
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      b50f0752
    • T
      Merge git://git.denx.de/u-boot-microblaze · d0423c44
      Tom Rini 提交于
      Xilinx changes for v2018.11-rc2-v2
      
      FPGA:
      - Fix SPL fpga loading from FIT
      
      ARM64:
      - Fix gic accesses in EL2/EL1
      
      Xilinx:
      - Add dlc20 board support
      - Add Versal board support
      - Sync defconfigs
      - Enable MP via Kconfig
      - Add missing efuse node
      - Enable CDC for zcu100
      
      cmd:
      - Fix kgdb Kconfig dependency
      d0423c44
  4. 16 10月, 2018 15 次提交