U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-16 08:20:18 to 2024-10-17 16:11:56 UTC [more...]

[PATCH 0/6] Add support of Android Boot Image version 2 and non-AB image
 2024-10-17 16:10 UTC  (6+ messages)
` [PATCH 1/6] bootstd: android: add support of bootimage v2
` [PATCH 2/6] bootstd: android: add non-A/B image support
` [PATCH 3/6] configs: khadas-vim3{l}: fix userdata size
` [PATCH 4/6] configs: khadas-vim3l_android{_ab}: move on bootmeth android
` [PATCH 5/6] configs: khadas-vim3_android{_ab}: "

[PATCH] ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastboot
 2024-10-17 15:24 UTC  (2+ messages)

[PATCH] dm: core: downgrade some dm_warn messages to log_debug()
 2024-10-17 15:09 UTC  (4+ messages)

[PATCH] usb: dwc3-generic: use DR_MODE_OTG when dr_mode isn't specified
 2024-10-17 14:54 UTC  (6+ messages)

[PATCH 1/2] arm64: imx8mp: Read MAC address from M24C32-D write-lockable page on DH i.MX8MP DHCOM if available
 2024-10-17 14:01 UTC  (11+ messages)
` [PATCH 2/2] arm64: imx8mp: Read item and serial number from EEPROM ID page on DH i.MX8MP DHCOM

[PATCH v2 0/3] image: android: misc fixes when using on Qualcomm platforms
 2024-10-17 14:44 UTC  (4+ messages)
` [PATCH v2 1/3] image: android: use ulong for kernel address
` [PATCH v2 2/3] image: android: do not boot XIP when kernel is compressed
` [PATCH v2 3/3] image: android: handle ramdisk default address

[PATCH v4 0/4] qcom: implement capsule updates
 2024-10-17 14:41 UTC  (9+ messages)
` [PATCH v4 1/4] dfu: add scsi backend
` [PATCH v4 4/4] qcom_defconfig: enable capsule update support

[PULL] u-boot-usb/master
 2024-10-17 14:26 UTC  (2+ messages)

[PATCH V2] cpu: imx8_cpu: Avoid revision to corrupt device tree
 2024-10-17 14:25 UTC  (6+ messages)

[PATCH v5 0/6] android_ab: introduce bcb ab_dump command and provide several bcb fixes
 2024-10-17 14:12 UTC  (7+ messages)
` [PATCH v5 1/6] include/android_ab: move ab_select_slot() documentation to @ notation
` [PATCH v5 2/6] cmd: bcb: rework the command to U_BOOT_LONGHELP approach
` [PATCH v5 3/6] treewide: bcb: move ab_select command to bcb subcommands
` [PATCH v5 4/6] cmd: bcb: change strcmp() usage style in the do_bcb_ab_select()
` [PATCH v5 5/6] cmd: bcb: introduce 'ab_dump' command to print BCB block content
` [PATCH v5 6/6] common: android_ab: fix slot suffix for abc block

[PATCH v1 0/1] Fix peripheral USB mode detection
 2024-10-17 13:13 UTC  (7+ messages)
` [PATCH v1 1/1] usb: ci_udc: don't use "advance" feature when setting address

[PATCH 0/1] sama5d3.dtsi pinctrl section fix
 2024-10-17  8:51 UTC  (3+ messages)
` [PATCH 1/1] Fixed sama5d3 dts file so PIO sections are inside pinctrl as in kernel dts

[PATCH v3 0/2] imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN
 2024-10-17 12:09 UTC  (5+ messages)
` [PATCH v3 1/2] imx: hab: rename imx_sec_config_fuse_t to imx_fuse_t
` [PATCH v3 2/2] imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN

[PATCH 0/3] image: android: misc fixes when using on Qualcomm platforms
 2024-10-17 12:16 UTC  (11+ messages)
` [PATCH 1/3] image: android: use ulong for kernel address
` [PATCH 2/3] boot: image-android: do not boot XIP when kernel is compressed
` [PATCH 3/3] image: android: handle ramdisk default address

[PATCH v3 2/6] treewide: bcb: move ab_select command to bcb subcommands
 2024-10-17 11:43 UTC  (15+ messages)

[PATCH] rockchip: rk3588-rock-5b: Drop upstream props from u-boot.dtsi
 2024-10-17 11:32 UTC  (2+ messages)

[PATCH] dt-bindings: remove phy/phy-qcom-qmp.h in favor of dts/upstream
 2024-10-17 10:54 UTC  (3+ messages)

[PATCH] qcom_defconfig: enable PINCONF
 2024-10-17 10:45 UTC  (2+ messages)

[PATCH] phy: qcom: ufs: drop unused ufsphy_v2_regs_layout
 2024-10-17 10:44 UTC  (2+ messages)

[PATCH 0/6] Add OPP_LOW support for J7200
 2024-10-17 10:40 UTC  (11+ messages)
` [PATCH 1/6] arm: dts: k3-j7200-r5-common: Add msmc clk to a72 node
` [PATCH 2/6] misc: k3_avs: Add OPP_LOW voltage and frequency to vd_data
` [PATCH 3/6] misc: k3_avs: Add k3_check_opp function
` [PATCH 4/6] arm: mach-k3: j721e-init.c: J7200: Add support for CONFIG_K3_OPP_LOW
` [PATCH 5/6] configs: j7200_evm_r5_defconfig: Define K3_OPP_LOW
` [PATCH 6/6] DONOTMERGE: For testing only

[PATCH] rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi
 2024-10-17  9:38 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-dfu-20241017
 2024-10-17  8:20 UTC 

[PATCH] efi_loader: Don't allocate from Special purpose memory
 2024-10-17  7:15 UTC  (3+ messages)

[PATCH] arm: dts: k3-j722s-r5-evm: Add LPDDR4 4000 MT/s configs
 2024-10-17  4:31 UTC  (3+ messages)

[PATCH] cpu: imx8_cpu: Avoid revision to corrupt device tree
 2024-10-17  3:45 UTC  (12+ messages)

[PATCH v7 0/6] FUSB302 USB-C controller support
 2024-10-17  3:14 UTC  (2+ messages)

[PATCH 0/4] some serial rx buffer patches
 2024-10-17  2:22 UTC  (2+ messages)

[PATCH v3 1/2] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts
 2024-10-17  1:15 UTC  (7+ messages)

[PATCH v4] dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dts
 2024-10-17  1:08 UTC 

[PATCH] ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32MP15xx DHSOM
 2024-10-17  0:14 UTC  (5+ messages)

[PATCH] mbedtls: fix defects in coverity scan
 2024-10-16 23:48 UTC 

[PATCH v13 00/21] Introduce the lwIP network stack
 2024-10-16 20:33 UTC  (30+ messages)
` [PATCH v13 01/21] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
` [PATCH v13 02/21] sandbox: add dummy driver ETH_SANDBOX_LWIP
` [PATCH v13 03/21] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
` [PATCH v13 04/21] test: boot: fix bootflow_cmd_label "
` [PATCH v13 05/21] net: introduce alternative implementation as net/lwip/
` [PATCH v13 06/21] net: split net into net{,-common,-legacy,-lwip}
  ` [PATCH v13 06/21] net: split net into net{, -common, -legacy, -lwip}
` [PATCH v13 07/21] net: eth-uclass: add function eth_start_udev()
` [PATCH v13 08/21] net: lwip: build lwIP
` [PATCH v13 09/21] net: lwip: add DHCP support and dhcp commmand
` [PATCH v13 10/21] net: lwip: tftp: bind to TFTP port only when in server mode
` [PATCH v13 11/21] net: lwip: add TFTP support and tftpboot command
` [PATCH v13 12/21] net: lwip: add ping command
` [PATCH v13 13/21] net: lwip: add dns command
` [PATCH v13 14/21] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v13 15/21] net: lwip: add wget command
` [PATCH v13 16/21] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v13 17/21] configs: add qemu_arm64_lwip_defconfig
` [PATCH v13 18/21] net: lwip: tftp: add support of blksize option to client
` [PATCH v13 19/21] net: lwip: add TFTP_BLOCKSIZE
` [PATCH v13 20/21] CI: add qemu_arm64_lwip to the test matrix
` [PATCH v13 21/21] MAINTAINERS: net: lwip: add myself as a maintainer

[PATCH v2] pico-imx7d: Increase ODT resistor value
 2024-10-16 20:15 UTC 

[PATCH v9 00/37] Implement ACPI on aarch64
 2024-10-16 20:10 UTC  (5+ messages)
` [PATCH v9 20/37] arm: gic-v3-its: Implement of_xlate
` [PATCH v9 22/37] drivers: misc: irq-uclass: Update irq_get_by_index

[PATCH] pico-imx7d: increase ODT resistor value from 60 to 120 ohm to improve DRAM stability
 2024-10-16 19:46 UTC  (4+ messages)

[PATCH] imx9: Improve boot device auto-selection
 2024-10-16 19:41 UTC  (4+ messages)

[PATCH v2] cmd: setexpr: fix no matching string in gsub return empty value
 2024-10-16 19:10 UTC  (6+ messages)

[PATCH] ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables
 2024-10-16 18:49 UTC  (2+ messages)

[PATCH] envtools: make them build again
 2024-10-16 18:44 UTC  (3+ messages)

[PATCH 0/4] stm32mp: fix boot issue with OP-TEE
 2024-10-16 18:30 UTC  (9+ messages)
` [PATCH 1/4] stm32mp: compute ram_top based on the optee base address only for STM32MP1
` [PATCH 2/4] ARM: stm32mp: enable data cache after LMB configuration "
` [PATCH 3/4] doc: clarify scmi device tree for stm32mp15 boards
` [PATCH 4/4] stm32mp: fix name of optee reserved memory node

[PATCH] stm32mp: cosmetic: remove empty comment block in configs file
 2024-10-16 18:28 UTC  (2+ messages)

[PATCH v2] ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32MP15xx DHSOM
 2024-10-16 18:21 UTC  (2+ messages)

[PATCH 00/17] (no cover subject)
 2024-10-16 18:20 UTC  (10+ messages)
` [PATCH 01/17] mailbox: add i.MX95 Messaging Unit (MU) driver
` [PATCH 08/17] scmi_protocols: update struct scmi_base_discover_list_protocols_out
` [PATCH 13/17] imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95
` [PATCH 14/17] imx95_evk: add i.MX95 19x19 EVK board basic support

[PATCH v2 1/3] ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsi
 2024-10-16 18:16 UTC  (9+ messages)
` [PATCH v2 2/3] ARM: dts: stm32: Switch to using upstream DT on DH STM32 DHSOM
` [PATCH v2 3/3] ARM: dts: stm32: Generate u-boot.itb using binman "

[PATCH v2] ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOM
 2024-10-16 18:13 UTC  (2+ messages)

[PATCH 0/1] arm: provide noncached_set_region prototype to fix build
 2024-10-16 17:44 UTC  (3+ messages)
` [PATCH 1/1] "

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2024-10-16 15:23 UTC  (5+ messages)
`  "

device_bind() with ofnode_null() tripping assert()?
 2024-10-16 14:34 UTC  (2+ messages)

[PATCH v4 0/5] Adjust initial EFI memory-allocation to be in the U-Boot region
 2024-10-16 14:02 UTC  (5+ messages)
` [PATCH v4 5/5] efi: Keep early allocations to "

[PATCH 1/1] efi_loader: avoid #ifdef in efi_setup.c
 2024-10-16 13:39 UTC  (2+ messages)

[PATCH 1/1] cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET
 2024-10-16 13:34 UTC  (2+ messages)

[PATCH] .mailmap: update e-mail address for Eugen Hristev
 2024-10-16 12:36 UTC 

[PATCH v6] rockchip: board: Increase rng-seed size to make it sufficient for modern Linux
 2024-10-16 10:24 UTC  (3+ messages)

[PATCH] usb: Fix test failure with multiple partitions
 2024-10-16 10:14 UTC  (3+ messages)

[PATCH v5] rockchip: board: Increase rng-seed size to make it sufficient for modern Linux
 2024-10-16 10:05 UTC  (3+ messages)

[PATCH] mmc: msm_sdhci: enable vqmmc at probe if available
 2024-10-16  9:17 UTC 

[PATCH] gpio: qcom_pmic: add again the quirk to skip GPIO configuration on PM8550
 2024-10-16  9:16 UTC 

[PATCH v1 0/3] Support Aspeed SGPIO controller
 2024-10-16  8:59 UTC  (4+ messages)
` [PATCH v1 1/3] gpio: Add Aspeed SGPIO driver
` [PATCH v1 2/3] ARM: dts: ast2500: Add SGPIO to device tree
` [PATCH v1 3/3] ARM: dts: ast2600: "


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