messages from 2021-10-27 05:12:24 to 2021-10-28 09:03:48 UTC [more...]
[PATCH 0/2] arch: arm: gic-v3-its: stop abusing the device tree
2021-10-28 9:01 UTC (4+ messages)
` [PATCH 1/2] Revert "arm64: Layerscape: Survive LPI one-way reset workaround"
` [PATCH 2/2] Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"
[RFC 07/22] dm: blk: add UCLASS_PARTITION
2021-10-28 8:52 UTC (11+ messages)
[PATCH v4 1/2] arm: mvebu: Implement the mac command (Marvell hw_info)
2021-10-28 8:42 UTC (10+ messages)
` [PATCH v4 2/2] arm: mvebu: add Globalscale MOCHAbin support
[PATCH 0/4] Improved sysreset/watchdog uclass integration
2021-10-28 8:34 UTC (5+ messages)
` [PATCH 1/4] sysreset: Add uclass Kconfig dependency to drivers
` [PATCH 2/4] sysreset: Mark driver probe functions as static
an off-by-one error in dm_test_rtc_set_get()?
2021-10-28 7:22 UTC (4+ messages)
[PATCH v2 1/1] video: fix positioning in TrueType console
2021-10-28 7:07 UTC (2+ messages)
[PATCH] socfpga: enable EFI partition support for de0-nano-soc
2021-10-28 6:52 UTC (2+ messages)
kirkwood stack size
2021-10-28 6:39 UTC (4+ messages)
kirkwood stack size
2021-10-28 6:35 UTC (2+ messages)
[PATCH v5 00/11] efi_loader: capsule: improve capsule authentication support
2021-10-28 6:23 UTC (12+ messages)
` [PATCH v5 01/11] efi_loader: capsule: drop __weak from efi_get_public_key_data()
` [PATCH v5 02/11] tools: mkeficapsule: add firmwware image signing
` [PATCH v5 03/11] tools: mkeficapsule: add man page
` [PATCH v5 04/11] doc: update UEFI document for usage of mkeficapsule
` [PATCH v5 05/11] test/py: efi_capsule: add image authentication test
` [PATCH v5 06/11] tools: mkeficapsule: allow for specifying GUID explicitly
` [PATCH v5 07/11] test/py: efi_capsule: align with the syntax change of mkeficapsule
` [PATCH v5 08/11] test/py: efi_capsule: add a test for "--guid" option
` [PATCH v5 09/11] test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE
` [PATCH v5 10/11] (RFC) tools: add fdtsig.sh
` [PATCH v5 11/11] (RFC) efi_loader, dts: add public keys for capsules to device tree
[PATCH u-boot-marvell 00/13] Yet another kwboot improvements
2021-10-28 6:16 UTC (18+ messages)
[PATCH v3 00/35] efi: Improvements to U-Boot running on top of UEFI
2021-10-28 5:53 UTC (9+ messages)
` [PATCH v3 01/35] efi: Add a script for building and testing U-Boot on UEFI
` [PATCH v3 02/35] efi: Enable DM_ETH for the app
` [PATCH v3 03/35] efi: Drop the OF_EMBED warning for EFI
` [PATCH v3 05/35] efi: Create a 64-bit app
[PATCH 1/1] video: fix positioning in TrueType console
2021-10-28 5:22 UTC (4+ messages)
[BUG] Spurious error in Gitlab CI for sandbox_spl test.py
2021-10-28 5:17 UTC
[PATCH 1/3] net: dsa: Use true instead of 1 in the set_promisc() call
2021-10-28 4:53 UTC (5+ messages)
[PATCH 0/5] Board specific runtime determined default env
2021-10-28 3:28 UTC (6+ messages)
` [PATCH 1/5] env: Don't set ready flag if import failed in env_set_default()
` [PATCH 2/5] env: Fix env_get() when returning empty string using env_get_f()
` [PATCH 3/5] env: Simplify env_get_default()
` [PATCH 4/5] env: Add support for board specific special default environment
` [PATCH 5/5] arm: mvebu: Espressobin: Use new API for setting default env at runtime
[PATCH 0/2] cmd: sbi: show SBI implementation version
2021-10-28 0:18 UTC (7+ messages)
` [PATCH 1/2] riscv: function to retrieve "
` [PATCH 2/2] cmd: sbi: show "
[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
2021-10-27 22:30 UTC (34+ messages)
` [PATCH v5 02/26] doc: Add documentation about devicetree usage
` [PATCH v5 26/26] fdt: Don't call board_fdt_blob_setup() without OF_BOARD
[PATCH] Fix MMC numbering issue for Raspberry Pi 3
2021-10-27 22:26 UTC
[PATCH 00/16] fdt: Make OF_BOARD a boolean option
2021-10-27 22:00 UTC (40+ messages)
` [PATCH 05/16] arm: qemu: Add a devicetree file for qemu_arm64
[PATCH v4 1/4] tools: Separate image types which depend on OpenSSL
2021-10-27 20:11 UTC (12+ messages)
[PATCH u-boot-marvell 0/5] kwboot fix for AXP + some others
2021-10-27 18:57 UTC (6+ messages)
` [PATCH u-boot-marvell 1/5] tools: kwboot: Fix sending retry of last header packet
` [PATCH u-boot-marvell 2/5] tools: kwboot: Do not call tcdrain() after each sent packet
` [PATCH u-boot-marvell 3/5] tools: kwboot: Increase delay after changing baudrate in ARM code
` [PATCH u-boot-marvell 4/5] tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr
` [PATCH u-boot-marvell 5/5] tools: kwboot: Do not use stack when setting baudrate back to default value
[PATCH v2 00/41] Initial implementation of standard boot
2021-10-27 18:34 UTC (22+ messages)
` [PATCH v2 01/41] lib: Add a way to find the postiion of a trailing number
` [PATCH v2 02/41] Makefile: Allow LTO to be disabled for a build
` [PATCH v2 07/41] mbr: Correct verification check
` [PATCH v2 23/41] bootstd: Add support for bootflows
` [PATCH v2 31/41] bootstd: Add an implementation of EFI boot
[PATCH v1 1/2] x86: tangier: pinmux: Move is_protected assignment closer to its user
2021-10-27 18:34 UTC (4+ messages)
` [PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller
[PATCH v3 1/2] net: brcm: netXtreme driver
2021-10-27 18:02 UTC (16+ messages)
` [PATCH v3 2/2] cmd: brcm: netXtreme commands
[PATCH v2 1/2] arm: mvebu: Implement the mac command (Marvell hw_info)
2021-10-27 14:41 UTC (5+ messages)
` [PATCH v2 2/2] arm: mvebu: add Globalscale MOCHAbin support
[PATCH v3 1/2] arm: mvebu: Implement the mac command (Marvell hw_info)
2021-10-27 14:39 UTC (2+ messages)
` [PATCH v3 2/2] arm: mvebu: add Globalscale MOCHAbin support
[BUG] binman does not check signature of toolchain
2021-10-27 14:22 UTC (3+ messages)
` [BUG] buildman "
[PATCH v8 00/12] aspeed: Support secure boot chain with FIT image verification
2021-10-27 14:09 UTC (14+ messages)
` [PATCH v8 01/12] image: fit: Fix parameter name for hash algorithm
` [PATCH v8 02/12] aspeed: ast2600: Enlarge SRAM size
` [PATCH v8 03/12] clk: ast2600: Add YCLK control for HACE
` [PATCH v8 04/12] crypto: aspeed: Add AST2600 HACE support
` [PATCH v8 05/12] ARM: dts: ast2600: Add HACE to device tree
` [PATCH v8 06/12] clk: ast2600: Add RSACLK control for ACRY
` [PATCH v8 07/12] crypto: aspeed: Add AST2600 ACRY support
` [PATCH v8 08/12] ARM: dts: ast2600: Add ACRY to device tree
` [PATCH v8 09/12] ast2600: spl: Locate load buffer in DRAM space
` [PATCH v8 10/12] configs: ast2600-evb: Enable SPL FIT support
` [PATCH v8 11/12] configs: aspeed: Make EXTRA_ENV_SETTINGS board specific
` [PATCH v8 12/12] configs: ast2600: Boot kernel FIT in DRAM
[PATCH 2/2] dt-bindings: u-boot: Add an initial binding for config
2021-10-27 14:09 UTC (11+ messages)
[PATCH v4 00/11] efi_loader: capsule: improve capsule authentication support
2021-10-27 14:05 UTC (8+ messages)
` [PATCH v4 04/11] tools: add fdtsig.sh
patch for rpi3 on FreeBSD
2021-10-27 7:51 UTC (2+ messages)
[PATCH] Fix syntax error
2021-10-27 12:12 UTC (2+ messages)
Pull request for efi-2022-01-rc1-2
2021-10-27 12:09 UTC (2+ messages)
[PATCH v3 1/2] nvme: Enable FUA
2021-10-27 11:51 UTC (2+ messages)
[PATCH v2 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver
2021-10-27 11:41 UTC (4+ messages)
` [PATCH v2 2/2] x86: edison: Don't take SD card detect pin into consideration
[PATCH v1 1/2] x86: tangier: Enable support for SD/SDIO family in the pinmux driver
2021-10-27 11:16 UTC (10+ messages)
` [PATCH v1 2/2] x86: edison: Don't take SD card detect pin into consideration
[PATCH] sunxi: Avoid duplicate reset_cpu with SYSRESET enabled
2021-10-27 9:35 UTC (2+ messages)
[PATCH] riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLED
2021-10-27 8:59 UTC
[PATCH1/1]sqfs: sqfs_tokenize() should fill the tokens list instead of free items
2021-10-27 8:17 UTC (3+ messages)
[PATCH v2] usb: xhci-brcm: Include header file needed for dev_err
2021-10-27 5:12 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