public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-02 08:17:43 to 2023-08-03 10:28:02 UTC [more...]

[PATCH v2 0/9] x86: Improve bootstd support
 2023-08-03 10:27 UTC  (25+ messages)
` [PATCH v2 1/9] fs: fat: Support reading from a larger block size
` [PATCH v2 2/9] usb: Return -ENOENT when no devices are found
` [PATCH v2 3/9] lib: Suppress E when writing error-string output
` [PATCH v2 4/9] bootstd: Rename bootdev_setup_sibling_blk()
` [PATCH v2 5/9] bootstd: Correct creating of bootdev sibling
` [PATCH v2 6/9] bootstd: Add some more debugging in the bootdev uclass
` [PATCH v2 7/9] x86: coreboot: Add IDE and SATA
` [PATCH v2 9/9] x86: coreboot: Enable support for CBFS

[PATCH] video: vidconsole: Fix null dereference of ops->measure
 2023-08-03  9:32 UTC 

[PATCHv5 00/13] net/lwip: add lwip library for the network stack
 2023-08-03  9:32 UTC  (28+ messages)
` [PATCHv5 01/13] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv5 02/13] net/lwip: integrate lwip library
` [PATCHv5 03/13] net/lwip: implement dns cmd
` [PATCHv5 04/13] net/lwip: implement dhcp cmd
` [PATCHv5 05/13] net/lwip: implement tftp cmd
` [PATCHv5 06/13] net/lwip: implement wget cmd
` [PATCHv5 07/13] net/lwip: implement ping cmd
` [PATCHv5 08/13] net/lwip: add lwip configuration configuration
` [PATCHv5 09/13] net/lwip: implement lwip port to u-boot
` [PATCHv5 10/13] net/lwip: update .gitignore with lwip
` [PATCHv5 11/13] net/lwip: connection between cmd and lwip apps
` [PATCHv5 12/13] net/lwip: replace original net commands with lwip
` [PATCHv5 13/13] net/lwip: drop old net/wget

[PATCH] bootmeth: efi: Make distro_efi_boot() static
 2023-08-03  9:30 UTC 

[PATCH 0/6] PHYTEC SoM detection for phyCORE-i.MX8MP
 2023-08-03  9:09 UTC  (5+ messages)
` [PATCH 3/6] board: phytec: phycore-imx8mp: Add EEPROM detection initialisation
` [PATCH 6/6] board: phytec: phycore_imx8mp: Add 4000MTS RAM timings based on PCB rev

[PATCH v5 00/11] spl: Use common function for loading/parsing images
 2023-08-03  8:45 UTC  (19+ messages)
` [PATCH v5 01/11] spl: Make SHOW_ERRORS depend on LIBCOMMON
` [PATCH v5 04/11] spl: Convert fat to spl_load
` [PATCH v5 05/11] spl: Convert mmc "
` [PATCH v5 07/11] spl: Convert NVMe "
` [PATCH v5 08/11] spl: Convert nor "
` [PATCH v5 09/11] spl: Convert semihosting "
` [PATCH v5 10/11] spl: Convert spi "

[RFC PATCH] env: Export environment config to OS devicetree
 2023-08-03  8:14 UTC  (2+ messages)

[PATCH] rockchip: MAINTAINERS: fix board name for Radxa ROCK 4C+
 2023-08-03  8:04 UTC 

Data abort when starting DFU on SAMA5D2
 2023-08-03  7:54 UTC  (4+ messages)

[PATCH 1/4] config: rock64: start USB to make storage usable
 2023-08-03  7:44 UTC  (3+ messages)

[PATCH v2 0/7] rockchip: rk3568: Fix use of PCIe bifurcation
 2023-08-03  6:29 UTC  (9+ messages)
` [PATCH v2 2/7] phy: rockchip: snps-pcie3: Refactor to use clk_bulk API
` [PATCH v2 3/7] phy: rockchip: snps-pcie3: Refactor to use a phy_init ops
` [PATCH v2 5/7] phy: rockchip: snps-pcie3: Add support for RK3588
` [PATCH v2 1/7] pci: pcie_dw_rockchip: Configure number of lanes and link width speed
` [PATCH v2 4/7] phy: rockchip: snps-pcie3: Add bifurcation support for RK3568
` [PATCH v2 7/7] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
` [PATCH v2 6/7] phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588

[PATCH V4] doc: board: ti: k3: Add a guide to debugging with OpenOCD
 2023-08-03  6:29 UTC 

[PATCH v4 0/3] board: toradex: add verdin am62 support
 2023-08-03  6:10 UTC  (5+ messages)
` [PATCH v4 3/3] "

[PATCH v1 0/4] Add VF2 USB host support
 2023-08-03  5:43 UTC  (7+ messages)
` [PATCH v1 1/4] pci: plda: Get correct ECAM offset in multiple PCIe RC case
` [PATCH v1 2/4] riscv: dts: starfive: Enable pcie0 dts node
` [PATCH v1 3/4] riscv: starfive: Add SYS_CACHE_SHIFT_6 to enable SYS_CACHE_LINE_SIZE
` [PATCH v1 4/4] configs: riscv: starfive: Add VF2 PCIe XHCI config support

[PATCH 1/2] treewide: rework linker symbol declarations in sections header
 2023-08-03  1:47 UTC  (2+ messages)
` [PATCH 2/2] treewide: unify the linker symbol reference format

[PATCH 0/2] treewide: rework linker symbol declarations and references
 2023-08-03  1:47 UTC 

[PULL] u-boot-riscv/master
 2023-08-03  0:59 UTC  (4+ messages)

Boot failure on Rock-pi-4-a when compiling with clang
 2023-08-03  0:48 UTC  (2+ messages)

CVE-2019-14194 patch bypass
 2023-08-02 20:16 UTC 

U-Boot video output for rk3588
 2023-08-02 22:50 UTC  (4+ messages)

[PATCH V3] doc: board: ti: k3: Add a guide to debugging with OpenOCD
 2023-08-02 22:37 UTC  (2+ messages)

[PATCH v3 0/4] arm: dts: k3-am64: Sync DT with Linux
 2023-08-02 22:12 UTC  (12+ messages)
` [PATCH v3 1/4] board: ti: am64x: Recognize AM64-HSEVM
` [PATCH v3 2/4] doc: board: ti: am64: Add boot flow diagram
` [PATCH v3 3/4] Revert "ARM: dts: k3-am642-sk-u-boot: add PMIC node"
` [PATCH v3 4/4] arm: dts: k3-am64: Sync DT with Linux v6.5-rc1

[PATCH v4 1/4] cmd: bind: Add unbind command with driver filter
 2023-08-02 22:04 UTC  (6+ messages)
` [PATCH v4 2/4] usb: gadget: ether: Inline functions used once
` [PATCH v4 3/4] usb: gadget: ether: Move probe function above driver structure
` [PATCH v4 4/4] usb: gadget: ether: Handle gadget driver registration in probe and remove

[PATCH] efi_loader: check uuid_str_to_bin return value
 2023-08-02 21:36 UTC  (2+ messages)

[PATCH v2 0/2] tpm: Add TPM2_GetTestResult command support
 2023-08-02 21:31 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tpm: Add error scenarios to get_test_result test

[PATCH] tpm: Add TPM2_GetTestResult command support
 2023-08-02 21:31 UTC  (3+ messages)

[PATCH 00/14] bloblist: Align to firmware handoff
 2023-08-02 21:31 UTC  (8+ messages)
` [PATCH 01/14] bloblist: Update the tag numbering
` [PATCH 02/14] bloblist: Adjust API to align in powers of 2
` [PATCH 12/14] bloblist: Reduce bloblist header size

[PATCH] arm: moxa: add nport6600 platform
 2023-08-02 21:31 UTC  (7+ messages)

[PATCH 0/2] Drop useless call to debug_uart_init
 2023-08-02 21:31 UTC  (5+ messages)
` [PATCH 1/2] rockchip: spl: "
` [PATCH 2/2] rockchip: spl: Drop out of scope debug message related to uart init

[PATCH] Kconfigs: Correct default of "0" on hex type entries
 2023-08-02 21:31 UTC  (2+ messages)

Please pull u-boot-dm
 2023-08-02 21:31 UTC 

[PATCH v2 0/2] arm: dts: k3-am6: Sync DT with Linux
 2023-08-02 21:12 UTC  (2+ messages)

[PATCH 1/1] cmd/sbi: display new extensions
 2023-08-02 20:39 UTC 

[PATCH 0/2] rockchip: rk3568-nanopi-r5: Add missing PCIe options
 2023-08-02 19:59 UTC  (3+ messages)
` [PATCH 1/2] rockchip: rk3568-nanopi-r5: Update defconfig for NanoPi R5C and R5S
` [PATCH 2/2] rockchip: rk3568-nanopi-r5: Enable PCIe on "

[PATCH] get_maintainers.conf: Disable git fallback
 2023-08-02 19:24 UTC 

[PULL, v2] u-boot-riscv/master
 2023-08-02 19:21 UTC  (2+ messages)

[PATCH v3 00/11] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-08-02 18:08 UTC  (6+ messages)
` [PATCH v3 01/11] binman: elf: Check for ELF_TOOLS availability and remove extra semicolon
` [PATCH v3 09/11] binman: btool: Add Xilinx Bootgen btool

[PATCH v2 0/7] binman: Show missing blob message when building U-Boot
 2023-08-02 18:07 UTC  (19+ messages)
` [PATCH v2 2/7] binman: Update missing optional external blob warning text
` [PATCH v2 1/7] binman: Update tee-os missing blob help text
` [PATCH v2 3/7] binman: Report missing external blobs using error level
` [PATCH v2 4/7] binman: Override CheckOptional in fit entry
` [PATCH v2 5/7] binman: Fix blank line usage for invalid images warning text
` [PATCH v2 6/7] binman: Show filename in missing blob help message
` [PATCH v2 7/7] Makefile: Show binman missing blob message

[PATCH v2 0/6] binman: Template fixes and improvements
 2023-08-02 18:07 UTC  (11+ messages)
` [PATCH v2 1/6] binman: Produce a template-file after processing
` [PATCH v2 2/6] dtoc: Make properties dirty when purging them
` [PATCH v2 3/6] dtoc: Add some debugging when copying nodes
` [PATCH v2 5/6] binman: Remove templates after use
` [PATCH v2 6/6] binman: Support templates containing phandles

[PATCH] binman: Add a temporary hack for duplicate phandles
 2023-08-02 18:07 UTC  (2+ messages)

[PATCH 1/1] boot: fix bootdev_list()
 2023-08-02 18:07 UTC  (3+ messages)

[PATCH 1/1] cmd/bootdev: print readable status code
 2023-08-02 18:07 UTC  (2+ messages)

[PATCH 1/1] [u-boot][master][PATCH v2] pico-imx7d: add baseboard SD card boot detect
 2023-08-02 13:41 UTC 

[PATCH 0/3] malloc: Reduce size by initializing data at runtime
 2023-08-02 17:02 UTC  (5+ messages)
` [PATCH 3/3] malloc: Enable SYS_MALLOC_RUNTIME_INIT by default in SPL

[PATCH 1/2] Revert "lib: string: Fix strlcpy return value", fix callers
 2023-08-02 16:53 UTC  (4+ messages)

[PATCH v2 0/6] Add SGMII support for MAIN CPSW on TI's J7200 SoC
 2023-08-02 16:39 UTC  (8+ messages)
` [PATCH v2 1/6] dma: ti: Update J21E PSIL endpoint information for MAIN CPSW0
` [PATCH v2 2/6] net: ti: am65-cpsw-nuss: Add support for SGMII mode
` [PATCH v2 3/6] net: ti: am65-cpsw-nuss: Add logic to support MDIO reset
` [PATCH v2 4/6] phy: ti: phy-j721e-wiz: Add SGMII support in wiz driver for J7200
` [PATCH v2 5/6] phy: ti: j721e-wiz: Add SGMII support in WIZ driver for J721E
` [PATCH v2 6/6] configs: j7200_evm_a72: Enable configs for SGMII support with MAIN CPSW0

[PATCHv4 0/5] net/lwip: add lwip library for the network stack
 2023-08-02 16:32 UTC  (7+ messages)
` [PATCHv4 1/5] net/lwip: add lwip-external submodule

[PATCH v16 10/10] arm_ffa: efi: corstone1000: enable MM communication
 2023-08-02 16:10 UTC  (30+ messages)
` [PATCH v17 00/10] introduce Arm FF-A support
  ` [PATCH v17 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH] doc/sphinx/requirements.txt: Bump certifi up
 2023-08-02 15:12 UTC  (2+ messages)

[PATCH v3 1/4] cmd: bind: Add unbind command with driver filter
 2023-08-02 14:42 UTC  (14+ messages)

[PATCH v3] gpio: Use separate bitfield array to indicate GPIO is claimed
 2023-08-02 13:34 UTC  (2+ messages)

[PATCH v6 0/9] Integrate EFI capsule tasks into u-boot's build flow
 2023-08-02 13:34 UTC  (8+ messages)
` [PATCH v6 3/9] capsule: authenticate: Add capsule public key in platform's dtb
` [PATCH v6 6/9] binman: capsule: Add support for generating EFI capsules
` [PATCH v6 9/9] sandbox: capsule: Generate capsule related files through binman

[PATCH v4 00/45] x86: Use qemu-x86_64 to boot EFI installers
 2023-08-02 13:18 UTC  (14+ messages)
` [PATCH v4 32/45] fs: fat: Support reading from a larger block size

[PATCH] doc/sphinx/requirements.txt: Bump certifi up
 2023-08-02 12:52 UTC  (2+ messages)

[PATCH v5 00/12] Integrate EFI capsule tasks into u-boot's build flow
 2023-08-02 12:52 UTC  (7+ messages)
` [PATCH v5 03/12] capsule: authenticate: Add capsule public key in platform's dtb


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