public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-11-08 11:08:58 to 2023-11-09 14:07:51 UTC [more...]

[PATCH v2 0/8] Suspend to RAM support for K3 J7200
 2023-11-09 14:07 UTC  (8+ messages)
` [PATCH v2 6/8] board: ti: j721e: Add the missing part of exit retention for k3-ddrss (J7200)
` [PATCH v2 7/8] board: ti: j721e: During resume spl restores TF-A and DM-Firmware

[PATCH] efi_loader: Fix UEFI variable error handling
 2023-11-09 13:57 UTC  (2+ messages)

[RFT PATCH 0/2] mmc: meson-gx: improve MMC reliabilty
 2023-11-09 13:49 UTC  (3+ messages)
` [RFT PATCH 2/2] mmc: meson-gx: set 270 core phase during the identification

[PATCH 0/6] siemens,am335x: clean up the draco board family
 2023-11-09 13:48 UTC  (9+ messages)
` [PATCH 1/6] siemens,am335x: clean-up draco targets
` [PATCH 2/6] configs: draco: remove spi flash support
` [PATCH 3/6] configs: thuban, rastaban: remove emmc
` [PATCH 4/6] configs: draco: remove unused resources from spl
` [PATCH 5/6] configs: draco: disable misc init
` [PATCH 6/6] configs: draco: restore clock driver

[PATCH v11 00/24] Modernize U-Boot shell
 2023-11-09 13:38 UTC  (13+ messages)
` [PATCH v11 08/24] cli: Port Busybox 2021 hush to U-Boot
` [PATCH v11 09/24] cli: Add menu for hush parser
` [PATCH v11 23/24] DO NOT MERGE: only to make CI happy
` [PATCH v11 24/24] DO NOT MERGE: ci: Build the world in any case

[PATCH v3] arm64: zynqmp: Introduce kria SOM defconfig
 2023-11-09 13:13 UTC  (2+ messages)

[PATCH] board: samsung: Remove incorrect SYS_CONFIG_NAME in axy17lte Kconfig
 2023-11-09 12:53 UTC  (3+ messages)

eMMC broken on SK-AM62
 2023-11-09 12:23 UTC  (3+ messages)

[UBOOT PATCH v2] test/py: net: Add dhcp abort test
 2023-11-09 11:42 UTC  (3+ messages)

[PATCH v1 0/5] Implement fastboot multiresponce
 2023-11-09 10:59 UTC  (4+ messages)

[PATCH v7 0/8] clk: Switch from soc_clk_dump to clk_ops function
 2023-11-09 10:55 UTC  (9+ messages)
` [PATCH v7 1/8] clk: zynq: Move soc_clk_dump to Zynq clock driver
` [PATCH v7 2/8] clk: ast2600: Move soc_clk_dump function
` [PATCH v7 3/8] clk: k210: "
` [PATCH v7 4/8] clk: amlogic: Move driver and ops structs
` [PATCH v7 5/8] clk: Add dump operation to clk_ops
` [PATCH v7 6/8] cmd: clk: Use dump function from clk_ops
` [PATCH v7 7/8] clk: treewide: switch to clock dump "
` [PATCH v7 8/8] cmd: clk: Make soc_clk_dump static

[PATCH v6 0/8] clk: Switch from soc_clk_dump to clk_ops function
 2023-11-09 10:38 UTC  (8+ messages)
` [PATCH v6 5/8] clk: Add dump operation to clk_ops
` [PATCH v6 6/8] cmd: clk: Use dump function from clk_ops
` [PATCH v6 7/8] clk: treewide: switch to clock dump "

[PATCH v11 0/9] Add EFI HTTP boot support
 2023-11-09 10:28 UTC  (12+ messages)
` [PATCH v11 2/9] net: wget: add wget with dns utility function
` [PATCH v11 6/9] efi_loader: add return to efibootmgr event group
` [PATCH v11 7/9] efi_loader: support boot from URI device path
` [PATCH v11 8/9] cmd: efidebug: add uri "
` [PATCH v11 9/9] doc: uefi: add HTTP Boot support

[PATCH 0/8] Add some more EFI capsule tooling support
 2023-11-09 10:15 UTC  (4+ messages)
` [PATCH 1/8] tools: mkeficapsule: Add support for parsing capsule params from config file

[PATCH 0/2] cmd: bcb: extend BCB APIs to support Android boot flow
 2023-11-09 10:06 UTC  (6+ messages)
` [PATCH 1/2] cmd: bcb: support various block device interfaces for BCB command
` [PATCH 2/2] cmd: bcb: extend BCB C API to allow read/write the fields

[PATCH v1 1/9] arm: caches: Make DCACHE_DEFAULT_OPTION accessible for ARM64 arch
 2023-11-09  9:41 UTC  (9+ messages)
  ` [PATCH v1 2/9] stm32mp: dram_init: Get RAM size from DT if no RAM driver found
  ` [PATCH v1 3/9] stm32mp: dram_init: Fix AARCH64 compilation warnings
  ` [PATCH v1 4/9] stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP
  ` [PATCH v1 5/9] stm32mp: bsec: Fix AARCH64 compilation warnings
  ` [PATCH v1 6/9] serial: stm32: "
  ` [PATCH v1 7/9] pinctrl: pinctrl_stm32: Add stm32mp2 support
  ` [PATCH v1 8/9] ARM: dts: stm32: Add STM32MP257F Evaluation board support
  ` [PATCH v1 9/9] stm32mp2: initial support

[PATCH 0/2] rockchip: Use dwc3-generic driver on RK3328 and RK3399
 2023-11-09  9:33 UTC  (7+ messages)
` [PATCH 1/2] configs: "

[PATCH] rockchip: rk3588-rock-5b: Enable CONFIG_PCI_INIT_R to support EFI networking
 2023-11-09  9:28 UTC  (7+ messages)

[PATCH 00/15] nand: Add sandbox tests
 2023-11-09  8:23 UTC  (8+ messages)

[PATCH v7 00/26] spl: Use common function for loading/parsing images
 2023-11-09  8:19 UTC  (32+ messages)
` [PATCH v7 01/26] spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc
` [PATCH v7 02/26] arm: Disable SPL_FS_FAT when it isn't used
` [PATCH v7 03/26] spl: Make SHOW_ERRORS depend on LIBCOMMON
` [PATCH v7 04/26] spl: semihosting: Don't close fd before spl_load_simple_fit
` [PATCH v7 05/26] spl: Remove NULL assignments in spl_load_info
` [PATCH v7 06/26] spl: Remove dev from spl_load_info
` [PATCH v7 07/26] spl: Take advantage of bl_len's power-of-twoness
` [PATCH v7 08/26] spl: Refactor spl_load_info->read to use units of bytes
` [PATCH v7 09/26] spl: Set FAT bl_len to ARCH_DMA_MINALIGN
` [PATCH v7 10/26] spl: Remove filename from spl_load_info
` [PATCH v7 11/26] spl: Only support bl_len when we have to
` [PATCH v7 12/26] spl: nand: Remove spl_nand_legacy_read
` [PATCH v7 13/26] spl: legacy: Split off LZMA decompression into its own function
` [PATCH v7 14/26] test: spl: Support testing LEGACY_LZMA filesystem images
` [PATCH v7 15/26] spl: Add generic spl_load function
` [PATCH v7 16/26] spl: Convert ext to use spl_load
` [PATCH v7 17/26] spl: Convert fat to spl_load
` [PATCH v7 18/26] spl: Convert mmc "
` [PATCH v7 19/26] spl: Convert nand "
` [PATCH v7 20/26] spl: Convert net "
` [PATCH v7 21/26] spl: Convert nor "
` [PATCH v7 22/26] spl: Convert NVMe "
` [PATCH v7 23/26] spl: Convert semihosting "
` [PATCH v7 24/26] spl: Convert spi "
` [PATCH v7 25/26] spl: spi: Consolidate spi_load_image_os into spl_spi_load_image
` [PATCH v7 26/26] spl: fat: Add option to disable DMA alignment

[PATCH v1] stm32mp1: read auth stats and boot_partition from tamp
 2023-11-09  7:47 UTC  (2+ messages)

[PATCH 1/2] arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM
 2023-11-09  7:19 UTC  (4+ messages)
` [PATCH 2/2] arm: stm32: Limit u-boot.itb size to 0x160000 bytes "

[PATCH 1/2] drivers: watchdog: add andes atcwdt200 support
 2023-11-09  7:18 UTC  (2+ messages)
` [PATCH 2/2] configs: andes: add watchdog support fot andes ae350

[PATCH v6 00/25] spl: Use common function for loading/parsing images
 2023-11-09  6:24 UTC  (22+ messages)
` [PATCH v6 05/25] spl: Remove NULL assignments in spl_load_info
` [PATCH v6 06/25] spl: Remove dev from spl_load_info
` [PATCH v6 08/25] spl: Refactor spl_load_info->read to use units of bytes
` [PATCH v6 09/25] spl: Remove filename from spl_load_info
` [PATCH v6 15/25] spl: Convert ext to use spl_load
` [PATCH v6 16/25] spl: Convert fat to spl_load

[PATCH 0/6] rockchip: puma-rk3399/ringneck-px30: fix check against value in default environment variable
 2023-11-09  3:34 UTC  (13+ messages)
` [PATCH 1/6] env: allow to copy value from default environment into a buffer
` [PATCH 2/6] env: migrate env_get_default to call env_get_default_into
` [PATCH 3/6] rockchip: puma-rk3399: only declare functions in U-Boot proper
` [PATCH 4/6] rockchip: ringneck-px30: "
` [PATCH 5/6] rockchip: puma-rk3399: fix modified boot_targets detection
` [PATCH 6/6] rockchip: ringneck-px30: "

[PATCH] riscv: binman: fix the load field format
 2023-11-09  3:14 UTC 

[PATCH] rockchip: ringneck-px30: enable i2c command
 2023-11-09  2:57 UTC  (2+ messages)

inconsistent wget behavior
 2023-11-09  1:24 UTC  (4+ messages)

[PATCH] scsi: Have scsi_init_dev_desc_priv() use memset
 2023-11-09  1:15 UTC  (2+ messages)

[PATCH] sysreset: Fix unsupported request return values
 2023-11-09  1:15 UTC  (2+ messages)

[PATCH] net: Make NET imply NETDEVICES
 2023-11-09  1:15 UTC  (2+ messages)

[PATCH v3 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers
 2023-11-08 19:16 UTC  (3+ messages)

[PATCH v1 0/2] fs: fat: calculate FAT type based on cluster count
 2023-11-08 18:59 UTC  (7+ messages)
` [PATCH v1 1/2] fs: fat: add macro to convert u8[2] to u16
` [PATCH v1 2/2] fs: fat: calculate FAT type based on cluster count

[PATCH v2] clk: nuvoton: add read only feature for clk driver
 2023-11-08 18:07 UTC  (2+ messages)

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-11-08 17:53 UTC  (17+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH] fs: ext4: Remove unused parameter from ext4_mount
 2023-11-08 17:51 UTC 

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-08 17:38 UTC  (17+ messages)

[PATCH next v2 0/6] rockchip: rk3588: add support for detecting U-Boot proper boot medium
 2023-11-08 17:25 UTC  (7+ messages)
` [PATCH next v2 1/6] rockchip: rk3399: simplify logic for getting SPL boot medium DT node
` [PATCH next v2 2/6] rockchip: px30: "
` [PATCH next v2 3/6] rockchip: factor out spl_perform_fixups into common spl-boot-order
` [PATCH next v2 4/6] rockchip: rk3588: insert u-boot, spl-boot-device into U-Boot device tree
` [PATCH next v2 5/6] rockchip: remove unused global data ptr
` [PATCH next v2 6/6] rockchip: rk3128: remove noop file

[UBOOT PATCH v3] test/py: net: Add a TFTP put test
 2023-11-08 16:53 UTC  (2+ messages)

[PATCH 0/3] board: ti: common: setup mux and debounce for 32k RTC crystal
 2023-11-08 16:49 UTC  (7+ messages)
` [PATCH 1/3] board: ti: common: add rtc setup to common folder

[PATCH v2 0/5] Qualcomm PMIC fixes
 2023-11-08 16:20 UTC  (6+ messages)
` [PATCH v2 1/5] gpio: qcom_pmic: fix silent dev_read_addr downcast
` [PATCH v2 2/5] gpio: qcom_pmic: rework pwrkey driver into a button driver
` [PATCH v2 3/5] gpio: qcom_pmic: fix support for upstream DT
` [PATCH v2 4/5] spmi: msm: fix register range names
` [PATCH v2 5/5] pmic: qcom: dont use dev_read_addr to get USID

[PATCH] clk: exynos: Add header guard for clk-pll.h
 2023-11-08 16:14 UTC  (2+ messages)

rockpro64 rk3399 dwc3 issue
 2023-11-08 15:34 UTC  (3+ messages)

[PATCH v2 1/2] driver: power: add support for TPS65224
 2023-11-08 15:54 UTC  (4+ messages)

[PATCH v2 1/2] driver: power: add support for TPS65224
 2023-11-08 15:42 UTC  (2+ messages)

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2023-11-08 14:29 UTC  (5+ messages)

[PATCH v1 0/4] fix/add npcm845 serial and board error
 2023-11-08 13:28 UTC  (3+ messages)
` [PATCH v1 2/4] board: nuvoton: update console environment variable

[PATCH 0/6] Add AM62SIP SK support
 2023-11-08 13:18 UTC  (5+ messages)
` [PATCH 3/6] board: ti: am62x: Avoid overwriting reserve mem for AM62 SIP

[PATCH] scsi: Forceably finish migration to DM_SCSI
 2023-11-08 12:57 UTC  (2+ messages)

[PATCH v2 0/5] Move video memory reservation for SPL to the
 2023-11-08 12:56 UTC  (6+ messages)
` [PATCH v2 1/5] arm: mach-k3: common: Reserve video memory from end of the RAM

[PATCH v2 0/3] BOOTP/DHCPv4 enhancements
 2023-11-08 12:24 UTC  (8+ messages)
` [PATCH v2 1/3] net: Get pxe config file from dhcp option 209


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