public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-12-16 16:24:40 to 2019-12-18 15:50:35 UTC [more...]

[PATCH v3 0/5] Add support for booting EFI FIT images
 2019-12-18 15:50 UTC  (15+ messages)
` [PATCH v3 1/5] image: Add IH_OS_EFI for EFI chain-load boot
` [PATCH v3 2/5] bootm: Add a bootm command for type IH_OS_EFI
` [PATCH v3 3/5] doc: Add sample uefi.its image description file
` [PATCH v3 4/5] doc: uefi.rst: Document launching UEFI binaries from FIT images
` [PATCH v3 5/5] test/py: Create a test for "

[PATCH] net: dwc_eth_qos: Pass -1 to phy_connect() to scan for all PHYs
 2019-12-18 15:29 UTC  (4+ messages)

[U-Boot] [PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
 2019-12-18 15:11 UTC  (5+ messages)

[PATCH 1/1] sunxi: remove __packed from struct sunxi_prcm_reg
 2019-12-18 14:49 UTC  (2+ messages)

[PATCH v4 1/3] spi: nxp_fspi: new driver for the FlexSPI controller
 2019-12-18 14:47 UTC  (4+ messages)
` [PATCH v4 2/3] arm: ls1028a: use the new flexspi driver
` [PATCH v4 3/3] arm: dts: ls1028a: fix interrupt properties

[PATCH] ARM: stm32: Permit multiple board targets
 2019-12-18 14:14 UTC  (5+ messages)

[PATCH] ARM: stm32: Fill in missing loadaddr
 2019-12-18 14:08 UTC  (3+ messages)

[PULL] Pull request: u-boot-stm32 u-boot-stm32-20191218
 2019-12-18 13:26 UTC  (2+ messages)

OMAP L138 LCDK - giving up maintainership
 2019-12-18 12:56 UTC  (3+ messages)

[PATCH] ARM: stm32: Allow overriding setup_mac_address()
 2019-12-18 12:31 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c next
 2019-12-18 12:19 UTC  (2+ messages)

[PATCH 0/3] Ethernet support for Raspberry Pi 4
 2019-12-18 11:59 UTC  (4+ messages)
` [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller
` [PATCH 2/3] rpi4: Update memory map to accommodate scb devices
` [PATCH 3/3] rpi4: Enable GENET Ethernet controller

[PATCH] usb: dwc3: Fix UTMI/UTMIW phy interface initialization
 2019-12-18 11:06 UTC  (3+ messages)

[PATCH 1/2] stm32mp1: remove the imply BOOTSTAGE
 2019-12-18 10:57 UTC  (4+ messages)
` [PATCH 2/2] stm32mp1: configs: Resync with savedefconfig

[PATCH] board: xilinx: Add support for user configurable boot script offset
 2019-12-18 10:54 UTC 

[U-Boot] [PATCH] stm32mp1: imply CMD_CLS
 2019-12-18 10:49 UTC  (2+ messages)
`  "

[ANN] U-Boot v2020.01-rc5 released
 2019-12-18 10:48 UTC  (5+ messages)

[PATCH 1/1] test/py: use valid device tree in test_fit.py
 2019-12-18 10:05 UTC 

[U-Boot] [PATCH v3] board_f.c: Insure gd->new_bootstage alignment
 2019-12-18  9:10 UTC  (6+ messages)
`  "

[PATCH] stm32mp1: configs: Make all boot devices in distro boot conditional
 2019-12-18  6:58 UTC 

[PATCH 2/2] doc: intel: Update serial driver changes in slimbootloader.rst
 2019-12-18  5:56 UTC 

[PATCH 1/2] x86: serial: Use NS16550_DYNAMIC in Slim Bootloader
 2019-12-18  5:56 UTC 

[PATCH 0/2] x86: serial: Use NS16550_DYNAMIC in Slim Bootloader
 2019-12-18  5:56 UTC 

[Patch v2 0/7] Transition of fsl qspi driver to spi-mem framework
 2019-12-18  5:49 UTC  (7+ messages)
` [Patch v2 1/7] spi: Transform the FSL QuadSPI driver to use the SPI MEM API
` [Patch v2 2/7] treewide: Remove unused FSL QSPI config options

[PATCH v1] T1024RDB: USB: Add a 10808 us delay in usb_scan_port
 2019-12-18  4:50 UTC  (5+ messages)
    ` [EXT] "

[U-Boot] [PATCH] net/phy: Fix phy_connect() for phy addr 0
 2019-12-18  4:48 UTC  (14+ messages)

[PATCH] Add dependencies for MALLOC_F and OF_LIBFDT
 2019-12-18  2:40 UTC 

[PATCH] riscv: Fix breakage caused by linker relaxation
 2019-12-18  2:35 UTC 

[PATCH] riscv: Add option to print registers on exception
 2019-12-18  2:32 UTC 

[PATCH] Include missing headers for asm-generic/sections.h
 2019-12-18  2:22 UTC 

[PATCH] Include missing headers for fdt_support.h
 2019-12-18  2:21 UTC 

[PATCH] Make the sandbox board_run_command the default
 2019-12-18  2:17 UTC 

[PATCH v4 00/16] efi_loader: add secure boot support
 2019-12-18  0:45 UTC  (17+ messages)
` [PATCH v4 01/16] include: pe.h: add signature-related definitions
` [PATCH v4 02/16] efi_loader: add CONFIG_EFI_SECURE_BOOT config option
` [PATCH v4 03/16] efi_loader: add signature verification functions
` [PATCH v4 04/16] efi_loader: add signature database parser
` [PATCH v4 05/16] efi_loader: variable: support variable authentication
` [PATCH v4 06/16] efi_loader: variable: add secure boot state transition
` [PATCH v4 07/16] efi_loader: variable: add VendorKeys variable
` [PATCH v4 08/16] efi_loader: image_loader: support image authentication
` [PATCH v4 09/16] efi_loader: set up secure boot
` [PATCH v4 10/16] cmd: env: use appropriate guid for authenticated UEFI variable
` [PATCH v4 11/16] cmd: env: add "-at" option to "env set -e" command
` [PATCH v4 12/16] efi_loader, pytest: set up secure boot environment
` [PATCH v4 13/16] efi_loader, pytest: add UEFI secure boot tests (authenticated variables)
` [PATCH v4 14/16] efi_loader, pytest: add UEFI secure boot tests (image)
` [PATCH v4 15/16] sandbox: add extra configurations for UEFI and related tests
` [PATCH v4 16/16] travis: add packages for UEFI secure boot test

[U-Boot] [PATCH v2 1/2] nitrogen6x: prepare for CONFIG_MX6QDL
 2019-12-17 23:16 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'
  `  "

[PATCH 1/1] usb: avoid -Werror=address-of-packed-member
 2019-12-17 19:52 UTC  (8+ messages)

Query: Error: Unable to find signature node in Verified boot
 2019-12-17 19:47 UTC  (2+ messages)

[PATCH] cmd_ut: add a parameter prefix to the function cmd_ut_category
 2019-12-17 19:18 UTC  (2+ messages)

[PATCH 00/20] Add i.MXRT family support
 2019-12-17 18:37 UTC  (6+ messages)
` [PATCH 14/20] serial_lpuart: add clock enable if CONFIG_CLK is defined

Sunxi (pine64-lts) SPL load BL32
 2019-12-17 16:24 UTC 

i.MX8QXP MEK does not boot with latest U-Boot
 2019-12-17 15:46 UTC 

[PATCH] arm64: zynqmp: Move PANIC to Kconfig
 2019-12-17 15:14 UTC 

xilinx_zynqmp.h: erroneous(?) "#define CONFIG_PANIC_HANG"
 2019-12-17 14:52 UTC  (2+ messages)

[PATCH] travis: Setup latest qemu version for Versal
 2019-12-17 14:41 UTC 

[PATCH] arm64: zynqmp: Fix emmc boot mode boot_target sequennce
 2019-12-17 13:47 UTC 

Please pull u-boot-x86/next to next branch
 2019-12-17 13:24 UTC  (3+ messages)

[PATCH v5] mx7ulp: Add support for Embedded Artists COM board
 2019-12-17 13:18 UTC  (2+ messages)

[U-Boot] [PATCH 00/17] Add i.MX8MN support
 2019-12-17 12:48 UTC  (3+ messages)
` [U-Boot] [PATCH 17/17] imx: add i.MX8MN DDR4 board support
  `  "

[PATCH v1] mailmap: Update mail address for Igor Opaniuk
 2019-12-17 12:48 UTC 

[PATCH v1] Revert "core: device: use dev_power_domain_on"
 2019-12-17 12:14 UTC 

[U-Boot] [PATCH 0/2] misc: i2c_eeprom: add paritioning and size query
 2019-12-17 12:00 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] misc: i2c_eeprom: add fixed partitions support
  ` [U-Boot] [PATCH 2/2] misc: i2c_eeprom: add size query
    ` [U-Boot][PATCH "
  ` [U-Boot][PATCH 1/2] misc: i2c_eeprom: add fixed partitions support

[U-Boot] [PATCH 0/3] i2c: add support for offset overflow in to chip address
 2019-12-17 11:59 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] i2c: add support for offset overflow in to address
  ` [U-Boot] [PATCH 2/3] dm: i2c: EEPROM simulator allow tests visibility of addr and offset
    ` [U-Boot] [PATCH 3/3] dm: i2c: EEPROM simulator add tests for addr offset mask
      ` [U-Boot][PATCH "
    ` [U-Boot][PATCH 2/3] dm: i2c: EEPROM simulator allow tests visibility of addr and offset
  ` [U-Boot][PATCH 1/3] i2c: add support for offset overflow in to address

[PATCH v4 0/8] Add a random number generator uclass
 2019-12-17 11:52 UTC  (9+ messages)
` [PATCH v4 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v4 2/8] clk: stm32mp1: Add a clock entry for RNG1 device
` [PATCH v4 3/8] stm32mp1: rng: Add a driver for random number generator(rng) device
` [PATCH v4 4/8] configs: stm32mp15: Enable "
` [PATCH v4 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v4 6/8] configs: sandbox: Enable random number generator(rng) device
` [PATCH v4 7/8] test: rng: Add basic test for random number generator(rng) uclass
` [PATCH v4 8/8] virtio: rng: Add a random number generator(rng) driver

[U-Boot] [PATCH V3 2/2] core: device: use dev_power_domain_on
 2019-12-17 11:23 UTC  (14+ messages)

[PATCH v3 0/6] Introduce DSA Ethernet switch class and Felix driver
 2019-12-17 10:47 UTC  (14+ messages)
` [PATCH v3 1/6] net: introduce DSA class for Ethernet switches
` [PATCH v3 4/6] drivers: net: add Felix DSA switch driver

[PATCH] arm64: versal: Fix emmc boot mode boot_target issue
 2019-12-17 10:15 UTC 

[PATCH 0/2] pci: layerscape: Fix the BARs disable function in RC mode
 2019-12-17 10:10 UTC  (3+ messages)
` [PATCH 1/2] pci: layerscape: Fix the disabling of Expansion ROM BAR
` [PATCH 2/2] pci: layerscape: Fix the BARs disable function

[v3 1/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
 2019-12-17 10:04 UTC  (5+ messages)
` [v3 2/5] Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board."
` [v3 3/5] Revert "configs: enable sata device module in T2080QDS"
` [v3 4/5] arch: powerpc: Rewrite the sata node to fit the driver
` [v3 5/5] ata: fsl_sata: Update fsl sata header file

[PATCH 1/1] MAINTAINERS: assign usb.c and and usb_kbd.c
 2019-12-17  9:59 UTC  (2+ messages)

[U-Boot] [PATCH] ddr: fsl: Impl. Erratum A008109
 2019-12-17  9:35 UTC  (4+ messages)
  `  "

[U-Boot] [v2 1/5] Revert "ata: fsl_ahci: Add sata DM support for Freescale powerpc socs"
 2019-12-17  9:19 UTC  (3+ messages)
  `  "

[PATCH v5 0/6] rsa: extend rsa_verify() for UEFI secure boot
 2019-12-17  8:54 UTC  (7+ messages)
` [PATCH v5 1/6] lib: rsa: decouple rsa from FIT image verification
` [PATCH v5 2/6] rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config
` [PATCH v5 3/6] include: image.h: add key info to image_sign_info
` [PATCH v5 4/6] lib: rsa: generate additional parameters for public key
` [PATCH v5 5/6] lib: rsa: add rsa_verify_with_pkey()
` [PATCH v5 6/6] test: add rsa_verify() unit test

[BUG] POWER: undefined reference to `_restgpr_25_x'
 2019-12-17  7:47 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/2] spi: nxp_fspi: new driver for the FlexSPI controller
 2019-12-17  5:23 UTC  (5+ messages)

[PATCH] imx8mm_evk: Adjust the environment for booting a mainline kernel
 2019-12-17  1:14 UTC  (2+ messages)

[PATCH] include: fix 'ulong' definition on musl targets
 2019-12-16 23:36 UTC 

[U-Boot] [PATCH 0/6] J721e HS device support
 2019-12-16 20:50 UTC  (3+ messages)

i.MX8MM-EVK Boot failure
 2019-12-16 19:20 UTC  (6+ messages)

[PATCH v3 0/8] Add a random number generator uclass
 2019-12-16 19:01 UTC  (10+ messages)
` [PATCH v3 1/8] dm: rng: Add random number generator(rng) uclass
` [PATCH v3 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v3 7/8] test: rng: Add basic test for random number generator(rng) uclass

[PATCH v2 1/1] arch: arm: Program GIC LPI configuration table
 2019-12-16 17:09 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox