public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-11-03 05:30:20 to 2021-11-04 09:48:43 UTC [more...]

[PATCH 00/14] Add support for MediaTek MT7621 SoC
 2021-11-04  9:48 UTC 

[PATCH v3 0/6] Improved sysreset/watchdog uclass integration
 2021-11-04  9:34 UTC  (14+ messages)
` [PATCH v3 1/6] sysreset: Add uclass Kconfig dependency to drivers
` [PATCH v3 2/6] sysreset: Mark driver probe functions as static
` [PATCH v3 3/6] sysreset: watchdog: Move watchdog reference to plat data
` [PATCH v3 4/6] watchdog: Automatically register device with sysreset
` [PATCH v3 5/6] sunxi: Avoid duplicate reset_cpu with SYSRESET enabled
` [PATCH v3 6/6] sunxi: Use sysreset framework for poweroff/reset

[PATCH 1/1] sysreset: watchdog: watchdog cannot power off
 2021-11-04  9:31 UTC 

[PATCH 0/6] Fix Atmel/Microchip TPMv1.2 issues
 2021-11-04  7:41 UTC  (13+ messages)
` [PATCH 1/6] cmd: tpm-v1: fix compile error in TPMv1 list resources command
` [PATCH 2/6] cmd: tpm-v1: fix load_key_by_sha1 compile errors
` [PATCH 3/6] drivers: tpm: atmel_twi: drop non-DM_I2C compatibility
` [PATCH 4/6] drivers: tpm: atmel_twi: do not use an offset byte
` [PATCH 5/6] drivers: tpm: atmel_twi: implement get_desc operation
` [PATCH 6/6] drivers: tpm: atmel_twi: fix printf specifier compile warning

[PATCH 1/2] exynos78x0: pinctrl: set const to structs
 2021-11-04  7:13 UTC 

[PATCH 2/2] exynos: mmu: use CONFIG_IS_ENABLED
 2021-11-04  7:13 UTC 

[PATCH] pci: Add standard PCIe ECAM macros
 2021-11-04  6:51 UTC  (2+ messages)

[PATCH v4 0/4] Enhance Measured Boot
 2021-11-04  4:51 UTC  (6+ messages)
` [PATCH v4 1/4] efi_loader: add SMBIOS table measurement

[PATCH 0/4] Improved sysreset/watchdog uclass integration
 2021-11-04  3:49 UTC  (4+ messages)
` [PATCH 4/4] watchdog: Automatically register device with sysreset

[PATCH v4 00/34] efi: Improvements to U-Boot running on top of UEFI
 2021-11-04  3:09 UTC  (31+ messages)
` [PATCH v4 01/34] efi: Add a script to build an image for testing on UEFI
` [PATCH v4 02/34] efi: Enable DM_ETH for the app
` [PATCH v4 03/34] efi: Drop the OF_EMBED warning for EFI
` [PATCH v4 04/34] x86: Create a 32/64-bit selection for the app
` [PATCH v4 05/34] efi: Create a 64-bit app
` [PATCH v4 06/34] x86: Don't duplicate global_ptr in 64-bit EFI app
` [PATCH v4 07/34] efi: Add a way to obtain boot services in the app
` [PATCH v4 08/34] efi: Add video support to "
` [PATCH v4 09/34] efi: Add EFI uclass for media
` [PATCH v4 10/34] efi: Add a media/block driver for EFI block devices
` [PATCH v4 11/34] efi: Locate all block devices in the app
` [PATCH v4 12/34] patman: Use a ValueError exception if tools.Run() fails
` [PATCH v4 13/34] binman: Report an error if test files fail to compile
` [PATCH v4 14/34] binman: Support reading the offset of an ELF-file symbol
` [PATCH v4 15/34] binman: Tidy up comments on _DoTestFile()
` [PATCH v4 16/34] binman: Support updating the dtb in an ELF file
` [PATCH v4 17/34] efi: serial: Support arrow keys
` [PATCH v4 18/34] bloblist: Support allocating the bloblist
` [PATCH v4 19/34] x86: Allow booting a kernel from the EFI app
` [PATCH v4 20/34] x86: Don't process the kernel command line unless enabled
` [PATCH v4 21/34] x86: efi: Add room for the binman definition in the dtb
` [PATCH v4 22/34] efi: Drop device_path from struct efi_priv
` [PATCH v4 23/34] efi: Add comments to "
` [PATCH v4 28/34] efi: Check for failure when initing the app
` [PATCH v4 29/34] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v4 30/34] efi: Show when allocated pages are used
` [PATCH v4 31/34] efi: Allow easy selection of serial-only operation
` [PATCH v4 32/34] efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v4 33/34] efi: Support the efi command in the app
` [PATCH v4 34/34] efi: Show the system-table revision

[PATCH] boot: don't enable booti/bootz by default if FIT_SIGNATURE is set
 2021-11-04  3:11 UTC  (3+ messages)
  `  "

[PATCH v5 00/11] efi_loader: capsule: improve capsule authentication support
 2021-11-04  2:59 UTC  (19+ messages)
` [PATCH v5 02/11] tools: mkeficapsule: add firmwware image signing
` [PATCH v5 04/11] doc: update UEFI document for usage of mkeficapsule
` [PATCH v5 05/11] test/py: efi_capsule: add image authentication test

[PATCH v6 00/12] efi_loader: capsule: improve capsule authentication support
 2021-11-04  2:49 UTC  (8+ messages)
` [PATCH v6 07/12] tools: mkeficapsule: allow for specifying GUID explicitly
` [PATCH v6 12/12] (RFC) efi_loader, dts: add public keys for capsules to device tree

[PATCH v2 00/41] Initial implementation of standard boot
 2021-11-04  2:49 UTC  (8+ messages)
` [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build

[PATCH 1/1] board: ae350: Support autoboot from RAM
 2021-11-04  2:39 UTC  (2+ messages)

[PATCH 1/1] board: sifive: unmatched: enlarge CONFIG_SYS_SPL_MALLOC_SIZE
 2021-11-04  2:38 UTC  (9+ messages)

[PATCH v3 00/35] efi: Improvements to U-Boot running on top of UEFI
 2021-11-04  2:12 UTC  (4+ messages)
` [PATCH v3 02/35] efi: Enable DM_ETH for the app

[PATCH] net: uclass: Save ethernet MAC address when generated
 2021-11-04  2:09 UTC  (5+ messages)

[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config
 2021-11-04  2:03 UTC  (12+ messages)

[PATCH v3 0/3] Enhance Measured Boot
 2021-11-04  1:26 UTC  (10+ messages)
` [PATCH v3 1/3] efi_loader: add SMBIOS table measurement

[PATCH] sunxi: Remove misleading USB-OTG charger message
 2021-11-04  1:01 UTC 

[PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g
 2021-11-03 23:49 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag
` [PATCH v2 2/4] mtd: spi-nor-core: macronix: Add support for mx66lm1g45g
` [PATCH v2 3/4] Revert "mtd: spi-nor-core: Perform a Soft Reset on boot"
` [PATCH v2 4/4] mtd: spi-nor-core: Fix the opcode extension for the software reset sequence

[PATCH v2 00/12] Board specific runtime determined default env
 2021-11-03 23:23 UTC  (13+ messages)
` [PATCH v2 01/12] env: Don't set ready flag if import failed in env_set_default()
` [PATCH v2 02/12] env: Fix env_get() when returning empty string using env_get_f()
` [PATCH v2 03/12] env: Simplify env_get_default()
` [PATCH v2 04/12] sysinfo: Make sysinfo_get_str() behave like snprintf()
` [PATCH v2 05/12] test: Use ut_asserteq_str() instead of ut_assertok(strcmp())
` [PATCH v2 06/12] sysinfo: Add get_str_list() method
` [PATCH v2 07/12] sysinfo: Make .detect() non-mandatory
` [PATCH v2 08/12] sysinfo: Add support for iterating string list
` [PATCH v2 09/12] env: Change return behaviour of env_set_default_vars()
` [PATCH v2 10/12] env: Add support for overwriting default environment via sysinfo
` [PATCH v2 11/12] arm: mvebu: Espressobin: Use new API for setting default env at runtime
` [PATCH v2 12/12] env: Remove support for read-write default_environment[]

[PATCH v6 1/2] net: brcm: netXtreme driver
 2021-11-03 23:13 UTC  (2+ messages)

Commit 76c2ff3e broke backlight on Chromebook snow
 2021-11-03 22:50 UTC  (6+ messages)
  ` Re : "

[PATCH] imx8mn_var_som: Add support for Variscite VAR-SOM-MX8M-NANO board
 2021-11-03 21:22 UTC  (3+ messages)

Slow MMC IO with Raspberry CM3+ Module
 2021-11-03 20:57 UTC  (2+ messages)
` [External] - "

[u-boot-test-hooks PATCH 1/7] travis-ci: Add qemu_arm_spl board
 2021-11-03 15:23 UTC  (2+ messages)

[PATCH v1 1/2] imx8m: add regs used by GPMI
 2021-11-03 19:56 UTC  (2+ messages)
` [PATCH v1 2/2] bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards

[PATCH] exynos: pwm: Deal with a PWM at 100%
 2021-11-03 19:21 UTC 

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-11-03 17:36 UTC  (33+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64

[PATCH 1/2] ARM: dts: at91: sama7g5: Add QSPI and OSPI nodes
 2021-11-03 17:07 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: at91: sama7g5ek: Add QSPI0 node

[PATCH] driver: gadget: fastboot: Link endpoint and descriptors
 2021-11-03 16:53 UTC  (2+ messages)

[PATCH] spi: atmel-quadspi: Add support for SAMA7G5 QSPI
 2021-11-03 16:47 UTC 

[PATCH] spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debug
 2021-11-03 16:45 UTC 

[PATCH 0/3] mtd: spi-nor-core: Add support for mx66lm1g45g
 2021-11-03 16:24 UTC  (4+ messages)
` [PATCH 1/3] mtd: spi-nor-core: Introduce SPI_NOR_SOFT_RESET flash_info flag
` [PATCH 2/3] mtd: spi-nor-core: macronix: Add support for mx66lm1g45g
` [PATCH 3/3] mtd: spi-nor-core: Fix the opcode extension for the software reset sequence

[PATCH] fastboot: fix fastboot_set_reboot_flag()
 2021-11-03 16:22 UTC  (2+ messages)

[PATCH 0/6 v4] TPM cleanups and MMIO driver
 2021-11-03 15:09 UTC  (7+ messages)
` [PATCH 1/6 v4] tpm2: Introduce TIS tpm core
` [PATCH 2/6 v4] tpm2: Add a TPMv2 MMIO TIS driver
` [PATCH 3/6 v4] tpm: Use the new API on tpm2 spi driver
` [PATCH 4/6 v4] configs: Enable tpmv2 mmio on qemu for arm/arm64
` [PATCH 5/6 v4] doc: qemu: Add instructions for swtpm usage
` [PATCH 6/6 v4] MAINTAINERS: Add entry for TPM drivers

[PULL] u-boot-usb/master
 2021-11-03 14:44 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2021-11-03 14:44 UTC  (2+ messages)

[PATCH 1/3] bootstage: Update SPL support Kconfig description
 2021-11-03 14:20 UTC  (3+ messages)
` [PATCH 2/3] bootstage: Fix up remaining bootstage config misuse
` [PATCH 3/3] bootstage: Enable SPL bootstage in sandbox_spl config

[PATCH v2 0/6] Improved sysreset/watchdog uclass integration
 2021-11-03 14:19 UTC  (7+ messages)
` [PATCH v2 1/6] sysreset: Add uclass Kconfig dependency to drivers
` [PATCH v2 2/6] sysreset: Mark driver probe functions as static
` [PATCH v2 4/6] watchdog: Automatically register device with sysreset

[PATCH] boards: siemens: iot2050: Ignore network errors during bootstage tracking
 2021-11-03 14:12 UTC 

[PATCH] boards: siemens: iot2050: Re-enable bootstage reporting
 2021-11-03 14:11 UTC 

[PATCH] bootstage: Differentiate boot progress kconfig entries
 2021-11-03 14:09 UTC 

[PATCH v2] bootstage: Add SPL support
 2021-11-03 13:32 UTC  (4+ messages)

[PATCH 0/4] arm: Tidy up debug UART init
 2021-11-03 13:22 UTC  (6+ messages)
` [PATCH 1/4] arm: Fix some inconsistent debug-UART CONFIG options
` [PATCH 2/4] arm: Init the debug UART
` [PATCH 3/4] arm: qemu: Enable "
` [PATCH 4/4] rk3399: Don't enable the debug UART if there is no driver

[PATCH v1 0/5] Update Microchip PolarFire SoC support
 2021-11-03 13:10 UTC  (7+ messages)
` [PATCH v1 4/5] net: macb: Compatible as per device tree

[PATCH] sf: Querying write-protect status before operating the flash
 2021-11-03 12:18 UTC  (6+ messages)
  `  "

[PATCH 1/7] common: spl: move armv7m-specific code to spl_perform_fixups()
 2021-11-03 12:15 UTC  (3+ messages)
` [PATCH 4/7] common: board_r: drop initr_addr_map wrapper

[PATCH v3 0/3] fpga: zynqmp: Adding support of loading authenticated images
 2021-11-03 11:45 UTC  (2+ messages)

[PATCH v4 00/16] Add CAAM driver model support
 2021-11-03 11:34 UTC  (6+ messages)
` [PATCH v4 03/16] i.MX8M: crypto: updated device tree for supporting DM in SPL
    ` [EXT] "

[PATCH 0/5] Board specific runtime determined default env
 2021-11-03 10:48 UTC  (5+ messages)
` [PATCH 5/5] arm: mvebu: Espressobin: Use new API for setting default env at runtime

[PATCH v4 0/4] Add octal DTR support for Macronix flash
 2021-11-03 10:41 UTC  (4+ messages)
` [PATCH v4 1/4] mtd: spi-nor: macronix: add support for Macronix Octal

[RESEND PATCH] usb: mtu3: flush cache for the first GPD when allocate GPD ring
 2021-11-03 10:13 UTC  (3+ messages)

Please pull u-boot-net/next
 2021-11-03  9:13 UTC 

[PATCH u-boot-marvell] tools: kwboot: Do not send magic seq when changing baudrate back to 115200
 2021-11-03  7:46 UTC  (3+ messages)

[PATCH] arm: a37xx: pci: Program the data strobe for config read requests
 2021-11-03  7:46 UTC  (2+ messages)

[PATCH u-boot-marvell 0/5] kwboot fix for AXP + some others
 2021-11-03  7:46 UTC  (12+ messages)
` [PATCH u-boot-marvell 1/5] tools: kwboot: Fix sending retry of last header packet
` [PATCH u-boot-marvell 2/5] tools: kwboot: Do not call tcdrain() after each sent packet
` [PATCH u-boot-marvell 3/5] tools: kwboot: Increase delay after changing baudrate in ARM code
` [PATCH u-boot-marvell 4/5] tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr
` [PATCH u-boot-marvell 5/5] tools: kwboot: Do not use stack when setting baudrate back to default value

[PATCH u-boot-marvell 00/13] Yet another kwboot improvements
 2021-11-03  7:46 UTC  (2+ messages)

[PATCH 0/8] pci: pci_mvebu: Fix access to config space and PCIe Root Port
 2021-11-03  7:46 UTC  (2+ messages)

[PATCH v1] env: setenv add resolve value option
 2021-11-03  7:41 UTC  (3+ messages)

[PATCH 1/3] net: dsa: Use true instead of 1 in the set_promisc() call
 2021-11-03  7:13 UTC  (10+ messages)

[PATCH] drivers: net: add Aspeed MDIO driver
 2021-11-03  7:09 UTC  (2+ messages)

[PATCH] net: tsec: mark tsec_set_promisc() as __maybe_unused
 2021-11-03  6:57 UTC  (2+ messages)

[PATCH] efi_loader: use byteshift unaligned access helper
 2021-11-03  6:23 UTC  (2+ messages)

[PATCH v2] imx: spl: fix imx8m secure boot
 2021-11-03  6:00 UTC  (3+ messages)

[PATCH 0/2] Initial Traverse Ten64 board support
 2021-11-03  5:29 UTC  (3+ messages)
` [PATCH 1/2] board: traverse: add Ten64 board controller driver
` [PATCH 2/2] board: traverse: add initial Ten64 support


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