messages from 2024-09-06 12:37:39 to 2024-09-10 08:43:40 UTC [more...]
[PATCH] spl: ram: fix build warning when neither RAM_DEVICE nor DFU are enabled
2024-09-10 8:43 UTC (3+ messages)
[PATCH 1/6] usb: gadget: Inline usb_add_gadget_udc_release
2024-09-10 8:27 UTC (2+ messages)
[PATCH] bootstd: android: Add U-Boot version to cmdline
2024-09-10 8:23 UTC (2+ messages)
[PATCH] board: rpi: Enable capsule updates
2024-09-10 7:31 UTC (4+ messages)
[PATCH 1/1] cmd: mtd: simplify mtd_show_device()
2024-09-10 7:30 UTC (2+ messages)
OF_UPSTREAM vs. additional dtbs
2024-09-10 6:38 UTC (15+ messages)
` Aw: "
[PULL] u-boot-usb/next
2024-09-10 4:08 UTC (2+ messages)
[PATCH] mtd: spi-nor-ids: Add NO_CHIP_ERASE flag to Infineon 2Gb parts
2024-09-09 17:00 UTC (2+ messages)
[PATCH] mtd: spi-nor-ids: Add support for S28HS256T
2024-09-09 16:52 UTC (2+ messages)
[PATCH] mtd: spi-nor-ids: Deduplicate w25q16dw entry
2024-09-09 16:44 UTC (3+ messages)
[PATCH] mtd: spi-nor-ids: Deduplicate mx25u25635f entry
2024-09-09 16:38 UTC (3+ messages)
[PATCH 0/3] Support for Qualcomm sm8150 SoC
2024-09-09 16:14 UTC (5+ messages)
` [PATCH 1/3] clk: qcom: add driver for SM8150 SoC
` [PATCH 2/3] pinctrl: "
` [PATCH 3/3] config: qcom: add sm8150 to qcom_defconfig
U-Boot SPL crashes after stack setup
2024-09-09 16:08 UTC
[PATCH v2 0/2] riscv: spacemit: bananapi_f3: add support for Banana Pi F3 board
2024-09-10 2:57 UTC (6+ messages)
` [PATCH v2 1/2] riscv: spacemit: bananapi_f3: initial support added
` [PATCH v2 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board
[RESEND PATCH v2 0/3] cmd/mtd: add missed featuries
2024-09-10 2:49 UTC (6+ messages)
` [RESEND PATCH v2 1/3] cmd: mtd: add markbad command support
` [RESEND PATCH v2 2/3] cmd: mtd: add torture "
` [RESEND PATCH v2 3/3] cmd: mtd: add nandtest "
[PULL] u-boot-riscv/master
2024-09-10 2:38 UTC
[PATCH 0/8] riscv: Add AST2700 platform support
2024-09-10 2:32 UTC (18+ messages)
` [PATCH 1/8] riscv: Make A ISA extension selectable
` [PATCH 2/8] riscv: Make stack size shift configurable
` [PATCH 3/8] riscv: u-boot-spl.lds: Remove _image_binary_end alignment
` [PATCH 4/8] riscv: Add AST2700 SoC initial platform support
` [PATCH 5/8] timer: Add AST2700 IBEX timer support
` [PATCH 6/8] board: ibex_ast2700: Add FMC header support
` [PATCH 7/8] ram: ast2700: Add DRAM controller initialization
` [PATCH 8/8] configs: ibex-ast2700: Enable DRAM and timer driver
[PATCH] imx8mq-u-boot: Pass FIT offset to fix boot regression
2024-09-10 1:59 UTC (4+ messages)
[GIT PULL] Please pull u-boot-imx-master-20240909
2024-09-10 1:56 UTC
[PATCH 1/7] m68k: Implement a default flush_dcache_all
2024-09-10 0:18 UTC (5+ messages)
` [PATCH 3/7] sh: "
` [PATCH 4/7] sh: Add the old invalidate_icache_all function
[PATCH] sh: cache: Fill in invalidate_icache_all()
2024-09-10 0:15 UTC
[PATCH 0/3] cmd: clk: simplify clk command
2024-09-09 23:45 UTC (4+ messages)
` [PATCH 1/3] cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK
` [PATCH 2/3] cmd: clk: simplify clk command
` [PATCH 3/3] sandbox: enable clk command on the sandbox
[PATCH v6 00/12] net: tcp: improve tcp support
2024-09-09 22:27 UTC (13+ messages)
` [PATCH v6 01/12] net/tcp: fix TCP options processing
` [PATCH v6 02/12] net/tcp: fix selective acknowledge
` [PATCH v6 03/12] net/tcp: put connection specific data into a tcp_stream structure
` [PATCH v6 04/12] net/tcp: add connection info to "
` [PATCH v6 05/12] net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
` [PATCH v6 06/12] net/tcp: improve tcp framework, use better state machine
` [PATCH v6 07/12] test/cmd/wget: fix the test
` [PATCH v6 08/12] net/tcp: simplify tcp header filling code
` [PATCH v6 09/12] net/tcp: define a fallback value for rcv_wnd size
` [PATCH v6 10/12] net/netcat: add netcat over tcp support
` [PATCH v6 11/12] net/httpd: add httpd common code
` [PATCH v6 12/12] net/httpd-upload: an example web-server implementation for file uploading
[RESEND PATCH v4 00/10] mtd: spinand: initial support of ecc engines
2024-09-09 22:23 UTC (11+ messages)
` [RESEND PATCH v4 01/10] mtd: spinand: Use the spi-mem dirmap API
` [RESEND PATCH v4 02/10] mtd: spinand: Add a NAND page I/O request type
` [RESEND PATCH v4 03/10] mtd: spinand: add missed add missed MODULE_DEVICE_TABLE()
` [RESEND PATCH v4 04/10] mtd: spinand: simulate behavior of linux's function spinand_wait()
` [RESEND PATCH v4 05/10] mtd: spinand: more use of spinand_to_{something} helpers
` [RESEND PATCH v4 06/10] mtd: spinand: replace enable_ecc variable with disable_ecc and update corresponding logic
` [RESEND PATCH v4 07/10] mtd: spinand: minor refactoring
` [RESEND PATCH v4 08/10] mtd: spinand: more refactoring
` [RESEND PATCH v4 09/10] mtd: spinand: sync supported flashes with linux-6.10
` [RESEND PATCH v4 10/10] mtd: nand: add initial ecc engine support
[PULL] u-boot-sh/master-spi-fixes
2024-09-09 21:54 UTC (2+ messages)
imx8mq_evk: Boot regression
2024-09-09 19:47 UTC (4+ messages)
[PULL] Please pull qcom/qcom-next
2024-09-09 19:45 UTC (3+ messages)
[PATCH v10 00/25] Introduce the lwIP network stack
2024-09-09 16:19 UTC (16+ messages)
` [PATCH v10 01/25] Miscellaneous fixes
` [PATCH v10 02/25] net: introduce alternative implementation as net-lwip/
` [PATCH v10 03/25] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
` [PATCH v10 08/25] net-lwip: add DHCP support and dhcp commmand
` [PATCH v10 20/25] MAINTAINERS: net-lwip: add myself as a maintainer
` [PATCH v10 21/25] Kconfig: fix undefined symbols (g_dnl*) when NET_LWIP is default enabled
` [PATCH v10 22/25] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
` [PATCH v10 23/25] [TESTING] configs: set CONFIG_NET=y for FTGMAC100
` [PATCH v10 24/25] [TESTING] configs: set CONFIG_NET=y when PXE is enabled
` [PATCH v10 25/25] [TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX
[PATCH 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
2024-09-09 16:10 UTC (13+ messages)
[PATCH 00/10] SMBIOS improvements
2024-09-09 15:30 UTC (5+ messages)
` [PATCH 03/10] smbios: Refactor SMBIOS library
[PATCH v6] mmc: Poll CD in case cyclic framework is enabled
2024-09-09 14:32 UTC (3+ messages)
[PATCH v2 00/28] Implement ACPI on aarch64
2024-09-09 13:59 UTC (12+ messages)
` [PATCH v2 14/28] efi_loader: Install ACPI tables
` [PATCH v2 16/28] drivers: usb: Add generic XHCI
DE1-SOC LKM MAKEFILE ON U-Boot SPL 2013.01.01
2024-09-09 7:09 UTC
[PATCH] Revert "gpio: qcom_pmic: add a quirk to skip GPIO configuration"
2024-09-09 12:52 UTC (2+ messages)
[PATCH v2] cmd: sf: prevent overwriting the reserved memory
2024-09-09 11:36 UTC (3+ messages)
[PATCH 1/3] tpm: update tpm hash algorithm according to tpm2.0 spec 1.59
2024-09-09 11:24 UTC (5+ messages)
[PATCH] arm64: zynqmp: Add missing vc7_xin fixed clock to sc-vpk180-revA
2024-09-09 11:24 UTC
[PATCH v2 0/6] Miscellaneous FWU fixes
2024-09-09 11:20 UTC (7+ messages)
` [PATCH v2 1/6] fwu: v2: try reading both copies of metadata
` [PATCH v2 2/6] fwu: v1: do a version check for the metadata
` [PATCH v2 3/6] fwu: check all images for transitioning out of Trial State
` [PATCH v2 4/6] fwu: add dependency checks for selecting FWU metadata version
` [PATCH v2 5/6] fwu: do not allow capsule processing on exceeding Trial Counter threshold
` [PATCH v2 6/6] fwu: print a message if empty capsule checks fail
[PATCH 3/3] tpm_tcg2: hash algo optimization
2024-09-09 11:18 UTC (6+ messages)
[PATCH] dm: button: support remapping phone keys
2024-09-09 10:40 UTC (2+ messages)
[PATCH v3 0/2] clk: add a stub clock driver
2024-09-09 10:30 UTC (3+ messages)
` [PATCH v3 1/2] clk: add "
` [PATCH v3 2/2] qcom_defconfig: enable stub clock
[PATCH] net: ftgmac100: Add Aspeed AST2700 support
2024-09-09 7:50 UTC (2+ messages)
[PATCH] net: ftgmac100: Modify desc. size to cache line
2024-09-09 7:50 UTC (2+ messages)
[PATCH] net: ftgmac100: Fixed NC-SI PHY device cannot get
2024-09-09 7:49 UTC (2+ messages)
[PATCH] net: ftgmac100: Fixed the cache coherency issues of rx memory
2024-09-09 7:48 UTC (2+ messages)
[PATCH v3 0/3] efi: Start tidying up memory management
2024-09-09 7:44 UTC (7+ messages)
` [PATCH v3 2/3] efi: Allow use of malloc() for the EFI pool
[PATCH v3 00/16] Miscellaneous fixes
2024-09-09 7:20 UTC (6+ messages)
` [PATCH v3 01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
` [PATCH v3 06/16] net: fm: call dtsec_init_phy() only when it is defined
[PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode
2024-09-09 7:16 UTC (3+ messages)
[PATCH 1/3] riscv: qemu: Enable booting from NVMe
2024-09-09 7:09 UTC (2+ messages)
[PATCH] arm: Remove ethernut5 board
2024-09-09 7:04 UTC (3+ messages)
[PATCH 1/1] riscv: define find_{first,next}_zero_bit in asm/bitops.h
2024-09-09 7:01 UTC (2+ messages)
[PATCH 1/1] board: fix compatible property Milk-V Mars CM
2024-09-09 7:00 UTC (2+ messages)
[PATCH v2 0/4] clk: sophgo: milkv_duo: Add and enable clock controller driver
2024-09-09 6:03 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: clk: import header for clock controller of sophgo CV1800B
` [PATCH v2 2/4] clk: sophgo: cv1800b: Add clock controller driver for cv1800b SoC
` [PATCH v2 3/4] configs: milkv_duo: Enable clock controller
` [PATCH v2 4/4] riscv: dts: sophgo: Replace device clocks with real clocks
[PATCH 1/1] clk: sifive: avoid declaring static variables in includes
2024-09-09 5:47 UTC (2+ messages)
[PATCH v2] usb: gadget: usbhs: Add Renesas USBHS device driver
2024-09-08 23:06 UTC
persistent environment
2024-09-08 16:59 UTC
[PATCH v3 1/3] phy: Extend generic_setup_phy() with PHY mode and submode
2024-09-08 21:09 UTC (3+ messages)
` [PATCH v3 2/3] phy: rcar: Split init and set_mode operations
` [PATCH v3 3/3] phy: test: Implement sandbox PHY .set_mode and DM test
[PATCH v2] ARM: imx: Enable MMU and dcache very early on i.MX8M
2024-09-07 16:02 UTC (2+ messages)
[PATCH] configs: venice: enable DM_RNG
2024-09-07 16:01 UTC (2+ messages)
Assistance Required: U-Boot Access Issues on Amlogic A113X SoC
2024-09-07 9:24 UTC
[PATCH RFC/RFT 0/3] k3-j784s4-r5-evm: Enable ESMs and related PMIC
2024-09-07 5:42 UTC (5+ messages)
` [PATCH RFC/RFT 1/3] arm: dts: k3-j784s4-r5-evm: Add the PMIC ESM node
` [PATCH RFC/RFT 2/3] board: ti: j784s4: Initialize the ESM & PMIC ESM
` [PATCH RFC/RFT 3/3] configs: j784s4_evm_r5: Enable ESM related configs
[PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
2024-09-06 22:37 UTC (2+ messages)
` (subset) "
[PATCH] mtd: spi-nor-ids: Extend w25q16cl entry with locking support
2024-09-06 21:10 UTC
[PATCH v5 00/20] labgrid: Provide an integration with Labgrid
2024-09-06 20:00 UTC (12+ messages)
` [PATCH v5 17/20] test: Try to shut down the lab console gracefully
[PATCH] video: Add parentheses around VNBYTES() macro
2024-09-06 18:34 UTC (6+ messages)
[PATCH v5] mmc: Poll CD in case cyclic framework is enabled
2024-09-06 18:28 UTC (3+ messages)
[PATCH v4 0/9] Add Starfive JH7110 Cadence USB driver
2024-09-06 17:23 UTC (5+ messages)
` [PATCH v4 2/9] phy: starfive: Add Starfive JH7110 USB 2.0 PHY driver
[PATCH v2 0/2] fdtoverlay related changes
2024-09-06 18:18 UTC (3+ messages)
` [PATCH v2 1/2] kbuild: cherry-pick kbuild fdtoverlay changes from linux
[PATCH v6 00/28] Integrate MbedTLS v3.6 LTS with U-Boot
2024-09-06 17:20 UTC (14+ messages)
` [PATCH v6 07/28] hash: integrate hash on mbedtls
[PATCH] cmd: osd: Depend on OSD
2024-09-06 17:12 UTC
Assistance Required: U-Boot Access Issues on Amlogic A113X SoC
2024-09-06 17:00 UTC
[PATCH v9 00/23] Introduce the lwIP network stack
2024-09-06 15:21 UTC (7+ messages)
` [PATCH v9 20/37] net-lwip: add DHCP support and dhcp commmand
fit signing without access to private key
2024-09-06 14:54 UTC
[PATCH] regulator: fixed: fix regulator-fixed-clock
2024-09-06 16:34 UTC (2+ messages)
[PATCH] power: regulator: tps6287x: Add driver for TPS6287x step down convertors
2024-09-06 16:34 UTC (2+ messages)
[PATCH] cmd: fdt: use U-Boot's FDT by default
2024-09-06 15:29 UTC (5+ messages)
[PATCH 0/6] Miscellaneous FWU fixes
2024-09-06 15:03 UTC (14+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox