public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-10-25 18:23:51 to 2023-10-27 06:22:58 UTC [more...]

[PATCH v13 0/8] tpm: Support boot measurements
 2023-10-27  6:22 UTC  (4+ messages)
` [PATCH v13 6/8] doc: Add measured boot documentation

[PATCH 0/8] USB fixes: xHCI error handling
 2023-10-27  6:03 UTC  (13+ messages)
` [PATCH 1/8] usb: xhci: Guard all calls to xhci_wait_for_event
  ` [PATCH] fixup! "
` [PATCH 2/8] usb: xhci: Better error handling in abort_td()
` [PATCH 3/8] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH 4/8] usb: xhci: Recover from halted non-control endpoints
` [PATCH 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
` [PATCH 6/8] usb: xhci: Do not panic on event timeouts
` [PATCH 7/8] usb: xhci: Fix DMA address calculation in queue_trb
` [PATCH 8/8] usb: xhci: Add more debugging

[PATCH] arm: mvebu: AC5: Use finer grained memory map
 2023-10-27  5:04 UTC  (3+ messages)

[PATCH 0/3] Developerbox: Cleanup and document update
 2023-10-27  4:45 UTC  (9+ messages)
` [PATCH 1/3] board: developerbox: remove obsolete NOR flash layout definition
` [PATCH 2/3] board: developerbox: update old NOR flash layout build instruction
` [PATCH 3/3] board: developerbox: update flash rawwrite binary size

[PATCH] arm64: versal-net: enable CONFIG_MMC_SDHCI_ADMA
 2023-10-27  3:04 UTC 

[PATCH 1/3] configs: rzg2_beacon: Disable the ability to remove devices
 2023-10-27  2:12 UTC  (7+ messages)
` [PATCH 2/3] configs: rzg2_beacon: Realign ENV location and offset
` [PATCH 3/3] arm: rmobile: rzg2_beacon: Auto select Linux device tree by SoC

[RFC 00/13] cmd: bootefi: refactor the code for bootmgr
 2023-10-27  1:04 UTC  (28+ messages)
` [RFC 01/13] cmd: bootefi: unfold do_bootefi_image()
` [RFC 02/13] cmd: bootefi: re-organize do_bootefi_image()
` [RFC 03/13] cmd: bootefi: carve out EFI boot manager interface
` [RFC 04/13] cmd: bootefi: carve out binary execution interface
` [RFC 05/13] cmd: bootefi: move library interfaces under lib/efi_loader
` [RFC 06/13] cmd: efidebug: ease efi configuration dependency
` [RFC 07/13] bootmeth: use efi_loader interfaces instead of bootefi command
` [RFC 08/13] efi_loader: split unrelated code from efi_bootmgr.c
` [RFC 09/13] efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
` [RFC 10/13] net: tftp: remove explicit efi configuration dependency
` [RFC 11/13] fs: "
` [RFC 12/13] lib: uuid: move CONFIG_RANDOM_UUID
` [RFC 13/13] block: rkmtd: select CONFIG_RANDOM_UUID explicitly

[PATCH 0/3] Revert HAFDBS changes
 2023-10-27  0:23 UTC  (4+ messages)
` [PATCH 1/3] Revert "armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present"
` [PATCH 2/3] Revert "arm64: Use level-2 for largest block mappings "
` [PATCH 3/3] Revert "arm64: Use FEAT_HAFDBS to track dirty pages when available"

[PATCH v2] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte
 2023-10-26 21:02 UTC  (3+ messages)

[PATCH] pico-pi-imx7d: Convert to watchdog driver model
 2023-10-26 21:01 UTC 

[PATCH] tools: gitignore: Fix tools/generated path
 2023-10-26 21:00 UTC 

[PATCH] boot: Fix syntax in fdt_overlay_apply_verbose() error message
 2023-10-26 19:54 UTC 

[PATCH v8 0/7] Add EFI HTTP boot support
 2023-10-26 19:34 UTC  (5+ messages)
` [PATCH v8 5/7] efi_loader: support boot from URI device path
` [PATCH v8 6/7] cmd: efidebug: add uri "

quick question about TPM
 2023-10-26 18:55 UTC  (7+ messages)

[v5 01/30] sandbox: eliminate unused functions from binaries
 2023-10-26 18:31 UTC  (30+ messages)
` [v5 02/30] buildman: Use oldconfig when adjusting the config
` [v5 03/30] virtio: Make VIRTIO_NET depend on NETDEVICES
` [v5 04/30] dfu: Make DFU_TFTP "
` [v5 05/30] version: Separate our version string from the version command
` [v5 06/30] qemu: Correct CMD_QFW dependencies in Kconfig
` [v5 07/30] Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig
` [v5 08/30] env: Move env_set() out of cmd/nvedit.c and in to env/common.c
` [v5 09/30] test: Make UNIT_TEST depend on CMDLINE
` [v5 10/30] video: Don't require the font command
` [v5 11/30] cli_simple: Rework this support slightly
` [v5 12/30] efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR
` [v5 13/30] bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI
` [v5 14/30] autoboot: Correct dependencies on CMDLINE
` [v5 15/30] boot: Make DISTRO_DEFAULTS select CMDLINE
` [v5 16/30] boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled
` [v5 17/30] boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT
` [v5 18/30] bootmeth_cros: Require bootm.o and bootm_os.o
` [v5 19/30] bootmeth_script: Depend on CMDLINE
` [v5 20/30] boot: Make preboot and bootcmd require CMDLINE
` [v5 21/30] cmd: Make most commands depend on CMDLINE
` [v5 22/30] fastboot: Depend "
` [v5 23/30] lib: uuid: move CONFIG_RANDOM_UUID
` [v5 24/30] block: rkmtd: select CONFIG_RANDOM_UUID explicitly
` [v5 25/30] sandbox: Disable CONFIG_DISTRO_DEFAULTS
` [v5 26/30] sandbox: Avoid requiring CMDLINE
` [v5 27/30] sandbox: Add <asm/barrier.h>
` [v5 28/30] clk_k210.c: Clean up how we handle nop
` [v5 29/30] sandbox: Add a test for disabling CONFIG_CMDLINE
` [v5 30/30] CI, pytest: Add a test for sandbox without LTO

[PATCH v8 0/8] Add support for PMICs used on Tegra 3 devices
 2023-10-26 16:06 UTC  (7+ messages)
` [PATCH v8 3/8] power: pmic: add the base MAX77663 PMIC support

[PATCH v3 1/1] efi_loader: expose the device-tree file name
 2023-10-26 15:43 UTC  (6+ messages)

[PATCH v2 0/2] ARM: amlogic: Add A1 SPIFC support
 2023-10-26 15:40 UTC  (2+ messages)

[PATCH 0/4] ARM: meson: Add boot over DFU RAM as an USB boot step
 2023-10-26 15:39 UTC  (2+ messages)

[PATCH] configs: khadas-vim3*_android: fix environment saving
 2023-10-26 15:39 UTC  (3+ messages)

[PATCH] MAINTAINERS: Remove non-working address from MAINTAINERS
 2023-10-26 14:45 UTC  (4+ messages)

[PATCH v2 1/4] net: dwc_eth_qos: add i.MX93 support
 2023-10-26 14:27 UTC  (2+ messages)

[PATCH] arm: dts: imx8mn-var-som: Fix broken EEPROM read
 2023-10-26 14:26 UTC  (2+ messages)

[PATCH v1] apalis-imx8: add USBH_EN gpio hog
 2023-10-26 14:22 UTC  (2+ messages)

[PATCH] imx8mn-var-som: Simplify FEC initialization
 2023-10-26 14:21 UTC  (2+ messages)

[PATCH 1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV
 2023-10-26 14:20 UTC  (6+ messages)
` [PATCH 2/5] configs: imx8mm_beacon: Enable fastboot downloading
` [PATCH 3/5] configs: imx8mm_beacon: Disable the WDT autostart
` [PATCH 4/5] configs: imx8mn_beacon: Do not set SYS_CONSOLE_IS_IN_ENV
` [PATCH 5/5] configs: imx8mn_beacon: Disable the WDT autostart

[PATCH v1 0/2] imx: spl_imx_romapi: fixes
 2023-10-26 14:19 UTC  (7+ messages)
` [PATCH v1 1/2] imx: spl_imx_romapi: fix comment about stream(usb) download failure
` [PATCH v1 2/2] imx: spl_imx_romapi: fix emmc fast boot mode case

[PATCH] xilinx: versal: Setup 30MHz as default spi frequency
 2023-10-26 14:12 UTC 

[PATCH 1/1] [u-boot][master][PATCH v5] pico-imx7d: add baseboard SD card boot detect
 2023-10-26 14:11 UTC  (3+ messages)

[PATCH 0/4] xilinx: Add DTSes for mini qspi/ospi configuration
 2023-10-26 14:04 UTC  (5+ messages)
` [PATCH 1/4] ARM: zynq: Add DTSes for mini qspi configurations
` [PATCH 2/4] "
` [PATCH 3/4] arm64: versal: Add DTSes for mini qspi/ospi configuration
` [PATCH 4/4] arm64: versal-net: "

[RFC PATCH 0/5] Move video memory reservation for SPL at the end of RAM
 2023-10-26 13:26 UTC  (5+ messages)
` [RFC PATCH 1/5] arm: mach-k3: common: Reserve video memory from end of the RAM

[PATCH 0/3] arm64: Add a build target for Flat Image Tree
 2023-10-26 13:24 UTC  (5+ messages)
` [PATCH 1/3] kbuild: Correct missing architecture-specific hyphens
` [PATCH 2/3] kbuild: arm64: Add BOOT_TARGETS variable
` [PATCH 3/3] arm64: boot: Support Flat Image Tree

Starting kernel invokes "Synchronous Abort" - rk3328
 2023-10-26 12:51 UTC  (2+ messages)

[RESEND PATCH] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte
 2023-10-26 12:27 UTC  (5+ messages)

[PATCH 0/3] Corstone-1000: enable platform specific configs
 2023-10-26 12:50 UTC  (4+ messages)
` [PATCH 1/3] corstone1000: add compressed kernel support
` [PATCH 2/3] corstone1000: enable distro booting command
` [PATCH 3/3] corstone1000: enable PSCI reset

[PATCH] imx8mp_evk: Select CONFIG_NET_RANDOM_ETHADDR
 2023-10-26 12:16 UTC 

Setting PMIC regulator voltage in U-Boot SPL, to specify DDR voltage
 2023-10-26  9:36 UTC 

[PATCH] misc: i2c_eeprom: consider pagesize when writing to eeprom
 2023-10-26  5:47 UTC  (6+ messages)
  ` [PATCH v2] "
      ` AW: "
      ` [PATCH v4] "

[PATCH 0/8] arm: mach-snapdragon: Qualcomm clock driver cleanup
 2023-10-26 10:19 UTC  (5+ messages)
` [PATCH 1/8] clk/qcom: move from mach-snapdragon

[PATCH v5 1/2] arm: mediatek: add mt8195 SOC support
 2023-10-26  9:46 UTC  (3+ messages)
` [PATCH v5 2/2] board: mediatek: add mt8195 demo board

[PATCH] mmc: tmio: Disable 1/1024 clock divider on Renesas R-Car platforms
 2023-10-26  8:42 UTC  (2+ messages)

[PATCH] mmc: tmio: Always check for errors after receiving an IRQ
 2023-10-26  8:42 UTC  (2+ messages)

[PATCH] test/py: always use autostart on tpm2 selftests
 2023-10-26  8:06 UTC  (3+ messages)

[REGRESSION] imx: spl_imx_romapi: boot loops
 2023-10-26  7:35 UTC  (9+ messages)

[PATCH v2 0/2] mvebu: clearfog: add support for emmc boot
 2023-10-26  7:10 UTC  (5+ messages)
` [PATCH v2 1/2] arm: mvebu: allow additional 4096 offset for bootable mmc image
` [PATCH v2 2/2] cmd: mvebu/bubt: move eMMC data-partition uboot from LBA-0 to 4096

[PATCH u-boot-marvell] arm: mvebu: turris_mox: Extend to support RIPE Atlas Probe
 2023-10-26  7:10 UTC  (2+ messages)

[PATCH] arm: kirkwood: Enable bootstd for Zyxel NSA310S board
 2023-10-26  7:09 UTC  (2+ messages)

[PATCH] arm: kirkwood: Enable bootstd for Pogo V4 board
 2023-10-26  7:08 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Fix Kconfig entry indentation
 2023-10-26  6:34 UTC 

[PATCH 1/1] board: sifive: unmatched: move kernel load address to 0x80200000
 2023-10-26  3:22 UTC 

[PATCH v2 0/3] bootcount: Replace I2C legacy implementation by driver model
 2023-10-26  3:44 UTC  (7+ messages)
` [PATCH v2 1/3] bootcount: Remove legacy I2C driver
` [PATCH v2 2/3] i2c: Implement i2c_get_chip_by_phandle()
` [PATCH v2 3/3] bootcount: Add driver model I2C driver

[PATCH v2] i2c: nuvoton: remove standard mode only
 2023-10-26  3:39 UTC  (2+ messages)

[PATCH] smbios: arm64: Allow table to be written at a fixed addr
 2023-10-25 23:05 UTC  (13+ messages)

[PATCH v4 1/1] efi_loader: expose the device-tree file name
 2023-10-25 21:22 UTC  (10+ messages)

[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 21:06 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v6 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v4 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 20:58 UTC  (6+ messages)
` [PATCH v4 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles

Pull request efi-2024-01-rc2
 2023-10-25 20:18 UTC  (4+ messages)

[PATCH 0/3] Add Additional Boards and Features to RGxx3
 2023-10-25 19:15 UTC  (6+ messages)
` [PATCH 2/3] board: rockchip: Add Maskrom Mode for Anbernic RGxx3


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