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

[PATCH 1/2] configs: am65x: Merge the HS and non-HS defconfigs
 2023-08-03 14:54 UTC  (2+ messages)
` [PATCH 2/2] configs: Make TI_SECURE_DEVICE default for K3

[PATCH 00/29] Add support for MediaTek MT7988 SoC
 2023-08-03 14:37 UTC  (2+ messages)

[PATCH 00/16] Ten64 updates 2023-07
 2023-08-03 14:37 UTC  (2+ messages)

[PATCHv5 00/13] net/lwip: add lwip library for the network stack
 2023-08-03 14:34 UTC  (27+ 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 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

[PATCH] common: board_f: Move relocation address after framebuffer
 2023-08-03 14:28 UTC  (3+ messages)

[PATCH v3 5/9] board_f: Fix corruption of relocaddr
 2023-08-03 14:19 UTC  (13+ messages)

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

[PATCH v5 0/3] board: toradex: add verdin am62 support
 2023-08-03 14:00 UTC  (4+ messages)
` [PATCH v5 1/3] toradex: tdx-cfg-block: add verdin am62 skus
` [PATCH v5 2/3] arm: mach-k3: am62: fix 2nd mux option of clkout0
` [PATCH v5 3/3] board: toradex: add verdin am62 support

[PATCH] arm: bcm283x undefined reference to "print_cpuinfo"
 2023-08-03 13:39 UTC 

[PATCH] sunxi: MAINTAINERS: drop myself
 2023-08-03 13:56 UTC  (6+ messages)

[PATCH 0/2] dm: core: Add support for filling script_offset_f/script_size_f from DT
 2023-08-03 13:36 UTC  (3+ messages)
` [PATCH 1/2] dm: core: ofnode: Add ofnode_read_bootscript_flash()
` [PATCH 2/2] xilinx: board: Add support to pick bootscr flash offset/size from DT

[RFC PATCH] env: Export environment config to OS devicetree
 2023-08-03 13:21 UTC  (4+ messages)

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

[PATCH 0/2] treewide: rework linker symbol declarations and references
 2023-08-03 13:13 UTC  (2+ messages)

[PATCH v3 0/4] arm: dts: k3-am64: Sync DT with Linux
 2023-08-03 12:59 UTC  (14+ 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] xilinx: Remove scriptaddr from config files and move it to DT
 2023-08-03 12:51 UTC 

[PATCH] Kconfigs: Correct default of "0" on hex type entries
 2023-08-03 12:02 UTC  (3+ messages)

Please pull u-boot-dm
 2023-08-03 12:02 UTC  (2+ messages)

[PATCH 00/22] x86: Move some boards to text environment
 2023-08-03 11:31 UTC  (6+ messages)
` [PATCH 18/22] x86: slimbootloader: Convert "

[RFC 0/3] firmware: scmi: add sanity checks for protocols
 2023-08-03 11:44 UTC  (7+ messages)
` [RFC 1/3] firmware: scmi: add a check against availability of protocols
` [RFC 2/3] firmware: scmi: add PROTOCOL_VERSION support for existing protocols on sandbox
` [RFC 3/3] firmware: scmi: add a sanity check against protocol version

[PATCH v2 00/12] firmware: scmi: add SCMI base protocol support
 2023-08-03 11:36 UTC  (29+ messages)
` [PATCH v2 01/12] scmi: refactor the code to hide a channel from devices
` [PATCH v2 02/12] firmware: scmi: implement SCMI base protocol
` [PATCH v2 03/12] firmware: scmi: move scmi_bind_protocols() backward
` [PATCH v2 04/12] firmware: scmi: framework for installing additional protocols
` [PATCH v2 05/12] firmware: scmi: install base protocol to SCMI agent
` [PATCH v2 06/12] sandbox: remove SCMI base node definition from test.dts
` [PATCH v2 07/12] firmware: scmi: fake base protocol commands on sandbox
` [PATCH v2 08/12] test: dm: simplify SCMI unit test "
` [PATCH v2 09/12] test: dm: add SCMI base protocol test
` [PATCH v2 10/12] cmd: add scmi command for SCMI firmware
` [PATCH v2 11/12] doc: cmd: add documentation for scmi
` [PATCH v2 12/12] test: dm: add scmi command test

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

[PATCH v6 0/9] Integrate EFI capsule tasks into u-boot's build flow
 2023-08-03 11:17 UTC  (11+ 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 0/3] rockchip: rk3308: Fix two minor UART warnings
 2023-08-03 11:08 UTC  (4+ messages)
` [PATCH 1/3] clk: rockchip: rk3308: Fix ordering between masking and shifting
` [PATCH 2/3] clk: rockchip: rk3308: Support reading UART rate and clock registers
` [PATCH 3/3] dts: rockchip: rk3308: Avoid warning for serial probe on prereloc

[PATCH v2 0/9] x86: Fixes for distro booting
 2023-08-03 11:05 UTC  (8+ messages)
` [PATCH v2 7/9] video: Add a Kconfig option for SPL video handoff
` [PATCH v2 8/9] x86: Enable useful options for qemu-86
` [PATCH v2 9/9] x86: Update qemu documentation

U-Boot video output for rk3588
 2023-08-03 10:53 UTC  (5+ messages)

[PATCH 0/9] x86: Fixes for distro booting
 2023-08-03 10:44 UTC  (3+ messages)
` [PATCH 4/9] Revert "x86: Switch QEMU over to use the bochs driver"

[PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
 2023-08-03 10:40 UTC 

[PATCH] btrfs: fix some error checking for btrfs_decompress()
 2023-08-03 10:36 UTC  (2+ messages)

[PATCH] armv8: Skip PIE in SPL due to load alignment fault
 2023-08-03  8:12 UTC 

[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 

[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 "

[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 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

[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 

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

[PATCH v4 1/4] cmd: bind: Add unbind command with driver filter
 2023-08-02 22:04 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH 12/14] bloblist: Reduce bloblist header size

[PATCH] arm: moxa: add nport6600 platform
 2023-08-02 21:31 UTC  (2+ 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 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 


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