messages from 2025-02-08 01:29:00 to 2025-02-09 20:24:25 UTC [more...]
[PATCH 0/3] arm: mvebu: add solidrun cn913x based boards
2025-02-09 20:23 UTC (3+ messages)
` [PATCH 2/3] mvebu: armada-8k: set fdtfile env from DEFAULT_FDT_FILE
` [PATCH 3/3] board: solidrun: add cn9130 based boards
[PATCH 00/29] VBE serial part H: Implement VBE on Rockchip RK3399
2025-02-09 20:14 UTC (30+ messages)
` [PATCH 05/29] rockchip: Allow RAM init to happen in SPL on rk3399
` [PATCH 14/29] rockchip: Add SPL into the main FIT
` [PATCH 16/29] rockchip: Set the skip-at-start property correctly
` [PATCH 19/29] rockchip: Add TPL alternatives
` [PATCH 21/29] rockchip: Provide a VPL phase on rk3399
` [PATCH 25/29] rockchip: Add a generic rk3399 board
` [PATCH 29/29] bloblist: Allow relocation at the end of the SPL phase
[PATCH 0/2] boot: improve error handling fit_find_config_node
2025-02-09 20:14 UTC (10+ messages)
` [PATCH 1/2] boot: continue in fit_find_config_node()
` [PATCH 2/2] boot: correct error message "
[PATCH 00/12] rockchip: rk3399: Migrate to use TPL on bob and kevin
2025-02-09 20:14 UTC (11+ messages)
` [PATCH 02/12] rockchip: rk3399-gru: Use SYS_SPI_U_BOOT_OFFS value in offset prop
` [PATCH 06/12] rockchip: rk3399-gru: Include binman generated FIT in u-boot.rom image
[PATCH 00/32] arm: Support building as an EFI app
2025-02-09 19:05 UTC (10+ messages)
` [PATCH 01/32] Convert build-efi script to Python
` [PATCH 07/32] scripts: Update build-efi to support arm64
[PATCH 0/3] rockchip: rk3399-gru: Fix missing TPL and SPL banner on debug UART
2025-02-09 18:31 UTC (7+ messages)
` [PATCH 1/3] Revert "rockchip: rk3399: Drop unneeded bob and kevin board specific code"
` [PATCH 2/3] rockchip: rk3399-gru: Enable TPL_GPIO for bob and kevin
` [PATCH 3/3] Revert "rockchip: rk3399: Fix TPL build of bob and kevin"
[PATCH v2 00/29] arm: Support building as an EFI app
2025-02-09 18:14 UTC (41+ messages)
` [PATCH v2 01/29] Makefile: Avoid using TEXT_BASE if not present
` [PATCH v2 02/29] video: Move vesa_setup_video_priv() into its own file
` [PATCH v2 03/29] video: Use a local mode_info struct in the EFI driver
` [PATCH v2 04/29] lib: Provide fdtdec_get_pci_bar32() only with PCI enabled
` [PATCH v2 05/29] efi: Rename app and payload to include x86
` [PATCH v2 06/29] efi: Allow board/efi Kconfig to be used outside x86
` [PATCH v2 07/29] efi: x86: Move EFI SDRAM-handling into a common file
` [PATCH v2 08/29] treewide: Rename VENDOR_EFI to ARCH_EFI
` [PATCH v2 09/29] efi: x86: Rework VENDOR_EFI option to permit other archs
` [PATCH v2 10/29] efi: x86: Allow setting the global_data pointer with EFI
` [PATCH v2 11/29] efi: Tidy up setup of global_data
` [PATCH v2 12/29] efi: Rename ImageBase to image_base
` [PATCH v2 13/29] efi: lmb: Avoid access to _start
` [PATCH v2 14/29] efi: arm: Don't do the EL2 switch when running under EFI
` [PATCH v2 15/29] efi: arm: Avoid allocating page tables "
` [PATCH v2 16/29] efi: arm: Avoid enabling caches "
` [PATCH v2 17/29] efi: arm: Implement access to global_data for EFI
` [PATCH v2 18/29] efi: arm: Omit the ARM start-up code in the EFI app
` [PATCH v2 19/29] efi: arm: Drop exception code when running as an "
` [PATCH v2 20/29] efi: arm: x86: Allow use of the EFI table in the app
` [PATCH v2 21/29] efi: arm: Disable --gc-sections for "
` [PATCH v2 22/29] efi: arm: Drop startup code from "
` [PATCH v2 23/29] efi: arm: Adjust how the monitor length is calculated
` [PATCH v2 24/29] efi: arm: Provide startup and relocation code
` [PATCH v2 25/29] efi: Generate the app as a shared library
` [PATCH v2 26/29] efi: arm: Disable STATIC_RELA for the EFI app
` [PATCH v2 27/29] efi: arm: Use EFI flags for all compilation with the app
` [PATCH v2 28/29] efi: arm: Simplify the crt0 file and update link script
` [PATCH v2 29/29] efi: arm: Add an EFI app for arm64
[PATCH v3 00/29] arm: Support building as an EFI app
2025-02-09 18:09 UTC (31+ messages)
` [PATCH v3 01/29] Makefile: Avoid using TEXT_BASE if not present
` [PATCH v3 02/29] video: Move vesa_setup_video_priv() into its own file
` [PATCH v3 03/29] video: Use a local mode_info struct in the EFI driver
` [PATCH v3 04/29] lib: Provide fdtdec_get_pci_bar32() only with PCI enabled
` [PATCH v3 05/29] efi: Rename app and payload to include x86
` [PATCH v3 06/29] efi: Allow board/efi Kconfig to be used outside x86
` [PATCH v3 07/29] efi: x86: Move EFI SDRAM-handling into a common file
` [PATCH v3 08/29] treewide: Rename VENDOR_EFI to ARCH_EFI
` [PATCH v3 09/29] efi: x86: Rework VENDOR_EFI option to permit other archs
` [PATCH v3 10/29] efi: x86: Allow setting the global_data pointer with EFI
` [PATCH v3 11/29] efi: Tidy up setup of global_data
` [PATCH v3 12/29] efi: Rename ImageBase to image_base
` [PATCH v3 13/29] efi: lmb: Avoid access to _start
` [PATCH v3 14/29] efi: arm: Don't do the EL2 switch when running under EFI
` [PATCH v3 15/29] efi: arm: Avoid allocating page tables "
` [PATCH v3 16/29] efi: arm: Avoid enabling caches "
` [PATCH v3 17/29] efi: arm: Implement access to global_data for EFI
` [PATCH v3 18/29] efi: arm: Omit the ARM start-up code in the EFI app
` [PATCH v3 19/29] efi: arm: Drop exception-level code when running as "
` [PATCH v3 20/29] efi: arm: x86: Allow use of the EFI table in the app
` [PATCH v3 21/29] efi: arm: Disable --gc-sections for "
` [PATCH v3 22/29] efi: arm: Drop startup code from "
` [PATCH v3 23/29] efi: arm: Adjust how the monitor length is calculated
` [PATCH v3 24/29] efi: arm: Provide startup and relocation code
` [PATCH v3 25/29] efi: Generate the app as a shared library
` [PATCH v3 26/29] efi: arm: Disable STATIC_RELA for the EFI app
[PATCH 0/5] rockchip: ROCKCHIP_COMMON_STACK_ADDR improvements
2025-02-09 17:59 UTC (6+ messages)
` [PATCH 2/5] rockchip: Improve ARMv7 support for ROCKCHIP_COMMON_STACK_ADDR
[PATCH 0/2] Remove "saveenv" functionality from am57xx evms
2025-02-09 17:20 UTC (4+ messages)
` [PATCH 1/2] configs: am57xx_hs: Remove saved environments
` [PATCH 2/2] configs: am57xx: "
[PATCH v2 0/6] test: A few quality-of-life improvements
2025-02-09 16:07 UTC (7+ messages)
` [PATCH v2 1/6] test/py: Shorten u_boot_console
` [PATCH v2 2/6] test/py: Drop u_boot_ prefix on test files
` [PATCH v2 3/6] test/py: Drop importing utils as util
` [PATCH v2 4/6] test/py: Drop assigning ubman to cons
` [PATCH v2 5/6] test/py: Show info about module-loading
` [PATCH v2 6/6] test: Make net tests depend on CONFIG_CMD_NET
[PATCH] tools: Fix potential null-deref with result of strtok_r
2025-02-09 15:46 UTC
[PATCH] tools: Fix handle leak in mmap_fdt function
2025-02-09 14:56 UTC
[PATCH v1 0/6] Fix page permission on arm64 architectures
2025-02-09 14:35 UTC (11+ messages)
` [PATCH v1 5/6] treewide: Add a function to change page permissions
[PATCH 0/4] riscv: dts: starfive: simplify binman config
2025-02-09 15:37 UTC (7+ messages)
` [PATCH 1/4] riscv: dts: add OF_LIST handling to binman.dtsi
` [PATCH 2/4] board: starfive: spl: strip off 'starfive/' prefix
` [PATCH 3/4] riscv: dts: starfive: remove duplicate itb entries
` [PATCH 4/4] configs: starfive: default to jh7110-starfive-visionfive-2-v1.3b
[PATCH] ARM: renesas: Enable USBHS UDC and UMS on Renesas R-Car Gen3 Salvator-X(S)
2025-02-09 15:05 UTC
[PATCH] u-boot-initial-env: Add missing dependencies
2025-02-09 14:34 UTC
[PATCH] feat: Add CONFIG_BOOTCOUNT_ALTBOOTCMD to Kconfig
2025-02-09 14:30 UTC (2+ messages)
` [PATCH] configs: Migrate CONFIG_BOOTCOUNT_ALTBOOTCMD to defconfig
[PATCH 0/4] test: A few quality-of-life improvements
2025-02-09 14:29 UTC (8+ messages)
` [PATCH 1/4] test/py: Shorten u_boot_console
[PATCH] Add 'bootsource' /chosen property
2025-02-09 14:28 UTC (4+ messages)
[RFC PATCH 0/4] Fix page permission on arm64 architectures
2025-02-09 14:28 UTC (4+ messages)
[PATCH 1/3] rockchip: Fix TPL link error
2025-02-09 14:27 UTC (6+ messages)
` [PATCH 3/3] rockchip: Fix binman error
Help needed: How to Specify MTD Partitions on NAND in a Device Tree
2025-02-09 13:51 UTC (5+ messages)
[PATCH 0/6] board: starfive: DeepComputing FML13V01
2025-02-09 12:23 UTC (11+ messages)
` [PATCH 1/6] configs: add jh7110-deepcomputing-fml13v01 to VF2 defconfig
` [PATCH 2/6] riscv: dts: starfive: DeepComputing FML13V01 binman config
` [PATCH 3/6] riscv: dts: jh7110: add DeepComputing FML13V01 device-tree
[PATCH v2 01/24] net: ravb: Drop empty init callback
2025-02-09 12:01 UTC (24+ messages)
` [PATCH v2 02/24] net: sh_eth: "
` [PATCH v2 03/24] net: designware: Drop NULL priv assignment
` [PATCH v2 04/24] net: ravb: Reorder bb_miiphy functions
` [PATCH v2 05/24] net: sh_eth: "
` [PATCH v2 06/24] arm: mvebu: a38x: "
` [PATCH v2 07/24] net: designware: "
` [PATCH v2 08/24] arm: mvebu: a38x: Call bb_miiphy init directly in driver probe
` [PATCH v2 09/24] net: miiphybb: Drop bb_miiphy_init()
` [PATCH v2 10/24] net: miiphybb: Drop .init callback
` [PATCH v2 11/24] net: designware: Drop bus index
` [PATCH v2 12/24] net: designware: Extract bbmiiphy initialization into dedicated function
` [PATCH v2 13/24] miiphy: Introduce mdio_init()
` [PATCH v2 14/24] net: miiphybb: Introduce bb_miiphy_alloc()/bb_miiphy_free() wrappers
` [PATCH v2 15/24] arm: mvebu: a38x: Allocate bb_miiphy using bb_miiphy_alloc() and fill in callbacks
` [PATCH v2 16/24] net: ravb: "
` [PATCH v2 17/24] net: sh_eth: "
` [PATCH v2 18/24] net: designware: "
` [PATCH v2 19/24] net: miiphybb: Use container_of() in bb_miiphy_getbus()
` [PATCH v2 20/24] net: miiphybb: Drop name field from struct bb_miiphy_bus
` [PATCH v2 21/24] arm: mvebu: a38x: Drop use of miiphy_get_dev_by_name()
` [PATCH v2 22/24] net: ravb: "
` [PATCH v2 23/24] net: sh_eth: "
` [PATCH v2 24/24] net: miiphybb: Drop bb_miiphy_buses and bb_miiphy_buses_num
[PATCH v1] linker_lists:Update the alignment using CONFIG_LINKER_LIST_ALIGN
2025-02-09 5:07 UTC (2+ messages)
` =?gb18030?B?u9i4tKO6W1BBVENIIHYxXSBsaW5rZXJfbGlzdHM6VXBkYXRlIHRoZSBhbGlnbm1lbnQgdXNpbmcgQ09ORklHX0xJTktFUl9MSVNUX0FMSUdO?=
[PATCH] CI: Use different git-directory for each runner
2025-02-08 21:33 UTC (2+ messages)
[PATCH 01/17] miiphy: Introduce mdio_init()
2025-02-08 21:30 UTC (8+ messages)
[PATCH 1/2] net: ravb: Drop empty init callback
2025-02-08 21:28 UTC (6+ messages)
[PATCH] tools: mkenvimage: Add pure shell implementation of mkenvimage
2025-02-08 21:26 UTC (9+ messages)
[PATCH] binman: Fill in most of the imx8mimage and imx8mcst tests
2025-02-08 21:19 UTC (11+ messages)
[PATCH v3 0/6] FAT file renaming
2025-02-08 21:22 UTC (13+ messages)
` [PATCH v3 1/6] fs: Add unimplemented rename hook to FS layer
` [PATCH v3 2/6] efi_loader: Support for file renaming
` [PATCH v3 3/6] fs: fat: Refactor delete_dentry_long interface
` [PATCH v3 4/6] fs: fat: Support basic file rename
` [PATCH v3 4/6] fs: "
` [PATCH v3 5/6] cmd: fat: Add fatrnfile command
[PATCH v2] configs: clearfog,helios4: disable sdhci sdma
2025-02-08 12:22 UTC
[PATCH] configs: clearfog,helios4: disable sdhci sdma
2025-02-08 11:59 UTC
[PATCH v4 00/12] Add imx8mp video support
2025-02-08 11:09 UTC (3+ messages)
` [PATCH v4 05/12] power-domain: Add refcounting
[PATCH v3 0/4] Enable bloblist support on Vexpress64
2025-02-08 10:14 UTC
[PATCH v3 0/4] cmd/setexpr: support concatenation of direct strings
2025-02-08 3:05 UTC (2+ 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