public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-10-15 07:48:13 to 2023-10-16 14:21:48 UTC [more...]

[PATCH v5 0/6] Introduce the sysinfo command
 2023-10-16 14:21 UTC  (4+ messages)
` [PATCH v5 2/6] cmd: Add a "

[PATCH 0/9] Suspend to RAM support for K3 J7200
 2023-10-16 14:11 UTC  (10+ messages)
` [PATCH 1/9] DO NOT MERGE: arm: dts: k3-j7200-r5-common: Add pmic node for esm
` [PATCH 2/9] configs: j7200_evm_r5: Used reserved memory in DDR for stack
` [PATCH 3/9] configs: j7200_evm_r5: Move address used for allocation in the reserved space
` [PATCH 4/9] board: ti: j721e: Add resume detection for J7200
` [PATCH 5/9] ram: k3-ddrss: Add exit retention support
` [PATCH 6/9] board: ti: j721e: Add the missing part of exit retention for k3-ddrss (J7200)
` [PATCH 7/9] board: ti: j721e: During resume spl restores TF-A and DM-Firmware
` [PATCH 8/9] arm: mach-k3: j7200: Skip fit processing when resuming
` [PATCH 9/9] cmd: test_enter_suspend: Add test_enter_suspend command

[PATCH 1/2] command.h: Add a U_BOOT_LONGHELP macro
 2023-10-16 13:09 UTC  (3+ messages)

[PATCH v7 0/9] Add EFI HTTP boot support
 2023-10-16 13:00 UTC  (16+ messages)
` [PATCH v7 1/9] net: wget: prevent overwriting reserved memory
` [PATCH v7 2/9] net: wget: add wget with dns utility function
` [PATCH v7 3/9] blk: blkmap: add ramdisk creation "
` [PATCH v7 4/9] efi_loader: create default file boot option
` [PATCH v7 5/9] efi_loader: support boot from URI device path
` [PATCH v7 6/9] efi_loader: add CDROM short-form "
` [PATCH v7 7/9] Boot var automatic management for removable medias
` [PATCH v7 8/9] cmd: efidebug: add uri device path
` [PATCH v7 9/9] doc: uefi: add HTTP Boot support

failed to build u-boot mt7621_rfb_defconfig
 2023-10-16 13:00 UTC  (2+ messages)

[PATCH v3 00/21] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-16 12:59 UTC  (26+ messages)
` [PATCH v3 01/21] serial: sh: Fix compile error when lacking HSCIF support
` [PATCH v3 02/21] dt-bindings: Add RZ/G2L CPG bindings
` [PATCH v3 03/21] dt-bindings: Add RZ/G2L PFC bindings
` [PATCH v3 04/21] dt-bindings: Add RZ/G2L IRQC bindings
` [PATCH v3 05/21] arm: rmobile: Add basic RZ/G2L family support
` [PATCH v3 06/21] arm: rmobile: Add basic R9A07G044L SoC support
` [PATCH v3 07/21] clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver
` [PATCH v3 08/21] arm: rmobile: Restrict PINCTRL_PFC selection to R-Car gen3/gen4
` [PATCH v3 09/21] cmd: gpio: Skip output on -ENOENT
` [PATCH v3 10/21] pinctrl: renesas: Add RZ/G2L PFC driver
` [PATCH v3 11/21] gpio: Add RZ/G2L GPIO driver
` [PATCH v3 12/21] serial: sh: Fix error handling
` [PATCH v3 13/21] serial: sh: Sort includes
` [PATCH v3 14/21] serial: sh: Add RZ/G2L SCIF support
` [PATCH v3 15/21] mmc: renesas-sdhi: Refactor probe function
` [PATCH v3 16/21] mmc: renesas-sdhi: Initialize module on RZ/G2L
` [PATCH v3 17/21] arm: rmobile: Include <asm/types.h> in header
` [PATCH v3 18/21] arm: rmobile: Add CPU detection for RZ/G2L
` [PATCH v3 19/21] arm: rmobile: Support RZ/G2L memory map
` [PATCH v3 20/21] arm: dts: Import RZ/G2L SMARC EVK device tree
` [PATCH v3 21/21] board: rzg2l: Add RZ/G2L SMARC EVK board

[PATCH v2 1/7] spl: fit: Add board level function to decide application of DTO
 2023-10-16 12:50 UTC  (7+ messages)
` [PATCH v2 2/7] arm64: dts: imx8mp: Switch to DT overlays for i.MX8MP DHCOM SoM
` [PATCH v2 3/7] arm64: dts: imx8mp: Update i.MX8MP DHCOM SoM DT to production rev.200
` [PATCH v2 4/7] arm64: dts: imx8mp: Drop i.MX8MP DHCOM rev.100 PHY address workaround from PDK3 DT
` [PATCH v2 5/7] arm64: dts: imx8mp: Add DT overlay describing i.MX8MP DHCOM SoM rev.100
` [PATCH v2 6/7] arm64: dts: imx8mp: Make GPIO3 available early in U-Boot proper on i.MX8MP DHCOM
` [PATCH v2 7/7] arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DT

[PATCH RESEND v3 1/1] arm: dts: icnova-a20-adb4006: Add board support
 2023-10-16 12:43 UTC  (2+ messages)

[PATCH] pstore: Use root address-cells/size-cells as defaults for reserved-memory
 2023-10-16 12:23 UTC  (4+ messages)

[PATCH v2 3/6] board: phytec: phycore-imx8mp: Add EEPROM detection initialisation
 2023-10-16 11:51 UTC 

[PATCH v2 4/6] board: phytec: phycore_imx8mp: Update 2GB RAM Timings
 2023-10-16 11:51 UTC 

[PATCH v2 6/6] board: phytec: phycore_imx8mp: Add 4000MTS RAM timings based on PCB rev
 2023-10-16 11:51 UTC 

[PATCH v2 2/6] board: phytec: common: Add imx8m specific EEPROM detection support
 2023-10-16 11:50 UTC 

[PATCH v2 1/6] board: phytec: Add common PHYTEC SoM detection
 2023-10-16 11:50 UTC 

[PATCH v2 5/6] board: phytec: common: phytec_som_detection: Add helper for PCB revision
 2023-10-16 11:50 UTC 

[PATCH v2 0/1] sunxi: H616: add LPDDR4 support
 2023-10-16  5:34 UTC  (2+ messages)
` [PATCH v2 1/1] sunxi: H616: add LPDDR4 DRAM support

[PATCH 0/6] binman: Update CBFS implementation
 2023-10-16 11:45 UTC  (6+ messages)
` [PATCH 1/6] binman: Reset missing bintools after testing
` [PATCH 2/6] binman: Don't add compression attribute for uncompressed files
` [PATCH 3/6] binman: Ensure attributes always come last in the metadata

[PATCH 0/3] Use FEAT_HAFDBS to track dirty pages
 2023-10-16 11:21 UTC  (7+ messages)
` [PATCH 1/3] arm64: Use FEAT_HAFDBS to track dirty pages when available

[PATCH v4] dt-bindings: mtd: fixed-partitions: Add compression property
 2023-10-16  9:28 UTC  (2+ messages)

[PATCH v2 1/3] arm: dts: imx8mm: move firmware/optee node to common imx8mm-u-boot.dtsi
 2023-10-16  9:23 UTC  (2+ messages)

[PATCH] usbarmory: Add DM_I2C and DM_SERIAL support
 2023-10-16  9:23 UTC 

[PATCH v1] board: toradex: verdin-imx8mm: set fixed LPDDR4 refresh rate as per errata ERR050805
 2023-10-16  9:23 UTC  (2+ messages)

[PATCH v3 2/3] usb: ehci: mxs: Use regulator_set_enable_if_allowed()
 2023-10-16  9:23 UTC  (2+ messages)

[PATCH] toradex: verdin-imx8mm/imx8mp: Remove bootcmd_mfg
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v1] board: toradex: verdin-imx8mm: enable usb sdp spl recovery support
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH] arm: mach-imx: Makefile: Extend u-boot-nand.imx padding
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH] imx8mp: binman: rename spl and u-boot nodes
 2023-10-16  9:23 UTC  (2+ messages)

[PATCH] toradex: colibri_imx7: Enable nand/emmc detection and set boot variant
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v2] mx8m: csf.sh: pad csf blob for u-boot.itb to CSF_SIZE minus IVT header
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v3] imx: syscounter: allow timer_init for SPL build
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v2] arm: imx: imx8m: add optee configuration to ft_system_setup
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v3 1/3] usb: ehci: mxs: Fix the USB node pointer retrieval
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH 5/6] board: gateworks: venice: add imx8mm-gw7905-0x support
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH] arm: dts: imx6ull-14x14-evk-u-boot: add rngb
 2023-10-16  9:22 UTC 

[PATCH] smegw01: Remove misuse of CONFIG_ENV_IS_NOWHERE
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH resend 1/2] imx: spl_imx_romapi: avoid tricky use of spl_load_simple_fit() to get full FIT size
 2023-10-16  9:22 UTC  (2+ messages)

[PATCH v2 2/3] arm: dts: imx8mp: move firmware/optee node to common imx8mp-u-boot.dtsi
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH 2/6] board: gateworks: venice: add imx8mp-gw71xx-2x support
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH 4/6] board: gateworks: venice: add imx8mp-gw73xx-2x support
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH 6/6] board: gateworks: venice: updates for imx8mp-venice-gw74xx revB PCB
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH 3/6] board: gateworks: venice: add imx8mp-gw72xx-2x support
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH v2] arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH] imx: hab: Use CONFIG_SPL_LOAD_FIT_ADDRESS in the CSF example
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH v2 3/3] arm: dts: imx8mn: protect the firmware/optee node with ifdef
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH] verdin-imx8mp: drop unused tdx easy installer ifdef
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH resend 2/2] imx: spl_imx_romapi.c: remove dead code
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH v3 3/3] mx28evk: Add USB Mass Storage support
 2023-10-16  9:21 UTC  (2+ messages)

[PATCH] arm: kirkwood: Pogo v4: Enable LTO
 2023-10-16  9:19 UTC  (2+ messages)

[PATCH] arm: mvebu: AC5/AC5X: Disable SMBIOS
 2023-10-16  9:02 UTC  (2+ messages)

[PATCH v5] bootstd: sata: Add bootstd support for ahci sata
 2023-10-16  9:01 UTC  (2+ messages)

[PATCH 0/2] arm: mvebu: clearfog: support additional ddr
 2023-10-16  9:01 UTC  (5+ messages)
` [PATCH 1/2] arm: mvebu: clearfog: read number of ddr channels from tlv data
` [PATCH 2/2] arm: mvebu: clearfog: support 512MB memory size from tlv eeprom

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

[PATCH v2 0/2] serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE
 2023-10-16  8:35 UTC  (3+ messages)
` [PATCH v2 1/2] serial: serial-uclass.c: move definition of _serial_flush up a bit
` [PATCH v2 2/2] serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE

[RESEND PATCH] bootstd: sata: bootdev scanning for ahci sata with no drive attached
 2023-10-16  8:32 UTC  (2+ messages)

[PATCH] arm: mvebu: Enable bootstd for Thecus N2350 board
 2023-10-16  8:31 UTC  (2+ messages)

[PATCH] arm: mvebu: Enable bootstd for Synology DS116 board
 2023-10-16  8:31 UTC  (2+ messages)

[PATCH] cyclic: doc: Update documentation for CONFIG_CYCLIC_MAX_CPU_TIME_US
 2023-10-16  8:31 UTC  (2+ messages)

[PATCH v2] wdt: nuvoton: fix reset/expire function error
 2023-10-16  8:14 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-amlogic-20231015
 2023-10-16  6:48 UTC 

[PATCH 1/3] ARM: imx: Factor out parsing of ROM log
 2023-10-16  6:44 UTC  (3+ messages)
` [PATCH 3/3] ARM: imx: Add support for detecting primary/secondary bmode on MX8M

[PATCH v6 0/9] Add EFI HTTP boot support
 2023-10-16  6:35 UTC  (13+ messages)
` [PATCH v6 1/9] net: wget: prevent overwriting reserved memory
` [PATCH v6 2/9] net: wget: add wget with dns utility function
` [PATCH v6 3/9] blk: blkmap: add ramdisk creation "
` [PATCH v6 4/9] efi_loader: create default file boot option
` [PATCH v6 5/9] efi_loader: support boot from URI device path
` [PATCH v6 6/9] efi_loader: add CDROM short-form "
` [PATCH v6 7/9] Boot var automatic management for removable medias
` [PATCH v6 8/9] cmd: efidebug: add uri device path
` [PATCH v6 9/9] doc: uefi: add HTTP Boot support

[PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues
 2023-10-16  6:34 UTC  (5+ messages)

[PATCH v2 0/4] firmware: scmi: add SCMI power domain protocol support
 2023-10-16  5:39 UTC  (5+ messages)
` [PATCH v2 1/4] firmware: scmi: add "
` [PATCH v2 2/4] power: domain: add SCMI driver
` [PATCH v2 3/4] sandbox: add SCMI power domain protocol support for testing
` [PATCH v2 4/4] test: dm: add SCMI power domain protocol test

[RESEND PATCH v6 0/9] Add EFI HTTP boot support
 2023-10-16  4:23 UTC  (10+ messages)
` [RESEND PATCH v6 1/9] net: wget: prevent overwriting reserved memory
` [RESEND PATCH v6 2/9] net: wget: add wget with dns utility function
` [RESEND PATCH v6 3/9] blk: blkmap: add ramdisk creation "
` [RESEND PATCH v6 4/9] efi_loader: create default file boot option
` [RESEND PATCH v6 5/9] efi_loader: support boot from URI device path
` [RESEND PATCH v6 6/9] efi_loader: add CDROM short-form "
` [RESEND PATCH v6 7/9] Boot var automatic management for removable medias
` [RESEND PATCH v6 8/9] cmd: efidebug: add uri device path
` [RESEND PATCH v6 9/9] doc: uefi: add HTTP Boot support

[PATCH 0/4] firmware: scmi: add SCMI power domain protocol support
 2023-10-16  1:59 UTC  (4+ messages)
` [PATCH 4/4] test: dm: add SCMI power domain protocol test

[PATCH v4] imx8mp-evk: Add USB0 OTG support
 2023-10-16  0:24 UTC 

[PATCH v3] imx8mp-evk: Add USB0 OTG support
 2023-10-16  0:18 UTC 

[PATCH] arm64: dts: imx8mp: Describe M24C32-D write-lockable page in DH i.MX8MP DHCOM DT
 2023-10-16  0:05 UTC 

[PATCH] eeprom: at24: add ST M24C32-D Additional Write lockable page support
 2023-10-16  0:04 UTC 

[PATCH] arm64: dts: imx8mp: Make GPIO3 available early in U-Boot proper on i.MX8MP DHCOM
 2023-10-15 22:41 UTC 

[PATCH v4 0/8] Add rkmtd command
 2023-10-15 22:34 UTC  (9+ messages)
` [PATCH v4 1/8] mtd: nand: raw: rockchip_nfc: add NAND_SKIP_BBTSCAN option
` [PATCH v4 2/8] rockchip: dm: prepare rkmtd UCLASS
` [PATCH v4 3/8] rockchip: block: add rkmtd class and drivers
` [PATCH v4 4/8] rockchip: block: blk-uclass: disable bounce buffer support for rkmtd
` [PATCH v4 5/8] rockchip: cmd: add rkmtd command
` [PATCH v4 6/8] rockchip: test: dm: add rkmtd test
` [PATCH v4 7/8] rockchip: doc: add rkmtd.rst
` [PATCH v4 8/8] rockchip: configs: sandbox: enable rkmtd command

[PATCH] arm: mach-apple: Move M1/M2 specifics into a separate folder
 2023-10-15 19:49 UTC  (6+ messages)

[PATCH v2 00/29] test: spl: Test some load methods
 2023-10-15 19:20 UTC  (16+ messages)
` [PATCH v2 02/29] spl: nor: Don't allocate header on stack
` [PATCH v2 04/29] arm: imx: Fix i.MX8 container load address
` [PATCH v2 06/29] arm: imx: Use log_err for errors in read_auth_container
` [PATCH v2 07/29] arm: imx: Add function to validate i.MX8 containers
` [PATCH v2 08/29] arm: imx: Check header before calling spl_load_imx_container
` [PATCH v2 09/29] Move i.MX8 container image loading support to common/spl
` [PATCH v2 10/29] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time
` [PATCH v2 12/29] fs: Disable sandbox filesystem in SPL
` [PATCH v2 17/29] net: bootp: Fall back to BOOTP from DHCP when unit testing
` [PATCH v2 20/29] sandbox: Support -T in spl
` [PATCH v2 27/29] test: spl: Add a test for the NET load method

[PATCH v2 00/19] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-15 19:05 UTC  (6+ messages)
` [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

[PATCH] mmc: sh_sdhi: Drop unused driver
 2023-10-15 18:40 UTC  (2+ messages)

[PATCH v2] imx8mp-evk: Add USB0 OTG support
 2023-10-15 17:47 UTC  (2+ messages)

[PATCH] sunxi: H616: DRAM: refactor mctl_phy_configure_odt()
 2023-10-14 19:39 UTC  (2+ messages)

[PATCH v2 0/2] Meson A1: add HW RNG and AO Secure nodes
 2023-10-15 10:31 UTC  (2+ messages)

[PATCH v3 0/1] hwrng: meson - add support for S4
 2023-10-15 10:31 UTC  (2+ messages)

[PATCH v1] drivers: don't compile Secure Monitor UCLASS unconditionally
 2023-10-15 10:30 UTC  (3+ messages)

[PATCH 00/26] test: spl: Test some load methods
 2023-10-14 14:37 UTC  (4+ messages)
` [PATCH 20/26] test: spl: Add functions to create images
  ` [SPAM] "

[PATCH v3 0/7] Add rkmtd command
 2023-10-14 18:20 UTC  (6+ messages)
` [PATCH v3 6/7] rockchip: test: dm: add rkmtd test
` [PATCH v3] rockchip: configs: sandbox: enable rkmtd command

[PATCH] firmware: scmi: Fix clearing variable
 2023-10-14 14:49 UTC  (2+ messages)


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