public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-07-27 21:53:34 to 2021-07-30 01:08:48 UTC [more...]

[PATCH 0/4] crypto: Add new UCLASS_HASH
 2021-07-30  1:08 UTC  (5+ messages)
` [PATCH 1/4] lib/md5: Export progressive APIs
` [PATCH 2/4] dm: hash: Add new UCLASS_HASH support
` [PATCH 3/4] crypto: hash: Add software hash DM driver
` [PATCH 4/4] fit: Use DM hash driver if supported

[PATCH] mx7dsabresd: Select CONFIG_IMX_HAB
 2021-07-30  0:24 UTC 

[PATCH] mmc: Add support for enumerating MMC card in a given mode using mmc command
 2021-07-29 22:30 UTC  (2+ messages)

Help with u-boot when using the eMMC card in DDR mode
 2021-07-29 22:09 UTC  (7+ messages)

[PATCH] lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0
 2021-07-29 18:31 UTC 

[PATCH 1/1] config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROM
 2021-07-29 18:27 UTC 

[PATCH] Revert "arm: bootm: Disable LMB reservation for command line and board info on arm64"
 2021-07-29 16:58 UTC  (5+ messages)

[PATCH] mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine
 2021-07-29 16:50 UTC  (2+ messages)

[PATCH] test/py: Improve check for mksquashfs version
 2021-07-29 16:49 UTC  (2+ messages)

[RESEND PATCH] build: remove the variable NM in gen_ll_addressable_symbols.sh
 2021-07-29 16:49 UTC  (2+ messages)

[PATCH] lib: rsa: rsa-sign: Minor bug in debug message
 2021-07-29 16:49 UTC  (2+ messages)

[PATCH] lib: rsa: rsa-verify: Fix a typo in a debug message
 2021-07-29 16:49 UTC  (2+ messages)

[PATCH v2 0/2] arm64: Update memcpy_{from, to}io() helpers
 2021-07-29 16:49 UTC  (5+ messages)
` [PATCH v2 1/2] arm: use the correct prototype for reset_cpu function
` [PATCH v2 2/2] arm64: Update memcpy_{from, to}io() helpers

[PATCH v2 0/5] Fix compiler warnings for 32-bit ARM
 2021-07-29 16:49 UTC  (5+ messages)
` [PATCH v2 2/5] pci: swap_case: Allow compilation on 32-bit machines
` [PATCH v2 3/5] doc: sandbox: Fix up dependencies

[GIT PULL] TI changes for v2021.10-rc2
 2021-07-29 16:49 UTC  (2+ messages)

[PATCH v5 5/5] test: dm: Add test for ECDSA UCLASS support
 2021-07-29 16:47 UTC  (7+ messages)
` [PATCH 0/5] Enable ECDSA FIT verification for stm32mp
  ` [PATCH 1/5] dm: crypto: Define UCLASS API for ECDSA signature verification
  ` [PATCH 2/5] lib: ecdsa: Implement UCLASS_ECDSA verification on target
  ` [PATCH 3/5] arm: stm32mp1: Implement ECDSA signature verification
  ` [PATCH 4/5] Kconfig: FIT_SIGNATURE should not select RSA_VERIFY
  ` [PATCH 5/5] test: dm: Add test for ECDSA UCLASS support

[PATCH] board: freescale: t208xrdb: enable Power-On Reset for rev D boards
 2021-07-29 16:31 UTC 

[PATCH 1/1] lib/ecdsa: Fix LibreSSL before v2.7.0
 2021-07-29 15:48 UTC  (12+ messages)

EFI from usb HDD
 2021-07-29 14:09 UTC  (7+ messages)

[PATCH v2 0/9] efi: Various tidy-ups and drop the default
 2021-07-29 13:52 UTC  (25+ messages)
` [PATCH v2 2/9] Makefile: Drop include/asm directory as well as symlink
` [PATCH v2 3/9] disk: Tidy up #ifdefs in part_efi
` [PATCH v2 4/9] Use LIB_UUID with ACPIGEN and FS_BTRFS
` [PATCH v2 5/9] Allow efi_loader header to be included always
` [PATCH v2 6/9] lib: Create a new Kconfig option for charset conversion
` [PATCH v2 7/9] Make EFI_LOADER depend on DM and OF_CONTROL
` [PATCH v2 8/9] Add an option for EBBR
` [PATCH v2 9/9] efi: Make EBBR optional

Debugging dtoc?
 2021-07-29 13:22 UTC  (5+ messages)

[PATCH 1/2] mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()
 2021-07-29 12:28 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: Mask out fast read if not requested in DT

[PATCH 1/2] cache: add sifive composable cache driver
 2021-07-29 12:26 UTC  (8+ messages)
` [PATCH 2/2] board: sifive: use ccache driver instead of helper function

[PATCH] x86: dts: Add "m25p,fast-read" to SPI flash node
 2021-07-29 12:18 UTC 

U-Boot boards needing CONFIG_DM migration
 2021-07-29 12:14 UTC  (8+ messages)

[PATCH 1/2] spi: ich: Limit slave->max_read_size
 2021-07-29 12:04 UTC  (6+ messages)
` [PATCH 2/2] x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS

[PATCH 0/6] VIM3: misc cleanups to prepare android support
 2021-07-29  9:37 UTC  (14+ messages)
` [PATCH 1/6] configs: sei610: fix typo in header comment
` [PATCH 2/6] configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGS
` [PATCH 3/6] configs: meson64_android: use CONFIG_FASTBOOT_USB_DEV
` [PATCH 4/6] configs: meson64_android: use boot part label instead of index
` [PATCH 5/6] configs: meson64_android: use logo "
` [PATCH 6/6] configs: meson64_android: don't set console bootargs

[PATCH 0/4] xilinx: Add RTC support for Xilinx ZynqMP
 2021-07-29 11:36 UTC  (5+ messages)
` [PATCH 1/4] dm: rtc: uclass: Add flag to control sequence numbering
` [PATCH 2/4] cmd: date: rtc: Update command to read the first RTC with seq 0
` [PATCH 3/4] rtc: zynqmp: Add support for ZynqMP RTC
` [PATCH 4/4] xilinx: zynqmp: Enable CMD_RTC command with Zynqmp RTC driver

[PATCH v2 0/4] xilinx: zynqmp: Add support for dfu_alt_info setup at runtime
 2021-07-29  9:39 UTC  (5+ messages)
` [PATCH v2 1/4] xilinx: zynqmp: Change multi_boot() to return value
` [PATCH v2 2/4] xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()
` [PATCH v2 3/4] xilinx: zynqmp: Config non zero SYS_SPI_U_BOOT_OFFS
` [PATCH v2 4/4] xilinx: zynqmp: Add support for runtime dfu_alt_info setup

qemu-kvm doesn't work with qemu-x86_64_defconfig
 2021-07-29  9:39 UTC  (3+ messages)

[RFC PATCH] mtd: spi-nor-core: Handle SPI_RX_SLOW in spi_nor_adjust_hwcaps()
 2021-07-29  9:17 UTC  (3+ messages)

[PATCH] board: ti: k2g: Program PadConfig_202 before locking RSTMUX8
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH] arm: dts: k3-am65: Fix up MCU R5FSS cluster mode back to Split-mode
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH 0/5] Cleanup MAIN R5F boot from R5 SPL
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH v2 0/6] AM64: Add support for higher speed modes and boot mode in eMMC
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH v5 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH] configs: am64x_evm_r5_defconfig: Fix CONFIG_SPL_TEXT_BASE to 0x70000000
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH 0/6] AM64: Add support for higher speed modes and boot mode in eMMC
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH 0/3] J7200: Add support for HS400 speed mode
 2021-07-29  5:14 UTC  (2+ messages)

[PATCH 1/1] lib/ecdsa: Fix LibreSSL before v2.7.0
 2021-07-29  5:13 UTC  (2+ messages)

[PATCH 1/2] x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ
 2021-07-29  1:32 UTC  (3+ messages)
` [PATCH 2/2] x86: dts: Define a default TSC timer frequency

[PATCH 0/3] dtoc: Improve support for 'ranges' property
 2021-07-29  1:23 UTC  (4+ messages)
` [PATCH 1/3] dtoc: Rename is_wider_than() to reduce confusion
` [PATCH 2/3] dtoc: Fix widening an int array to an int
` [PATCH 3/3] dtoc: Support widening a bool value

[PATCH] arm: mediatek: merge board Kconfigs into mach-mediatek
 2021-07-29  0:46 UTC  (2+ messages)

[PATCH v2 0/9] efi_loader: capsule: improve capsule authentication support
 2021-07-29  0:39 UTC  (6+ messages)
` [PATCH v2 1/9] tools: mkeficapsule: add firmwware image signing
` [PATCH v2 6/9] sandbox: add config for efi capsule authentication test

[PATCH] lib: rsa: Extract public key from private key if keyfile argument is used
 2021-07-29  0:34 UTC  (5+ messages)

u-boot saveenv to redundant fat does not persist env
 2021-07-28 15:32 UTC  (6+ messages)

Uboot 2021.07 Hung Kernel bug
 2021-07-28 15:17 UTC 

[PATCH 00/17] Makefile: Start simplifying Makefile rules (Part A)
 2021-07-28 22:56 UTC  (3+ messages)
` [PATCH 01/17] README: Fix hyphenation in the directory docs

[PATCH] arm: bootm: Disable LMB reservation for command line and board info on arm64
 2021-07-28 22:09 UTC  (5+ messages)

[PATCH v3 0/7] vpl: Introduce a verifying program loader
 2021-07-28 18:37 UTC  (8+ messages)

[PATCH] spi: spi-mem-nodm: Fix read data size issue
 2021-07-28 17:52 UTC  (3+ messages)

U-Boot Digest, Vol 158, Issue 63
 2021-07-28 16:43 UTC  (2+ messages)

[PATCH v10 00/27] mtd: spi-nor-core: add xSPI Octal DTR support
 2021-07-28 15:56 UTC  (5+ messages)
` [PATCH v10 12/27] mtd: spi-nor-core: Rework hwcaps selection

[PATCH v3 0/6] cmd: setexpr: add fmt format string operation
 2021-07-28 14:00 UTC  (3+ messages)
` [PATCH v3 1/6] lib: strto: add simple_strtoll function

[PATCH] spi: fix xilinx-spi lockup when fifo-size undefined in dtree
 2021-07-27 13:14 UTC 

eMMC probe issue
 2021-07-27 12:56 UTC 

[PATCH 0/4] xilinx: zynqmp: Add support for dfu_alt_info setup at runtime
 2021-07-28 10:51 UTC  (5+ messages)
` [PATCH 1/4] xilinx: zynqmp: Change multi_boot() to return value
` [PATCH 2/4] xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()
` [PATCH 3/4] xilinx: zynqmp: Config non zero SYS_SPI_U_BOOT_OFFS
` [PATCH 4/4] xilinx: zynqmp: Add support for runtime dfu_alt_info setup

[PATCH] xilinx: zynqmp: Free allocated field for target variable
 2021-07-28 10:48 UTC 

[PATCH 1/1] doc: riscv: flashing SiFive boards
 2021-07-28  9:18 UTC  (2+ messages)

[u-boot PATCH] arm: mach-k3: am6_init: Prioritize MSMC traffic over DDR in NAVSS Northbridge
 2021-07-28  9:10 UTC  (2+ messages)

[PATCH] lx2160a: Enable CONFIG_SPI_FLASH_MT35XU for lx2160a-rdb/qds
 2021-07-28  8:35 UTC 

[PATCH] configs: layerscape: Disable the EFI_LOADER feature
 2021-07-28  8:24 UTC  (10+ messages)

[PATCH v2 0/8] Arasan sdhci driver updates
 2021-07-28  7:34 UTC  (3+ messages)
` [PATCH v2 4/8] mmc: zynq_sdhci: Use xilinx pm request instead of mmio_write

using binman fails boot
 2021-07-28  2:46 UTC  (14+ messages)

[PATCH v2 1/3] imx8: Drop raw image support
 2021-07-28  2:46 UTC  (4+ messages)
` [PATCH v2 2/3] arm: Add an __image_copy_start symbol for ARMv8

[PATCH 0/2] Minor misc. cleanups for TI K3 SoCs
 2021-07-27 23:24 UTC  (3+ messages)
` [PATCH 1/2] firmware: ti_sci: Include linux/err.h in ti_sci_protocol.h
` [PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub

[PATCH 1/9] configs: imx8mm_venice_defconfig: remove unused SPL features
 2021-07-27 22:19 UTC  (9+ messages)
` [PATCH 2/9] arm: dts: imx8mm-venice-gw71xx: fix USB OTG VBUS
` [PATCH 3/9] arm: dts: imx8mm-venice-gw700x: fix fifo-depth phy props
` [PATCH 4/9] arm: dts: imx8mm-venice-gw7901: use common u-boot dtsi
` [PATCH 5/9] board: gateworks: venice: get mem size from dt
` [PATCH 6/9] board: gateworks: venice: use bus numbers vs names
` [PATCH 7/9] board: gateworks: venice: add board model/serial# to env
` [PATCH 8/9] board: gateworks: venice: add board model to dt
` [PATCH 9/9] board: gateworks: venice: add imx8mm-gw7902 support

[PATCH 0/2] J721E/J7200 postdiv clk parenting/data fixes
 2021-07-27 22:04 UTC  (3+ messages)
` [PATCH 1/2] arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks
` [PATCH 2/2] arm: mach-k3: j7200: "

[PATCH v1] imx: mkimage_fit_atf: replace @ with hyphen
 2021-07-27 21:53 UTC  (4+ messages)


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