messages from 2022-02-26 18:40:25 to 2022-03-01 01:50:17 UTC [more...]
[PATCH v2 01/12] rockchip: rk3228-power: sync power domain dt-binding header from Linux
2022-03-01 1:47 UTC (12+ messages)
` [PATCH v2 02/12] rockchip: rk3228-cru: sync the clock "
` [PATCH v2 03/12] arm: dts: rockchip: move all rk322x u-boot specific properties in separate dtsi files
` [PATCH v2 04/12] arm: dts: rockchip: sync rk322x.dtsi from Linux
` [PATCH v2 05/12] arm: dts: rockchip: sync rk3229-evb.dts "
` [PATCH v2 06/12] rockchip: rk3288-power: sync power domain dt-binding header "
` [PATCH v2 07/12] rockchip: rk3288-cru: sync the clock "
` [PATCH v2 08/12] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files
` [PATCH v2 09/12] arm: dts: rockchip: sync rk3288.dtsi from Linux
` [PATCH v2 10/12] arm: dts: rockchip: sync rk3288 DT boards "
` [PATCH v2 11/12] arm: dts: rockchip: sync rk3288-veyron DT "
` [PATCH v2 12/12] rockchip: fix boot_devices constants
[PATCH] ARM: mvebu: x530: clearfog: Add ODT configuration
2022-03-01 0:53 UTC
[PATCH 0/8] tpm: Various minor fixes and enhancements
2022-03-01 0:11 UTC (9+ messages)
` [PATCH 1/8] tpm: Export the TPM-version functions
` [PATCH 2/8] tpm: Require a digest source when extending the PCR
` [PATCH 3/8] tpm: Correct the permissions command in TPMv1
` [PATCH 4/8] tpm: Correct the define-space command in TPMv2
` [PATCH 5/8] tpm: sandbox: Allow init of TPM in a different phase
` [PATCH 6/8] tpm: Allow reporting the internal state
` [PATCH 7/8] tpm: Implement state command for Cr50
` [PATCH 8/8] tpm: Allow commiting non-volatile data
[ANN] U-Boot v2022.04-rc3 released
2022-02-28 23:03 UTC
[PATCH] phy: nop-phy: Fix phy reset if no reset-gpio defined
2022-02-28 22:53 UTC
[PATCH] image: Control FIT signature verification at runtime
2022-02-28 22:42 UTC (10+ messages)
[PATCH 1/2] x86: Add an enum name for the GNVS firmware type
2022-02-28 22:18 UTC (2+ messages)
` [PATCH 2/2] x86: Correct the coreboot header file in MAINTAINERS
[PATCH 0/5] sandbox: Minor Fixes in various areas
2022-02-28 22:13 UTC (6+ messages)
` [PATCH 1/5] sandbox: Show a message when writing out the ram buffer
` [PATCH 2/5] sandbox: Add the handoff header for spl
` [PATCH 3/5] sandbox: Open host file for read-only access if needed
` [PATCH 4/5] sandbox: Slow down the LCD sync rate
` [PATCH 5/5] sandbox: test: Tidy up spl_test_load() calls
[PATCH] arm: pdu001: Setup pinmux for console UART as early as possible
2022-02-28 20:47 UTC (2+ messages)
[PATCH v2] board: stemmy: Detect board variants and patch DTB
2022-02-28 20:47 UTC (2+ messages)
[PATCH v3 1/1] arm: apple: Switch to fully dynamic mem layout
2022-02-28 20:47 UTC (2+ messages)
[PATCH] arm: pdu001: Fix early debugging UART
2022-02-28 20:46 UTC (2+ messages)
[PATCH] tools: mkimage/dumpimage: Allow to use -l with -T
2022-02-28 20:46 UTC (3+ messages)
[PATCH] configs: ti: use standard configuration nodes naming
2022-02-28 20:38 UTC (2+ messages)
[PATCH v3 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
2022-02-28 19:38 UTC (2+ messages)
[PATCH v2] core: devres: optionally build devres into the SPL
2022-02-28 20:33 UTC
[PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes
2022-02-28 20:18 UTC (2+ messages)
phy_connect_dev calling phy_reset???
2022-02-28 20:01 UTC
[PATCH 00/18] Various bugfixes related to verified boot
2022-02-28 19:08 UTC (19+ messages)
` [PATCH 01/18] buildman: Update default config to build for sandbox
` [PATCH 02/18] buildman: Fix up cfgutil
` [PATCH 03/18] binman: Correct Chromium OS entry types
` [PATCH 04/18] errno: Avoid including strings in SPL
` [PATCH 05/18] abuf: Correct a corner case with abuf_realloc()
` [PATCH 06/18] fdt: Correct condition for SEPARATE_BSS
` [PATCH 07/18] fdt: sandbox: Avoid looking for an appended device tree
` [PATCH 08/18] lzma: Tidy up the function prototype
` [PATCH 09/18] cbfs: Add some more definititions
` [PATCH 10/18] cros_ec: Complete the comment for cros_ec_read_batt_charge()
` [PATCH 11/18] spi: Avoid checking console in SPL
` [PATCH 12/18] disk: Correct the conditions for SPL
` [PATCH 13/18] Add a default for TPL_TEXT_BASE
` [PATCH 14/18] Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE
` [PATCH 15/18] stdint: Add a definition of UINT8_MAX
` [PATCH 16/18] dm: core: Add a required struct declaration
` [PATCH 17/18] dm: core: Tidy up comments in uclass headers
` [PATCH 18/18] dm: blk: Expand iteration and add tests
[PATCH 00/14] Add support for NVMEM API
2022-02-28 16:42 UTC (12+ messages)
` [PATCH 02/14] sandbox: Remove eth2addr from environment
` [PATCH 05/14] misc: i2c_eeprom: Make i2c_eeprom_write use a const buf
` [PATCH 06/14] misc: Add support for nvmem cells
` [PATCH 11/14] net: Add support for reading mac addresses from "
` [PATCH 14/14] test: Load mac address using misc device
[PATCH] firmware: zynqmp: Do not bind PD driver in SPL if disabled
2022-02-28 16:13 UTC
[PATCH v3] binman: Include also subnodes in generator nodes
2022-02-28 16:06 UTC
[PATCH] arch: arm: recode the initialization of GICv3 ITS Re-Distributor tables
2022-02-28 15:27 UTC (3+ messages)
ARM: socfpga: gen5: release reset before using USB as device with ums
2022-02-28 15:22 UTC (4+ messages)
[PATCH v5 0/4] EFI: Reset system after capsule-on-disk
2022-02-28 15:22 UTC (19+ messages)
` [PATCH v5 3/4] test/py: Handle expected reboot while booting sandbox
[PATCH] arm64: zynqmp: Add resets property to sdhci nodes
2022-02-28 14:59 UTC
[PATCH v7 00/15] vpl: Introduce a verifying program loader
2022-02-28 14:16 UTC (16+ messages)
` [PATCH v7 01/15] doc: Convert SPL documentation to ReST
` [PATCH v7 02/15] doc: Expand SPL docs to explain the phase and config
` [PATCH v7 03/15] test: Tidy up test building with SPL
` [PATCH v7 04/15] bloblist: Correct Kconfig dependencies
` [PATCH v7 05/15] avb: Don't build in SPL
` [PATCH v7 06/15] Makefile: Simplify devicetree rules for SPL/TPL
` [PATCH v7 07/15] Makefile: Tidy up the TPL build rules
` [PATCH v7 08/15] Add a default for TPL_TEXT_BASE
` [PATCH v7 09/15] disk: Correct the conditions for SPL
` [PATCH v7 10/15] fdt: Correct condition for SEPARATE_BSS
` [PATCH v7 11/15] fdt: sandbox: Avoid looking for an appended device tree
` [PATCH v7 12/15] binman: Add VPL support
` [PATCH v7 13/15] Introduce Verifying Program Loader (VPL)
` [PATCH v7 14/15] vpl: Add Kconfig options for VPL
` [PATCH v7 15/15] sandbox: Add a build "
[PATCH v2 0/5] binman: Improvements to FIT entry type
2022-02-28 14:14 UTC (16+ messages)
` [PATCH v2 4/5] binman: Convert FIT entry type to a subclass of Section "
[PATCH V3] dt-bindings: nvmem: add U-Boot environment variables binding
2022-02-28 13:12 UTC
[PATCH v2 0/5] board: sl28: add basic PSCI implementation
2022-02-28 12:48 UTC (6+ messages)
` [PATCH v2 1/5] armv8: include psci_update_dt() unconditionally
` [PATCH v2 2/5] armv8: layerscape: get rid of smc_call()
` [PATCH v2 3/5] armv8: psci: skip setup code if we are not EL3
` [PATCH v2 4/5] armv8: psci: add ARMV8_PSCI_RELOCATE Kconfig option
` [PATCH v2 5/5] board: sl28: add basic PSCI implementation
[PATCH] drivers: rtc: fix null pointer access in armada38x_rtc_reset
2022-02-28 9:31 UTC
[PATCH v2 00/10] tpm: rng: Move TPM RNG functionality to driver model
2022-02-28 12:06 UTC (11+ messages)
` [PATCH v2 01/10] tpm: Move tpm-utils header under the include directory
` [PATCH v2 02/10] tpm: rng: Change tpm_get_random to return an int
` [PATCH v2 03/10] tpm: Fix the return type of tpm_startup
` [PATCH v2 04/10] tpm: Move the TPM version detection functions to the uclass driver
` [PATCH v2 05/10] configs: gazerbeam: Build TPMV2 library routines
` [PATCH v2 06/10] configs: chromebook_coral: Build TPMV1 "
` [PATCH v2 07/10] tpm: rng: Move the TPM RNG functionality to driver model
` [PATCH v2 08/10] tpm: Add the RNG child device
` [PATCH v2 09/10] qemu: arm: Remove platform specific function to get RNG device
` [PATCH v2 10/10] cmd: rng: Add support for selecting "
[PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding
2022-02-28 11:32 UTC (3+ messages)
Device Tree Overlays and FIT Images - Are they supported together fully?
2022-02-28 8:58 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v4 0/2] EFI: Reset system after capsule-on-disk
2022-02-28 7:53 UTC (5+ messages)
` [PATCH v4 2/2] efi_loader: Reset system after CapsuleUpdate on disk
[PATCH v2] spi: Add spi_get_bus_and_cs() new use_dt param
2022-02-28 7:45 UTC (2+ messages)
[PATCH 0/2] U-Boot ENV in EXT4 support for Expressobin (revised)
2022-02-28 7:13 UTC (5+ messages)
` [PATCH 1/2] Fix Espressobin build for configs where ENV is not in SPI
` [PATCH 2/2] Add SCSI scan for ENV in EXT4 or FAT
[PATCH] gpio: slg7xl45106: Add support for slg7xl45106 i2c gpo expander
2022-02-28 6:44 UTC (3+ messages)
[PATCH 0/5] board: sl28: add basic PSCI implementation
2022-02-28 6:33 UTC (3+ messages)
` [PATCH 1/5] armv8: include psci_update_dt() unconditionally
[PATCH v2 0/4] Add ESM driver support for AM64x R5 SPL/U-boot
2022-02-28 4:55 UTC (5+ messages)
` [PATCH v2 1/4] misc: k3_esm: Add functionality to set and route error events within K3SoC
` [PATCH v2 2/4] arm: dts: k3-am64: Add support for ESM device nodes
` [PATCH v2 3/4] arch: arm: mach-k3: am642_init: Probe ESM nodes
` [PATCH v2 4/4] configs: am64x_evm_r5_defconfig: Add support for ESM
IMX8MM 4GiB boundary issue
2022-02-28 0:51 UTC (11+ messages)
[PATCH] include: configs: *imx8*: remove IMX_FEC_BASE
2022-02-28 0:01 UTC (2+ messages)
[PATCH] ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
2022-02-27 23:31 UTC (2+ messages)
[PATCH 0/7] clk: Make clk_free return void
2022-02-27 19:38 UTC (10+ messages)
` [PATCH 1/7] clk: Make rfree "
[PATCH] clk: Consolidate some clock functions
2022-02-27 19:01 UTC
[PATCH] led: led_pwm: Add a driver for LEDs connected to PWM
2022-02-27 18:14 UTC
[PATCH] Add ethernet0 alias in Nanopi NEO's device tree
2022-02-27 13:36 UTC
[PATCH 0/4] Add support for QEMU's ramfb display
2022-02-27 17:05 UTC (8+ messages)
` [PATCH 1/4] qfw: Add WRITE definition
` [PATCH 2/4] ramfb: Add driver for ramfb display
` [PATCH 3/4] qfw: Spawn ramfb device if its file is present
` [PATCH 4/4] qemu-arm*: Enable ramfb by default
` [PATCH 5/5] qemu-riscv: "
[PATCH] efi_loader: Ignore DT when ACPI is on
2022-02-27 16:49 UTC (5+ messages)
[PATCH] qfw: Allocate ACPI memory using efi logic
2022-02-27 14:23 UTC
Pull request for efi-2022-04-rc3
2022-02-27 14:21 UTC (2+ messages)
[PULL] u-boot-sh/master
2022-02-27 14:21 UTC (2+ messages)
[PATCH] qfw: Do not include tables.h on arm
2022-02-27 14:18 UTC
[PATCH] lib/acpi: Enable QEMU special cases for ARM
2022-02-27 14:10 UTC
[PATCH] qemu-arm: Enable NVMe for distro boot
2022-02-27 13:08 UTC (2+ messages)
[PATCH 00/10] tpm: rng: Move TPM RNG functionality to driver model
2022-02-27 12:43 UTC (4+ messages)
` [PATCH 03/10] tpm: Fix the return type of tpm_startup
N00b need help - U-Boot 2015.01-gfe79c6daed-dirty - How to detect CPU | how to backup firmware | how to boot custom-firmware
2022-02-27 7:56 UTC
[PATCH] imx8m{m,n}_venice: update env memory layout
2022-02-27 12:22 UTC (4+ messages)
dm driver probe and dm question
2022-02-27 8:29 UTC (4+ messages)
[PATCH 1/2] ARM: dts: am3517-evm: Sync DTS with Linux 5.17-rc5
2022-02-27 1:56 UTC (4+ messages)
` [PATCH 2/2] ARM: am3517_evm: Remove hard-coded pin muxing
[PATCH] ARM: am3517-evm: Remove more non-DM legacy ethernet reset code
2022-02-27 1:54 UTC (2+ messages)
[PATCH] board: gateworks: venice: enable DM_SERIAL
2022-02-26 20:35 UTC
[PATCH v3 1/1] timer: npcm: Add driver for Nuvoton NPCM SoCs
2022-02-26 18:37 UTC (2+ messages)
[PATCH] cmd: abootimg: Accept a DTB in second for index 0
2022-02-26 18:37 UTC (2+ messages)
[PATCH 1/5] doc: binding: scmi: link to latest Linux kernel binding
2022-02-26 18:37 UTC (3+ messages)
` [PATCH 4/5] firmware: scmi: fix sandbox and related tests for clock discovery
[PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux
2022-02-26 18:36 UTC (4+ messages)
` [PATCH v1 09/15] rockchip: fix boot_devices constants
[PATCH] core: devres: don't use devres code when CONFIG_DEVRES is not defined
2022-02-26 18:37 UTC (4+ messages)
[PATCH] drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
2022-02-26 18:37 UTC (2+ messages)
[PATCH 1/2] arm64: dts: rk3399-rock-pi-4b-u-boot: add optee node
2022-02-26 18:37 UTC (2+ messages)
[PATCH 1/2] tools: binman: main.py: add build-sandbox in sys.path
2022-02-26 18:36 UTC (2+ messages)
[PATCH] spi: Add spi_get_bus_and_cs() new use_dt param
2022-02-26 18:36 UTC (4+ 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