public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-03-07 09:21:44 to 2022-03-09 02:49:02 UTC [more...]

[PATCH v3 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-03-09  2:48 UTC  (34+ messages)
` [PATCH v3 01/19] scsi: call device_probe() after scanning
` [PATCH v3 02/19] usb: storage: "
` [PATCH v3 03/19] mmc: "
` [PATCH v3 04/19] nvme: "
` [PATCH v3 05/19] sata: "
` [PATCH v3 06/19] block: ide: "
` [PATCH v3 07/19] virtio: call device_probe() in scanning
` [PATCH v3 09/19] dm: tag: add some document
` [PATCH v3 10/19] test: dm: add tests for tag support
` [PATCH v3 11/19] dm: disk: add UCLASS_PARTITION
` [PATCH v3 12/19] dm: blk: add a device-probe hook for scanning disk partitions
` [PATCH v3 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [PATCH v3 15/19] efi_loader: disk: a helper function to delete efi_disk objects
` [PATCH v3 16/19] dm: disk: add read/write interfaces with udevice
` [PATCH v3 17/19] efi_loader: disk: use udevice instead of blk_desc
` [PATCH v3 18/19] efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
` [PATCH v3 19/19] efi_driver: align with efi_disk-dm integration

[RFC PATCH v3 0/2] enable menu-driven boot device selection
 2022-03-09  2:35 UTC  (6+ messages)
` [RFC PATCH v3 1/2] efi_loader: introduce "bootefi bootindex" command
` [RFC PATCH v3 2/2] bootmenu: add UEFI and disto_boot entries

[PATCH v3 0/8] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-09  2:35 UTC  (13+ messages)
` [PATCH v3 3/8] tpm: rng: Add driver model interface for TPM RNG device
` [PATCH v3 4/8] tpm: Add the RNG child device
` [PATCH v3 5/8] qemu: arm: Remove platform specific function to get RNG device
` [PATCH v3 6/8] cmd: rng: Add support for selecting "
` [PATCH v3 7/8] doc: rng: Add documentation for the rng command
` [PATCH v3 8/8] test: rng: Add a UT testcase "

[PATCH] board: gateworks venice: add support for GPY111 phy
 2022-03-09  1:10 UTC  (2+ messages)

[PATCH] board: venice: add spl_board_loader_name
 2022-03-09  1:09 UTC  (2+ messages)

[PATCH] imx8m{m,n}-venice-gw7902: add GSC ADC rail for VDD_5P0
 2022-03-09  1:08 UTC  (2+ messages)

[PATCH] arm: dts: imx8m*-venice: add gpio hog support
 2022-03-09  1:08 UTC  (2+ messages)

[PATCH] usb: dwc3: Add support for usb3-phy PHY configuration
 2022-03-08 21:58 UTC  (10+ messages)

[PATCH v2 1/3] tools: kwboot: Allow to specify custom baudrate only in supported operations
 2022-03-08 19:22 UTC  (8+ messages)
` [PATCH v2 2/3] tools: kwboot: Check if baudrate value is supported before sending image
` [PATCH v2 3/3] tools: kwboot: Allow to mix positional arguments with option -b

[PATCH] imx8m{m,n}_venice_defconfig: add DT overlay support
 2022-03-08 18:51 UTC 

[PATCH] Nokia RX-51: Update documentation about QEMU
 2022-03-08 17:59 UTC 

Porting U-Boot's UEFI Payload to coreboot
 2022-03-08 16:09 UTC  (3+ messages)

[PATCH v2 00/13] event: Provide support for events to connect subsystems
 2022-03-08 16:06 UTC  (11+ messages)
` [PATCH v2 01/13] phy: nop-phy: Fix phy reset if no reset-gpio defined
` [PATCH v2 02/13] Makefile: Allow LTO to be disabled for a build
` [PATCH v2 05/13] event: Add basic support for events

[PATCH v2 1/2] generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
 2022-03-08 13:51 UTC  (4+ messages)
` [PATCH v2 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

[PATCH] mkimage: Call verify_header after writing image to disk
 2022-03-08 13:42 UTC  (3+ messages)
` [PATCH v2] tools: "

[PATCH v8 00/15] Add CAAM driver model support
 2022-03-08 13:34 UTC  (28+ messages)
` [PATCH v8 01/15] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "

[PATCH v4 05/11] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor
 2022-03-08 13:13 UTC  (11+ messages)

[PATCH] drivers: led: bcm6858: Set default brightness when setting LED state
 2022-03-08 11:27 UTC  (2+ messages)

[PATCH v1 0/1]wdt: nuvoton: Add support for Nuvoton
 2022-03-08  8:51 UTC  (2+ messages)
` [PATCH v1 1/1] wdt: "

[PATCH] arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet
 2022-03-08 12:25 UTC  (2+ messages)

[PATCH] arm: a37xx: Remap IO space to bus address 0x0
 2022-03-08 12:24 UTC  (2+ messages)

[PATCH u-boot-mvebu 0/5] arm: mvebu: a37xx: Add support for reading OTP
 2022-03-08 11:57 UTC  (4+ messages)
` [PATCH u-boot-mvebu v3 "

[PATCH] board: .gitignore: replace dsdt.c by dsdt_generated.c
 2022-03-08 11:52 UTC  (2+ messages)

[PATCH v4] scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c
 2022-03-08  9:38 UTC  (3+ messages)

Please pull u-boot-watchdog/master
 2022-03-08  9:14 UTC 

[PATCH] watchdog: rti_wdt: Add 10% safety margin to clock frequency
 2022-03-08  9:12 UTC  (2+ messages)

[PATCH u-boot-mvebu] watchdog: armada_37xx: Probe driver also when watchdog is already running
 2022-03-08  9:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add watchdog maintainers entry
 2022-03-08  9:10 UTC  (3+ messages)

[PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
 2022-03-08  9:09 UTC  (3+ messages)

drivers: clk: stm32h7: Endless loop of dead in driver probe function
 2022-03-08  9:00 UTC  (2+ messages)

[RFC 0/4] mtd: spinand: Add continuous read mode support
 2022-03-08  7:49 UTC  (5+ messages)
` [RFC 1/4] mtd: spinand: Add support continuous read mode
` [RFC 2/4] mtd: spinand: Add continuous read state
` [RFC 3/4] mtd: spinand: Add support continuous read operation
` [RFC 4/4] mtd: spinand: macronix: Add support for MX35LF2GE4AD

[PATCH] imx: Revert "imx: mx6ull: fix REFTOP_VBGADJ setting" and fix comments
 2022-03-08  6:42 UTC 

[PATCH] tools: kwboot: Check if baudrate value is supported before sending image
 2022-03-08  6:15 UTC  (7+ messages)
  ` kwboot - positional tty argument

[PATCH 0/3] Support pwm driver for aspeed ast26xx
 2022-03-08  3:04 UTC  (4+ messages)
` [PATCH 1/3] pwm: Add Aspeed ast2600 PWM support
` [PATCH 2/3] pinctrl: Add the pinctrl setting for PWM
` [PATCH 3/3] ARM: dts: ast2600: Add PWM to device tree

Booting RPI CM4 from Samsung NVMEs
 2022-03-07 16:59 UTC 

[PATCH 1/1] efi_loader: remove efi_disk_is_system_part()
 2022-03-08  0:50 UTC  (4+ messages)

[PATCH 0/7] Add Gateworks System Controller driver
 2022-03-08  0:24 UTC  (8+ messages)
` [PATCH 1/7] board: gateworks: gw_ventana: convert to DM_I2C
` [PATCH 2/7] board: gateworks: gw_ventana: move SPL uart config out of common
` [PATCH 3/7] board: gateworks: gw_ventana: move GPIO "
` [PATCH 4/7] board: gateworks: gw_ventana: move ft_early_fixups "
` [PATCH 5/7] drivers: misc: add Gateworks System Controller driver
` [PATCH 6/7] board: gateworks: gw_ventana: use comomn GSC driver
` [PATCH 7/7] board: gateworks: venice: use common "

[PATCH 00/11] vexpress64: OF_CONTROL and ARMv8-R64 support
 2022-03-08  0:28 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: set host_caps mmc modes to equivalent and lower buswidth
 2022-03-07 23:18 UTC 

[PATCH V3] dt-bindings: nvmem: add U-Boot environment variables binding
 2022-03-07 23:18 UTC  (2+ messages)

[PATCH 1/3] arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver
 2022-03-07 21:23 UTC  (6+ messages)
` [PATCH 2/3] arm: dts: Add mmc[01] aliases to am33xx.dtsi
` [PATCH 3/3] arm: dts: Add DTS description for MMC2 am33xx devices

[PATCH 1/4] drivers: led: led_bcm6753: initial support
 2022-03-07 21:23 UTC  (8+ messages)
` [PATCH 2/4] arch: arm: dts: bcm6753: add led support
` [PATCH 3/4] arch: arm: dts: bcm96753ref: enable "
` [PATCH 4/4] configs: bcm96753ref_ram_defconfig: "

[PATCH 0/3] gpio: Add AST2[456]00 GPIO driver
 2022-03-07 21:22 UTC  (7+ messages)
` [PATCH 1/3] gpio: Add Aspeed "
` [PATCH 2/3] ARM: dts: ast2500: Add ngpios property to GPIO node
` [PATCH 3/3] configs: evb-ast2[56]00: Enable GPIO control

[PATCH 1/5] bcm6753: add initial support
 2022-03-07 21:22 UTC  (10+ messages)
` [PATCH 2/5] gpio: bcm6345: allow to use this driver on arm bcm6753
` [PATCH 3/5] nand: brcmnand: add bcm6753 support
` [PATCH 4/5] watchdog: bcm6345: allow to use this driver on arm bcm6753
` [PATCH 5/5] bcm96753ref: add initial support

arm: stm32h7: Support for the STM32H747I-DISCO board
 2022-03-07 19:14 UTC  (5+ messages)

phy_connect_dev calling phy_reset???
 2022-03-07 18:13 UTC  (3+ messages)

[PATCH v3] spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
 2022-03-07 17:50 UTC 

[PATCH] tools: zynqmp: add support for PM_CONFIG_OBJECT_TYPE_BASE define
 2022-03-07 16:27 UTC 

[PATCH] cmd: test: pinmux: Do not check all empty spaces
 2022-03-07 16:18 UTC  (2+ messages)

[PATCH v3 1/2] ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts
 2022-03-07 14:52 UTC  (4+ messages)
` [PATCH v3 2/2] ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT

[PATCH] tools: kwboot: Allow to specify custom baudrate only in supported operations
 2022-03-07 14:35 UTC  (3+ messages)

[PATCH v2 1/2] ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts
 2022-03-07 13:55 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT

[PATCH 0/2] AM64: Tick timer fixes
 2022-03-07 13:41 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: k3-am642: Fix correct timer frequency

[PATCH v5 0/4] add TCB driver for sama5d2
 2022-03-07 13:14 UTC  (11+ messages)
` [PATCH v5 1/4] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v5 2/4] ARM: dts: at91: sama5d2: add AIC node
` [PATCH v5 4/4] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER

[PATCH v2 0/4] Add ESM driver support for AM64x R5 SPL/U-boot
 2022-03-07 11:37 UTC  (4+ messages)
` [PATCH v2 3/4] arch: arm: mach-k3: am642_init: Probe ESM nodes

[PATCH 1/2] ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts
 2022-03-07 11:27 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT

[PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding
 2022-03-07 10:31 UTC  (5+ messages)

[PATCH v2 1/5] doc: binding: scmi: link to latest Linux kernel binding
 2022-03-07 10:17 UTC  (4+ messages)
` [PATCH v2 5/5] clk: scmi: register scmi clocks with CCF

[PATCH] ARM: dts: k3-j721s2: Correct timer frequency
 2022-03-07  9:25 UTC 


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