U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-14 16:38:52 to 2024-06-18 07:10:27 UTC [more...]

[PATCH 00/11] usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclass
 2024-06-18  7:10 UTC  (2+ messages)

[PATCH] fs: btrfs: fix out of bounds write
 2024-06-18  6:41 UTC  (3+ messages)

[PATCH 1/1] spl: correct link to FIT specification
 2024-06-18  6:32 UTC 

[PATCH] boot: links to FIT documentation in Kconfig
 2024-06-18  6:23 UTC 

[PATCH 1/1] doc: FIT links in develop/uefi/uefi.rst
 2024-06-18  6:16 UTC 

[PATCH 1/1] cmd: link to doc/usage/fit/x86-fit-boot.rst
 2024-06-18  6:05 UTC 

[RFC 0/1] FIT documentation link vs copy
 2024-06-18  6:03 UTC  (3+ messages)
` [RFC 1/1] doc: Remove FIT documentation that is elsewhere

[PATCH v2] arm: dts: k3-am625-beagleplay: Package TIFS Stub
 2024-06-18  4:56 UTC 

[PATCH v2] board: beagleplay: Fix the bootpart to pick from root partition
 2024-06-18  4:53 UTC 

[PATCH v4 0/2] k3-am625-beagleplay: Add symlinks for tiboot3 and tispl
 2024-06-18  4:49 UTC  (3+ messages)
` [PATCH v4 1/2] arm: dts: "
` [PATCH v4 2/2] doc: beagle: am62x_beagleplay: Rename the boot bins

[PATCH 1/3] configs: rockchip: cosmetic changes for rk3308, rk3328, rk3399, rk3568, and rk3588
 2024-06-18  1:05 UTC  (3+ messages)
` [PATCH 2/3] configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399
` [PATCH 3/3] configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328

[PATCH 00/20] New CI image and fixes
 2024-06-17 23:29 UTC  (7+ messages)
` [PATCH 12/20] cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000

[PATCH] mtd: spi-nor: ids: Add IS25LP01GG flash support
 2024-06-17 19:56 UTC  (6+ messages)

[PATCH v5 0/3] automatically add /chosen/kaslr-seed and deduplicate code
 2024-06-17 19:54 UTC  (4+ messages)

[PATCH v6 0/4] automatically add /chosen/kaslr-seed and deduplicate code
 2024-06-17 19:14 UTC  (5+ messages)
` [PATCH v6 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node
` [PATCH v6 2/4] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
` [PATCH v6 3/4] use fdt_kaslrseed function to de-duplicate code
` [PATCH v6 4/4] test: cmd: fdt: fix chosen test for DM_RNG

[GIT PULL] xilinx patches for v2024.10-rc1
 2024-06-17 19:07 UTC  (2+ messages)

[PATCH COVER] rockchip: rk3399: fix SPI-NOR flash not found in U-Boot pre-reloc
 2024-06-17 18:53 UTC  (7+ messages)

[PATCH next] power: rk8xx: fix display name for RK808
 2024-06-17 17:57 UTC  (2+ messages)

[PATCH v1 0/4] Initial support for new Tegra 2/3 devices
 2024-06-17 17:48 UTC  (8+ messages)
` [PATCH v1 1/4] board: asus: transformer: add ASUS Transformer T20 family support
` [PATCH v1 2/4] board: wexler: qc750: add WEXLER Tab 7t support
` [PATCH v1 3/4] board: microsoft: surface-rt: add Microsoft Surface RT support
` [PATCH v1 4/4] board: lenovo: ideapad-yoga-11: Lenovo Ideapad Yoga 11

[PATCH next v3 0/6] rockchip: display PMIC variant properly + misc fixes for Theobroma boards
 2024-06-17 17:43 UTC  (6+ messages)
` [PATCH next v3 5/6] power: rk8xx: properly print all supported PMICs name

[PATCH 1/2] phy: Extend generic_setup_phy() with PHY mode and submode
 2024-06-17 17:38 UTC  (6+ messages)
` [PATCH 2/2] phy: rcar: Split init and set_mode operations

[PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode
 2024-06-17 17:36 UTC  (3+ messages)
` [PATCH v2 2/3] phy: rcar: Split init and set_mode operations
` [PATCH v2 3/3] phy: test: Implement sandbox PHY .set_mode and DM test

[PULL] Pull request for u-boot-nand-20240617
 2024-06-17 17:23 UTC  (2+ messages)

[PULL] Pull request for u-boot master / v2024.07 = u-boot-stm32-20240617
 2024-06-17 17:23 UTC 

[PATCH v3 0/2] drivers: bootcount: Add support for ANY filesystem
 2024-06-17 17:19 UTC  (6+ messages)
` [PATCH v3 2/2] doc: api: bootcount: Convert to rST documentation

[PATCH v2 0/9] Bug-fixes for a few boards
 2024-06-17 17:16 UTC  (10+ messages)
` [PATCH v2 2/9] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL

[PATCH 1/1] usb: informative message if no controller
 2024-06-17 14:52 UTC  (3+ messages)

[PATCH v4 00/14] Introduce the lwIP network stack
 2024-06-17 16:54 UTC  (16+ messages)
` [PATCH v4 01/14] flash: prefix error codes with FL_
` [PATCH v4 02/14] net: introduce alternative implementation as net-lwip/
` [PATCH v4 03/14] net: split include/net.h into net{, -common, -legacy, -lwip}.h
` [PATCH v4 04/14] net-lwip: build lwIP
` [PATCH v4 05/14] net-lwip: add DHCP support and dhcp commmand
` [PATCH v4 06/14] net-lwip: add TFTP support and tftpboot command
` [PATCH v4 07/14] net-lwip: add ping command
` [PATCH v4 08/14] net-lwip: add dns command
` [PATCH v4 09/14] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
` [PATCH v4 10/14] net-lwip: add wget command
` [PATCH v4 11/14] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
` [PATCH v4 12/14] configs: add qemu_arm64_lwip_defconfig
` [PATCH v4 13/14] MAINTAINERS: net-lwip: add myself as a maintainer
` [PATCH v4 14/14] CI: add qemu_arm64_lwip to the test matrix

[PATCH v3] arm: dts: k3-am625-beagleplay: Add symlinks for tiboot3 and tispl
 2024-06-17 15:57 UTC  (3+ messages)

[PATCH] board: beagleplay: Fix the bootpart to pick from root partition
 2024-06-17 15:54 UTC  (12+ messages)

[PATCH v1] arm: mach-k3: j784s4: Fix MCU_CLKOUT0 parent clock mux
 2024-06-17 15:17 UTC  (2+ messages)

[PATCH v2 0/5] bootstd: Add Android support
 2024-06-17 15:15 UTC  (3+ messages)

[PATCH v2] sandbox: cleanup linker scripts and sections
 2024-06-17 15:14 UTC 

Pull request efi-2024-07-rc5-2
 2024-06-17 14:40 UTC  (2+ messages)

Please pull u-boot-watchdog/next
 2024-06-17 14:40 UTC  (2+ messages)

Pull request: u-boot-rockchip-next-20240615
 2024-06-17 14:40 UTC  (2+ messages)

Pull request: u-boot-rockchip-20240614
 2024-06-17 14:39 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-master-20240614
 2024-06-17 14:39 UTC  (2+ messages)

[PATCH 1/1] doc: update requirements.txt
 2024-06-17 14:22 UTC  (3+ messages)

[PATCH 0/3] qcom: rpmh core and regulator support
 2024-06-17 14:16 UTC  (6+ messages)
` [PATCH 1/3] linux/bitmap.h: add bitmap_empty helper
` [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers
` [PATCH 3/3] power: regulator: add qcom-rpmh-regulator

[PATCH 0/6] Add Turris 1.x board
 2024-06-17 14:10 UTC  (4+ messages)
` [PATCH 2/6] board: freescale: p1_p2_rdb_pc: Add weak function p1_p2_rdb_pc_fix_fdt_model() for fixing DT model string

[PATCH] xilinx: Enable NVMEM framework for all platforms
 2024-06-17 14:08 UTC  (2+ messages)

[PATCH] sandbox: cleanup linker scripts and sections
 2024-06-17 13:53 UTC  (3+ messages)

[PATCH v2 0/2] bootstd: Fix a handful of doc typos in bootmeth
 2024-06-17 13:53 UTC  (8+ messages)
` [PATCH v2 2/2] bootstd: Replace bootmethod(s) -> bootmeth(s)

[PATCH] xilinx: Enable FF-A for all our arm64 SoCs
 2024-06-17 13:42 UTC  (2+ messages)

[PATCH] xilinx: versal-net: Add env redund offset
 2024-06-17 13:32 UTC  (2+ messages)

[PATCH] gpio: Add proper dependency on ZYNQMP_FIRMWARE
 2024-06-17 13:30 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Align #address/size-cells with node
 2024-06-17 13:29 UTC  (2+ messages)

[PATCH v5 0/3] Introduce mtdblock device
 2024-06-17 11:14 UTC  (6+ messages)

[PATCH] mach-snapdragon: move default environment to a file
 2024-06-17  8:56 UTC 

[PATCH v2] Makefile: Fix include directory for OF_UPSTREAM
 2024-06-17  8:27 UTC  (5+ messages)

[PATCH v2 0/2] clk: add a stub clock driver
 2024-06-17  8:05 UTC  (2+ messages)

[PATCH v3 0/3] arm64: add a software pagetable walker
 2024-06-17  8:03 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: mmu.h: fix PTE_TABLE_AP
` [PATCH v3 2/3] arm64: add software pagetable walker
` [PATCH v3 3/3] doc: arch: arm64: describe pagetable debugging

[PATCH] ARM: stm32: Ping IWDG on exit from PSCI suspend code
 2024-06-17  2:07 UTC  (5+ messages)

[PATCH v1 0/2] cmd: ubi: check 'updating' before calling ubi_more_update_data()
 2024-06-16 13:34 UTC  (3+ messages)
` [PATCH v1 1/2] cmd: ubi: remove redundant initializations
` [PATCH v1 2/2] cmd: ubi: check 'updating' before calling ubi_more_update_data()

v2024.07-rc4 issues on VisionFive v2
 2024-06-17  3:54 UTC  (2+ messages)

[PATCH 1/3] rockchip: rock-3a: rock5a: rock5b: add USB GADGET related configs
 2024-06-16 23:46 UTC  (6+ messages)
` [PATCH 2/3] arm: dts: rockchip: rock-5a: enable USB3 OTG port
` [PATCH 3/3] arm: dts: rockchip: rock-5b: sort usbdp_phy nodes

[PATCH 0/3] cmd: avoid duplicate weak functions
 2024-06-16 17:31 UTC  (4+ messages)
` [PATCH 1/3] cmd: avoid duplicate weak flush_dcache_all()
` [PATCH 2/3] arm: implement invalidate_icache_all on ARM11
` [PATCH 3/3] efi_loader: avoid duplicate weak invalidate_icache_all()

[PATCH 00/16] LoongArch initial support
 2024-06-16 16:00 UTC  (9+ messages)
` [PATCH 04/16] elf.h Define LoongArch bits
` [PATCH 05/16] image: Define IH_ARCH_LOONGARCH
` [PATCH 07/16] LoongArch: lib: General routines

[PATCH] configs: Remove duplicate newlines
 2024-06-16 15:19 UTC 

[PATCH v5] mmc: Poll CD in case cyclic framework is enabled
 2024-06-16 14:58 UTC 

[PATCH] mtd: nand: pxa3xx: Incorrect bitflip return on page read
 2024-06-16 10:24 UTC  (10+ messages)
    ` [EXTERNAL] "

[PATCH 0/7] watchdog_reset cleanup
 2024-06-16 10:18 UTC  (3+ messages)

[PATCH v4 0/3] cyclic/watchdog patches
 2024-06-16 10:18 UTC  (2+ messages)

[PATCH] efi: capsule: Improve capsule update porting to new boards
 2024-06-16  8:35 UTC  (4+ messages)

[PATCH v2] arm: mvebu: Enable bootstd and other modernization for Synology DS414 (Armada XP) board
 2024-06-15 22:06 UTC 

[PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)
 2024-06-15  9:34 UTC 

uboot 2024.07 regression
 2024-06-15  8:35 UTC 

[PATCH] tpm: measure DTB in PCR1 instead of PCR0
 2024-06-15  6:57 UTC  (3+ messages)

[PATCH v7 00/24] EFI: ti: Enable EFI capsule updates
 2024-06-15  6:21 UTC  (12+ messages)
` [PATCH v7 06/24] doc: board: ti: am64x: document OSPI layout
` [PATCH v7 08/24] configs: j721e: Enable EFI capsule update
` [PATCH v7 09/24] doc: board: ti: j721e: document OSPI layout
` [PATCH v7 10/24] board: beagleplay: Define capsule update firmware info
` [PATCH v7 12/24] configs: beagleplay: Enable EFI capsule update
` [PATCH v7 15/24] doc: board: ti: am62x: document OSPI layout
` [PATCH v7 17/24] configs: am62px: Enable EFI capsule update
` [PATCH v7 19/24] board: beagleboneai64: Define capsule update firmware info
` [PATCH v7 20/24] configs: beagleboneai64: Enable EFI capsule update
` [PATCH v7 24/24] doc: board: ti: j784s4: document OSPI NOR layout

[PATCH 1/2] net: phy: Turn default auto-negotiation timeout into Kconfig symbol
 2024-06-14 20:30 UTC  (4+ messages)

[PATCH v2 0/2] scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL
 2024-06-14 16:54 UTC  (3+ messages)

[PATCH next 0/3] rockchip: px30: add IO domain driver
 2024-06-14 16:54 UTC  (4+ messages)
` [PATCH next 1/3] rockchip: px30: bind sub-nodes for GRF (syscon)
` [PATCH next 2/3] rockchip: io-domain: add support for PX30
` [PATCH next 3/3] rockchip: ringneck-px30: enable IO domain


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