public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-03-08 11:42:47 to 2022-03-10 04:33:28 UTC [more...]

[0/3] Add support for different mediatek pinctrl designs
 2022-03-10  4:31 UTC  (2+ messages)
` [1/3] pinctrl: mediatek: rewrite mtk_pinconf_set and related functions

[PATCH v3] wdt: nuvoton: Add support for Nuvoton
 2022-03-10  3:50 UTC 

[RFC PATCH v3 0/2] enable menu-driven boot device selection
 2022-03-10  2:42 UTC  (12+ 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 01/15] Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig
 2022-03-10  2:33 UTC  (17+ messages)
` [PATCH 02/15] arm: sunxi: Remove most SoC-specific config header files
` [PATCH 03/15] Convert CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig
` [PATCH 04/15] Convert CONFIG_A003399_NOR_WORKAROUND "
` [PATCH 05/15] Convert CONFIG_A008044_WORKAROUND "
` [PATCH 06/15] Convert CONFIG_ARP_TIMEOUT "
` [PATCH 07/15] Convert CONFIG_NET_RETRY_COUNT "
` [PATCH 08/15] powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace
` [PATCH 09/15] Convert CONFIG_BOOT_RETRY_TIME et al to Kconfig
` [PATCH 10/15] Convert CONFIG_NFS_TIMEOUT "
` [PATCH 11/15] Remove CONFIG_HAS_ETH0 et al symbols
` [PATCH 12/15] Convert CONFIG_ETHPRIME to Kconfig
` [PATCH 13/15] imx: Convert some boards to DM_ETH
` [PATCH 14/15] net: fec_mxc: Remove non-DM_ETH code
` [PATCH 15/15] net: fec_mxc: Drop CONFIG_FEC_XCV_TYPE

[PATCH v3 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-03-10  0:02 UTC  (31+ messages)
` [PATCH v3 01/19] scsi: call device_probe() after scanning
` [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
  ` [PATCH v3 08/19] dm: add tag support

[PATCH v3] arm: kirkwood: nas220: Add DM Ethernet, SATA, GPIO
 2022-03-09 22:44 UTC  (4+ messages)

[PATCH] WIP: Nokia RX-51: Convert to CONFIG_DM_VIDEO
 2022-03-09 22:20 UTC  (16+ messages)
` [PATCH] "
` [PATCH v2 1/2] video: Allow drivers to allocate the frame buffer themselves
  ` [PATCH v2 2/2] Nokia RX-51: Convert to CONFIG_DM_VIDEO

[PATCH 1/1] efi_loader: copy GUID in InstallProtocolInterface()
 2022-03-09 21:57 UTC 

[PATCH v3 0/4] Add ESM driver support for AM64x R5 SPL/U-boot
 2022-03-09 20:42 UTC  (5+ messages)
` [PATCH v3 1/4] misc: k3_esm: Add functionality to set and route error events within K3SoC
` [PATCH v3 2/4] arm: dts: k3-am64: Add support for ESM device nodes
` [PATCH v3 3/4] arch: arm: mach-k3: am642_init: Probe ESM nodes
` [PATCH v3 4/4] configs: am64x_evm_r5_defconfig: Add support for ESM

Please pull u-boot-watchdog/master
 2022-03-09 20:01 UTC  (2+ messages)

[PATCH] board: .gitignore: replace dsdt.c by dsdt_generated.c
 2022-03-09 20:01 UTC  (3+ messages)

[PATCH] .mailmap: Fix Heinrich's xypron.glpk@gmx.de record
 2022-03-09 20:00 UTC  (2+ messages)

[PATCH v2] drivers: serial: Make sure we really return a serial device
 2022-03-09 20:00 UTC  (2+ messages)

[PATCH v2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary
 2022-03-09 16:10 UTC  (2+ messages)

[PATCH] ARM: imx: romapi: Repair FlexSPI NOR boot offset
 2022-03-09 16:09 UTC 

[PATCH V3] dt-bindings: nvmem: add U-Boot environment variables binding
 2022-03-09 15:40 UTC  (4+ messages)

[PATCH v3 0/8] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-09 15:32 UTC  (26+ messages)
` [PATCH v3 1/8] tpm: rng: Change tpm_get_random to return an int
` [PATCH v3 2/8] tpm: Fix the return type of tpm_startup
` [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 0/3] Support any-salt for padding pss verification
 2022-03-09  9:27 UTC  (4+ messages)
` [PATCH 1/3] lib: rsa: Fix const-correctness of rsassa_pss functions
` [PATCH 2/3] lib: rsa: Leverage existing data buffer instead of systematic copy
` [PATCH 3/3] lib: rsa: Update function padding_pss_verify (any-salt)

[PATCH] doc: device-tree-bindings: watchdog: document common properties
 2022-03-09 13:56 UTC 

[PATCH v4 0/8] tpm: rng: Move TPM RNG functionality to driver model
 2022-03-09 12:28 UTC  (9+ messages)
` [PATCH v4 1/8] tpm: rng: Change tpm_get_random to return an int
` [PATCH v4 2/8] tpm: Fix the return type of tpm_startup
` [PATCH v4 3/8] tpm: rng: Add driver model interface for TPM RNG device
` [PATCH v4 4/8] tpm: Add the RNG child device
` [PATCH v4 5/8] qemu: arm: Remove platform specific function to get RNG device
` [PATCH v4 6/8] cmd: rng: Add support for selecting "
` [PATCH v4 7/8] doc: rng: Add documentation for the rng command
` [PATCH v4 8/8] test: rng: Add a UT testcase "

[PATCH 0/3] net: phy: Add support for ethernet-phy-id
 2022-03-09 11:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove duplicated entry for ehci-zynq.c
 2022-03-09 11:42 UTC  (2+ messages)

[PATCH] arm64: zynqmp: add support for zcu106 rev1.0
 2022-03-09 11:39 UTC  (2+ messages)

[PATCH] tools: zynqmp: add support for PM_CONFIG_OBJECT_TYPE_BASE define
 2022-03-09 11:38 UTC  (2+ messages)

drivers: clk: stm32h7: Endless loop of dead in driver probe function
 2022-03-09 11:38 UTC  (7+ messages)

[PATCH 0/3] i2c: i2c-cdns: Driver fixes
 2022-03-09 11:36 UTC  (2+ messages)

[PATCH 0/2] xilinx: video: add skeleton drivers for zynqmp DP
 2022-03-09 11:36 UTC  (2+ messages)

[PATCH 0/4] mmc: zynq_sdhci: Add support for dynamic IP configuration
 2022-03-09 11:35 UTC  (2+ messages)

[PATCH v2] armv8: layerscape: fix the function mismatch issue
 2022-03-09 11:10 UTC  (2+ messages)

iMX8MM USB support?
 2022-03-09 11:06 UTC  (10+ messages)

[PATCH v6 0/4] add TCB driver for sama5d2
 2022-03-09  9:53 UTC  (7+ messages)
` [PATCH v6 1/4] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v6 2/4] ARM: dts: at91: sama5d2: add AIC node
` [PATCH v6 3/4] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v6 4/4] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER

[PATCH v3 0/2] usb: dwc3: Enable PHY support
 2022-03-09  9:05 UTC  (3+ messages)
` [PATCH v3 1/2] generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/
` [PATCH v3 2/2] usb: dwc3: Add support for usb3-phy PHY configuration

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

[PATCH] armv8: layerscape: fix the function mismatch issue
 2022-03-09  7:08 UTC 

[PATCH] riscv: Fix build against binutils 2.38
 2022-03-09  6:31 UTC  (8+ messages)

[PATCH v2 0/1]wdt: nuvoton: Add support for Nuvoton
 2022-03-09  6:21 UTC  (3+ messages)
` [PATCH v2 1/1] wdt: "

[PATCH v2 1/3] tools: kwboot: Allow to specify custom baudrate only in supported operations
 2022-03-09  5:51 UTC  (9+ 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] mtd: spi-nor-ids: Add Winbond W25Q128JW ID
 2022-03-09  4:33 UTC  (2+ messages)

[PATCH] ARM: dts: imx: Add flexspi node to i.MX8MP
 2022-03-09  3:19 UTC 

[PATCH] spi: nxp_fspi: Add i.MX8MP compatible string
 2022-03-09  3:18 UTC 

[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] 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  (9+ messages)
` [PATCH v2 01/13] phy: nop-phy: Fix phy reset if no reset-gpio defined
` [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: "

[EXT] Re: [PATCH v8 01/15] crypto/fsl: Add support for CAAM Job ring driver model
 2022-03-08 13:34 UTC  (15+ 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 "


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