public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-04-15 13:54:12 to 2024-04-17 09:06:48 UTC [more...]

[PATCH v1 00/25] stm32mp: Fix keys & leds management
 2024-04-17  9:06 UTC  (15+ messages)
` [PATCH v1 01/25] configs: stm32mp13: Enable FASTBOOT
` [PATCH v1 02/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_defconfig
` [PATCH v1 03/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_basic_defconfig
` [PATCH v1 04/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_trusted_defconfig
` [PATCH v1 05/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp13_defconfig
` [PATCH v1 06/25] board: st: stmp32mp1: Use BUTTON UCLASS in board_key_check()
` [PATCH v1 07/25] ARM: dts: stm32: Add gpio-keys for stm32mp135f-dk-u-boot

[PATCH 1/2] mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatible
 2024-04-17  9:02 UTC  (4+ messages)
` [PATCH 2/2] mmc: stm32_sdmmc2: Fix AARCH64 compilation warnings

[PATCH 1/3] ARM: dts: stm32: Fix partition node name for stm32mp157c-ev1-u-boot
 2024-04-17  9:00 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: stm32: Fix partition node name for stm32mp15xx-dhcor-u-boot
` [PATCH 3/3] ARM: dts: stm32: Fix partition node name for stm32mp15xx-dhcom-u-boot

[Patch] net: dwc_eth_qos - works with fixed-phy
 2024-04-17  8:41 UTC  (4+ messages)
    ` [Patch] dwc_eth_qos: Revert regression handling fixed phy

[PATCH 0/4] board: starfive: add Milk-V Mars CM support
 2024-04-17  8:22 UTC  (11+ messages)
` [PATCH 1/4] board: starfive: function to read eMMC size
` [PATCH 2/4] board: add support for Milk-V Mars CM
` [PATCH 3/4] doc: Milk-V Mars CM and Milk-V Mars CM Lite
` [PATCH 4/4] configs: visionfive2: enable SPL_YMODEM_SUPPORT

[PATCH 0/2] doc: env sub-commands, env list of aliases
 2024-04-17  8:06 UTC  (3+ messages)
` [PATCH 1/2] doc: sort env sub-commands alphabetically
` [PATCH 2/2] doc: update list of aliases for the env command

[PATCH 00/10] Add support for Ethernet Boot on SK-AM62
 2024-04-17  7:50 UTC  (11+ messages)
` [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

[PATCH] stm32mp: Reserve OPTEE area in EFI memory map
 2024-04-17  7:45 UTC  (3+ messages)

[PATCH v2] tpm: display warning if using gpio reset with TPM
 2024-04-17  7:00 UTC  (6+ messages)

[PATCH] riscv: dts: jh7110: Enable PLL node in SPL
 2024-04-17  4:59 UTC  (5+ messages)

[PATCH] board: ti: j721e: Add support for both esm probe
 2024-04-17  4:36 UTC 

[PATCH 1/2] mmc: Imply HS200 cap with mmc-hs400 prop to match linux
 2024-04-17  1:28 UTC  (11+ messages)
  ` [PATCH 2/2] mmc: Add support for the no-mmc-hs400 prop

[PATCH v2] net: wget: fix TCP sequence number wrap around issue
 2024-04-17  0:28 UTC  (2+ messages)

[PATCH] net: wget: Support retransmission a dropped packet
 2024-04-17  0:28 UTC  (2+ messages)

[PATCH] mmc: Support 32-bit only ADMA on 64-bit platforms
 2024-04-17  0:26 UTC  (2+ messages)

[PATCH] mmc: sdhci: Fix potential ADMA descriptor table overflow
 2024-04-17  0:25 UTC  (2+ messages)

[PATCH] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
 2024-04-17  0:25 UTC  (2+ messages)

[PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot
 2024-04-17  0:25 UTC  (39+ messages)
` [PATCH 02/23] mbedtls/external: add MbedTLS (Part 2)
` [PATCH 03/23] mbedtls: add mbedtls into the build system
` [PATCH 04/23] arm: EFI linker script text section alignment
` [PATCH 05/23] test: py: add sudo for virt-make-fs
` [PATCH 06/23] image: remove redundant hash includes
` [PATCH 07/23] efi_loader: "
` [PATCH 08/23] mbedtls: add hash shim layer
` [PATCH 09/23] hash: integrate hash on mbedtls
` [PATCH 10/23] makefile: add mbedtls include directories
` [PATCH 11/23] efi_loader: switch sha256 to mbedtls
` [PATCH 12/23] image: "
` [PATCH 13/23] mbedtls/external: support MicroSoft Authentication Code
` [PATCH 14/23] mbedtls/external: support PKCS9 Authenticate Attributes
` [PATCH 15/23] mbedtls/external: support decoding multiple signer's cert
` [PATCH 16/23] mbedtls/external: update MbedTLS PKCS7 test suites
` [PATCH 17/23] lib/crypto: Port public_key on MbedTLS
` [PATCH 18/23] lib/crypto: Port x509_cert_parser "
` [PATCH 19/23] lib/crypto: port PKCS7 parser "
` [PATCH 20/23] lib/crypto: port MSCode "
` [PATCH 21/23] lib/crypto: remove dependence on ASN1 decoder
` [PATCH 22/23] mbedtls: disable the unused features
` [PATCH 23/23] configs: enable MbedTLS as default setting

[PATCH] mmc: cv1800b: Add transmit tap delay config to fix write error
 2024-04-16 23:37 UTC  (2+ messages)

U-Boot/UKI Relationship Regarding Multiple DTBs
 2024-04-16 23:15 UTC  (2+ messages)

[PATCH u-boot-mvebu 00/10] Turris Omnia DDR training changes
 2024-04-16 19:45 UTC  (14+ messages)
` [PATCH u-boot-mvebu 01/10] ddr: marvell: a38x: debug: return from ddr3_tip_print_log() early if we won't print anything
` [PATCH u-boot-mvebu 02/10] ddr: marvell: a38x: debug: Remove unused variables
` [PATCH u-boot-mvebu 03/10] ddr: marvell: a38x: debug: Define DDR_VIEWER_TOOL variables only if needed, and make them static
` [PATCH u-boot-mvebu 04/10] ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to reduce binary size
` [PATCH u-boot-mvebu 05/10] arm: mvebu: turris_omnia: Enable immutable debug settings in DDR3 training by default
` [PATCH u-boot-mvebu 06/10] ddr: marvell: a38x: Import old DDR training code from 2017 version of U-Boot
` [PATCH u-boot-mvebu 07/10] ddr: marvell: a38x: old: Fix some compiler warning of the old code
` [PATCH u-boot-mvebu 08/10] ddr: marvell: a38x: old: Backport immutable debug settings
` [PATCH u-boot-mvebu 09/10] arm: mvebu: a38x: Add optional support for using old DDR3 training code
` [PATCH u-boot-mvebu 10/10] arm: mvebu: turris_omnia: Support old DDR3 training, selectable via env var

[PATCH 0/4] Kconfig: some cleanups
 2024-04-16 16:53 UTC  (12+ messages)
` [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii

[PATCH v2 0/5] Kconfig: some cleanups
 2024-04-16 16:28 UTC  (12+ messages)
` [PATCH v2 1/5] Kconfig: Remove trailing whitespace in its prompt
` [PATCH v2 2/5] Kconfig: Add missing quotes around source file
` [PATCH v2 3/5] Kconfig: Add missing quotes around default string value
` [PATCH v2 4/5] Kconfig: Make all Kconfig encoding ascii
` [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing

[PATCH] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option
 2024-04-16 16:23 UTC  (2+ messages)

[PATCH v2] configs: am62px_evm_a53_defconfig: Enable MMC UHS config option
 2024-04-16 16:21 UTC 

[PATCH] event: add an event for livetree fixups
 2024-04-16 16:05 UTC  (4+ messages)

[PATCH] fs/erofs: add DEFLATE algorithm support
 2024-04-16 15:14 UTC  (2+ messages)

[PATCH] rockchip: px30-board-tpl: Use CONFIG_TPL_BANNER_PRINT flag
 2024-04-16 13:22 UTC  (2+ messages)

[PATCH] Kconfig: Remove all default n options
 2024-04-16 13:04 UTC  (3+ messages)

[PATCH 0/3] sysreset: sophgo: milkv_duo: Add sysreset support for Milk-V Duo board
 2024-04-16  7:52 UTC  (4+ messages)
` [PATCH 1/3] sysreset: cv1800b: Add sysreset driver for cv1800b SoC
` [PATCH 2/3] board: sophgo: milkv_duo: Bind sysreset driver
` [PATCH 3/3] configs: milkv_duo: Add sysreset configs

[PATCH v2 0/2] sunxi, usb: UDC/DM gadget model support
 2024-04-16 12:46 UTC  (2+ messages)

[PATCH 1/4] arm: davinci: Migrate da850-evm to OF_UPSTREAM
 2024-04-16 11:53 UTC  (3+ messages)

[PATCH] imx93: Move SoC and lifeclycle information to debug level
 2024-04-16 10:26 UTC  (2+ messages)

[PATCH] usb: musb-new: sunxi: support usage with DM_USB_GADGET
 2024-04-16 10:02 UTC  (4+ messages)

[PATCH v2 00/16] EFI: ti: Enable EFI capsule updates
 2024-04-16  9:59 UTC  (5+ messages)
` [PATCH v2 12/16] arm: dts: k3-am625-sk-u-boot: Add sysreset-controller node

[PATCH] usb: dwc3: support USB 3.1 controllers
 2024-04-16  9:56 UTC  (2+ messages)

[PATCH 0/2] qcom: capsule update prep (DFU scsi + GPT part type flags)
 2024-04-16  9:49 UTC  (5+ messages)
` [PATCH 1/2] dfu: add scsi backend
` [PATCH 2/2] disk: expose partition type flags

[PATCH v4 0/6] Enable ICSSG Ethernet Driver for AM65x
 2024-04-16  9:20 UTC  (7+ messages)
` [PATCH v4 1/6] arm: dts: k3-am654-base-board: Add ICSSG2 Ethernet support
` [PATCH v4 2/6] arm: dts: k3-am65x-binman: Add ICSSG2 overlay and configuration
` [PATCH v4 3/6] configs: am65x_evm_a53: Enable ICSSG Driver
` [PATCH v4 4/6] configs: am65x_evm_a53: add SPL_LOAD_FIT_APPLY_OVERLAY
` [PATCH v4 5/6] board: ti: am65x: Add check for k3-am654-icssg2 in board_fit_config_match()
` [PATCH v4 6/6] board: ti: am65x: Set fw_storage_interface and fw_dev_part ENVs

[PATCH] usb: dwc2: Add in version 4xx compatibility
 2024-04-16  9:06 UTC  (4+ messages)

[PATCH] usb: dwc2: update reset method for host and device mode
 2024-04-16  8:54 UTC  (3+ messages)

[PATCH] clk: zynq: Fix EMIO clock use detection for gem0
 2024-04-16  8:44 UTC 

[PATCH v3 0/1] Introduce fastboot oem board command
 2024-04-16  8:05 UTC  (2+ messages)

[PATCH 0/4] configs: apple: Switch to standard boot + small adjustments
 2024-04-16  7:50 UTC  (8+ messages)
` [PATCH 2/4] configs: apple: Use "vidconsole,serial" as stdout/stderr
` [PATCH 3/4] configs: apple: Enable CMD_SELECT_FONT and FONT_16X32
` [PATCH 4/4] arm: apple: Switch to standard boot

[PATCH 1/1] Makefile: don't add -Wno-maybe-uninitialized twice
 2024-04-16  7:35 UTC 

[PATCH] env: mmc: print MMC device being read
 2024-04-16  5:28 UTC  (3+ messages)

inconsistent wget behavior
 2024-04-16  0:45 UTC  (9+ messages)
` [PATCH 0/1] net: wget: fix TCP sequence number wrap around issue
  ` [PATCH 1/1] "

[GIT PULL] Please pull u-boot-imx-master-20240415
 2024-04-16  0:36 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-mmc master
 2024-04-16  0:35 UTC  (2+ messages)

Pull Request: Please pull u-boot-socfpga-next-20240415
 2024-04-16  0:35 UTC  (2+ messages)

[PATCH] DRAM_SUN50I_H616_TRIM_SIZE
 2024-04-15 21:49 UTC  (3+ messages)

[PATCH 0/5] Fix MMC tuning algorithm
 2024-04-15 21:27 UTC  (6+ messages)
` [PATCH 1/5] mmc: am654_sdhci: Add tuning algorithm for delay chain
` [PATCH 2/5] mmc: am654_sdhci: Fix OTAP/ITAP delay values
` [PATCH 3/5] mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit
` [PATCH 4/5] mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode
` [PATCH 5/5] mmc: am654_sdhci: Fix ITAPDLY for HS400 timing

[PATCH v1] arm: dts: k3-am625-verdin: add tifsstub to tispl.bin
 2024-04-15 20:24 UTC  (2+ messages)

[PATCH 0/4] Cleanup K3 binman templating
 2024-04-15 19:13 UTC  (3+ messages)

[PATCH v2 0/3] qcom: serial_msm: calculate UARTDM_CSR automatically
 2024-04-15 18:45 UTC  (5+ messages)
` [PATCH v2 1/3] clk/qcom: apq8016: return valid rate when setting UART clock
` [PATCH v2 2/3] clk/qcom: ipq4019: "
` [PATCH v2 3/3] serial: msm: calculate bit clock divider

[PATCH 1/3] serial: allow selecting MSM debug UART with ARCH_IPQ40XX
 2024-04-15 18:44 UTC  (4+ messages)
` (subset) "

[PATCH v6 0/5] imx93: Conver to OF_UPSTREAM
 2024-04-15 17:02 UTC  (5+ messages)

[PATCH] mmc: sdhci: programmable clock calculation needs multiplier +1
 2024-04-15 14:47 UTC  (2+ messages)

[PATCH 0/3] qcom: serial_msm: calculate UARTDM_CSR automatically
 2024-04-15 14:38 UTC  (5+ messages)
` [PATCH 3/3] serial: msm: calculate bit clock divider

[PATCH v2 00/23] rockchip: rk35xx: Miscellaneous fixes and updates
 2024-04-15 14:17 UTC  (10+ messages)
` [PATCH v2 14/23] rockchip: rk3588-coolpi: Add boards to documentation
` [PATCH v2 15/23] rockchip: rk3588-toybrick: Add missing Kconfig options

[PATCH v3 00/11] rockchip: sdram: Support getting banks from TPL for rk3568 and rk3588
 2024-04-15 14:17 UTC  (12+ messages)
` [PATCH v3 01/11] "
` [PATCH v3 02/11] rockchip: NR_DRAM_BANKS now defaults to 10 when Rockchip TPL blob is used
` [PATCH v3 03/11] rockchip: nanopc-t6-rk3588: use DRAM banks from ATAGS
` [PATCH v3 04/11] rockchip: quartzpro64-rk3588: "
` [PATCH v3 05/11] rockchip: rock5a-rk3588s: "
` [PATCH v3 06/11] rockchip: rock5b-rk3588: "
` [PATCH v3 07/11] rockchip: evb_rk3588 et al.: "
` [PATCH v3 08/11] rockchip: toybrick_rk3588: "
` [PATCH v3 09/11] rockchip: turing-rk1-rk3588: "
` [PATCH v3 10/11] rockchip: rk3588: "
` [PATCH v3 11/11] rockchip: rk356x: "

[PATCH] ARM: stm32: Initialize TAMP_SMCR BKP..PROT fields on STM32MP15xx
 2024-04-15 12:56 UTC  (3+ messages)


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