public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-02-26 11:10:07 to 2022-02-28 19:12:13 UTC [more...]

[PATCH 00/18] Various bugfixes related to verified boot
 2022-02-28 19:08 UTC  (15+ 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 00/14] Add support for NVMEM API
 2022-02-28 16:42 UTC  (22+ messages)
` [PATCH 02/14] sandbox: Remove eth2addr from environment
` [PATCH 03/14] test: eth: Add test for ethernet addresses
` [PATCH 04/14] sandbox: Move some mac addresses to device tree
` [PATCH 05/14] misc: i2c_eeprom: Make i2c_eeprom_write use a const buf
` [PATCH 06/14] misc: Add support for nvmem cells
` [PATCH 07/14] sandbox: Enable NVMEM
` [PATCH 11/14] net: Add support for reading mac addresses from nvmem cells
` [PATCH 12/14] test: Load mac address with i2c eeprom
` [PATCH 13/14] test: Load mac address using RTC
` [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 u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes
 2022-02-28 14:59 UTC 

[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

[PATCH] image: Control FIT signature verification at runtime
 2022-02-28  1:29 UTC  (8+ messages)

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  (3+ messages)

[PATCH] ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
 2022-02-27 23:31 UTC  (3+ 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] tools: mkimage/dumpimage: Allow to use -l with -T
 2022-02-26 18:37 UTC  (2+ messages)

[PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux
 2022-02-26 18:36 UTC  (14+ messages)
` [PATCH v1 02/15] rockchip: rk3228-cru: sync the clock "
` [PATCH v1 05/15] rockchip: rk3288-power: sync power domain "
` [PATCH v1 06/15] rockchip: rk3288-cru: sync the clock "
` [PATCH v1 09/15] rockchip: fix boot_devices constants
` [PATCH v1 11/15] arm: dts: rockchip: rename mipi_dsi label in rk3288-evb.dtsi
` [PATCH v1 12/15] arm: dts: rockchip: remove hdmi_audio node from rk3288-veyron.dtsi

[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  (6+ messages)
` [PATCH 2/2] tools: binman: main.py: add /tmp/sandbox sys.path

[PATCH] spi: Add spi_get_bus_and_cs() new use_dt param
 2022-02-26 18:36 UTC  (4+ messages)

[PATCH v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2022-02-26 18:37 UTC  (7+ messages)
` [PATCH v2 09/20] dm: add tag support
` [PATCH v2 10/20] dm: tag: add some document
` [PATCH v2 11/20] test: dm: add tests for tag support

[PATCH v4 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-02-26 18:36 UTC  (6+ messages)
` [PATCH v4 2/4] rockchip: sdhci: Fix RK3399 eMMC PHY power cycling
  ` [PATCH v4 4/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

[PATCH] ARM: dts: logicpd-torpedo: Resyc DTS files with Linux 5.17-rc5
 2022-02-26 17:01 UTC 

[PATCH 1/2] ARM: dts: logicpd-som-lv: Resync DTS files with Linux 5.17-rc5
 2022-02-26 16:49 UTC  (2+ messages)
` [PATCH 2/2] ARM: omap3_logic: Remove hard-coded USB muxing

[PATCH 00/27] imx: imx8ulp: misc update from downstream
 2022-02-26 13:51 UTC  (11+ messages)
` [PATCH 02/27] imx: imx8ulp: include pcc/cgc header in clock header
` [PATCH 04/27] imx: imx8ulp: clock: Add clock support for i3c controller
` [PATCH 07/27] imx: imx8ulp: add ND/LD clock
` [PATCH 24/27] imx: imx8ulp_evk: enlarge CONFIG_NR_DRAM_BANKS
` [PATCH 25/27] dt-bindings: power: imx8ulp: include power entry header

[PATCH] imx8mn-*-evk: rename mkimage config
 2022-02-26 13:20 UTC  (2+ messages)

[PATCH] board: gateworks: venice: add imx8mm-gw7903 support
 2022-02-26 13:19 UTC  (2+ messages)

[PATCH] board: gateworks: venice: determine dram size at runtime
 2022-02-26 13:16 UTC  (2+ messages)

[PATCH] imx8m{m,n}_venice: update boot_net script to load fdt
 2022-02-26 13:10 UTC  (2+ messages)

[PATCH] configs: imx8m{m,n}_venice_defconfig: add usb support
 2022-02-26 13:08 UTC  (2+ messages)

[PATCH] ARM: dts: imx: Add support for Data Modul i.MX8M Mini eDM SBC
 2022-02-26 13:07 UTC  (2+ messages)

[PATCH v2] imx: imx8qm: cgtqmx8: switch to binman
 2022-02-26 13:03 UTC  (2+ messages)

[PATCH] imx: imx8mm/imx8mn_beacon: Remove redundant code
 2022-02-26 13:01 UTC  (2+ messages)

[PATCH 0/2] enable DM_SERIAL on imx8mn-evk and imx8mn-ddr4-evk
 2022-02-26 12:57 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: imx: imx8mn-evk: enable DM_SERIAL
` [PATCH v2 2/2] ARM: imx: imx8mn-ddr4-evk: "

[PATCH 1/2] ARM: imx: imx8m: Add 933 MHz PLL settings
 2022-02-26 12:56 UTC  (4+ messages)
` [PATCH 2/2] imx8m: ddrphy_utils: Add 3732 MT/s mode

[PATCH] pmic: pca9450: Add PCA9450C compatible string
 2022-02-26 12:55 UTC  (2+ messages)

[PATCH 0/2] efi_loader: use short-form DP for load options
 2022-02-26 11:56 UTC  (3+ messages)
` [PATCH 1/2] efi_loader: support booting via short-form device-path
` [PATCH 2/2] efi_loader: use short-form DP for load options


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