public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-02-08 18:53:46 to 2022-02-10 05:14:02 UTC [more...]

[RFC PATCH 1/2] efi_loader: fix dual signed image certification
 2022-02-10  5:13 UTC  (2+ messages)

[PATCH v1 0/3] Add spi boot to SPL on SUNIV
 2022-02-10  4:34 UTC  (4+ messages)
` [PATCH v1 1/3] mach-sunxi: Add boot device detection for SUNIV
` [PATCH v1 2/3] mach-sunxi: Add spi boot "
` [PATCH v1 3/3] mach-sunxi: Enable "

[PATCH] arm: dts: k3-j721e-r5-common-proc-board: tps659413: Correct the min/max voltages of VDD_CPU
 2022-02-10  3:55 UTC 

[PATCH 00/19] efi_loader: more tightly integrate UEFI disks to driver model
 2022-02-10  3:45 UTC  (4+ messages)
  ` [PATCH 03/19] mmc: call device_probe() after scanning

[PATCH v4 00/11] FWU: Add support for FWU Multi Bank Update feature
 2022-02-10  3:14 UTC  (22+ messages)
` [PATCH v4 01/11] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v4 02/11] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v4 05/11] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor
` [PATCH v4 10/11] mkeficapsule: Add support for generating empty capsules

converting IMX6 board to DM_ETH and DM_USB - usb_ether gadget support
 2022-02-10  0:45 UTC  (6+ messages)

[PATCH v12] driver: spi: add bcm iproc qspi support
 2022-02-09 22:16 UTC 

Running qemu tests on RISC-V
 2022-02-09 21:20 UTC  (18+ messages)

[PATCH 1/1] video: bmp: Support x2r10g10b10 pixel format
 2022-02-09 21:16 UTC 

Please pull u-boot-dm (take 3)
 2022-02-09 19:52 UTC 

Please pull u-boot-dm (take 2)
 2022-02-09 19:48 UTC  (2+ messages)

[PATCH v2] binman: Skip processing "hash" subnodes of FIT subsections
 2022-02-09 19:02 UTC 

lib.a in tools/env
 2022-02-09 18:53 UTC 

ARM A53 and initial MMU mapping for EL0/1/2/3 ?
 2022-02-09 18:07 UTC  (8+ messages)

[PATCH v5 00/16] image: add a stage pre-load
 2022-02-09 18:01 UTC  (17+ messages)
` [PATCH v5 01/16] arch: Kconfig: imply BINMAN for SANDBOX
` [PATCH v5 02/16] lib: Kconfig: enhance help for ASN1
` [PATCH v5 03/16] lib: Kconfig: enhance the help of OID_REGISTRY
` [PATCH v5 04/16] lib: allow to build asn1 decoder and oid registry in SPL
` [PATCH v5 05/16] lib: crypto: allow to build crypyo "
` [PATCH v5 06/16] lib: rsa: allow rsa verify with pkey "
` [PATCH v5 07/16] boot: image: add a stage pre-load
` [PATCH v5 08/16] cmd: bootm: "
` [PATCH v5 09/16] common: spl: fit_ram: allow to use image pre load
` [PATCH v5 10/16] mkimage: add public key for image pre-load stage
` [PATCH v5 11/16] Makefile: provide sah-key to binman
` [PATCH v5 12/16] tools: binman: add support for pre-load header
` [PATCH v5 13/16] configs: sandbox_defconfig: enable stage pre-load in bootm
` [PATCH v5 14/16] test: py: vboot: add test for global image signature
` [PATCH v5 15/16] cmd: verify: initial import
` [PATCH v5 16/16] configs: sandbox_defconfig: enable config CMD_VERIFY

[PATCH] Replace echo -n's used in environment processing with touch
 2022-02-09 17:16 UTC  (3+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2022-02-09 17:16 UTC  (5+ messages)
` [PATCH v3 07/18] pxe: Move pxe_utils files

[PATCH] scripts: dtc: libfdt: fdt_ro.c: always define fdt_check_full
 2022-02-09 17:01 UTC 

Commit 4f2e2280862a ("RFC: arm: pci: Add PCI cam support to PCI-E ecam driver")
 2022-02-09 17:00 UTC  (9+ messages)

[PATCH 0/8] scsi: Convert some options to Kconfig
 2022-02-09 16:39 UTC  (17+ messages)
` [PATCH 1/8] sata: Drop Silicon Image SIL3114 SATA driver
` [PATCH 2/8] sata: Only support BLK
` [PATCH 3/8] sata: Rearrange Kconfig for SATA
` [PATCH 4/8] sata: sata_sil: Only support BLK
` [PATCH 5/8] ahci: Make ahci drivers depend on AHCI
` [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE
` [PATCH 7/8] Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig
` [PATCH 8/8] dm: scsi: Add a migration deadline for scsi

[PATCH] Convert CONFIG_REMAKE_ELF to Kconfig
 2022-02-09 16:38 UTC  (2+ messages)

[PATCH 0/3] ide: Convert some options to Kconfig
 2022-02-09 16:38 UTC  (7+ messages)
` [PATCH 1/3] ide: Drop CONFIG_IDE_AHB
` [PATCH 2/3] Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig
` [PATCH 3/3] Drop CONFIG_SYS_PIO_MODE

[PATCH v5 00/13] kconfig: Add some new macros
 2022-02-09 16:38 UTC  (27+ messages)
` [PATCH v5 01/13] imx: Don't define __ASSEMBLY__ in source files
` [PATCH v5 02/13] mips: Avoid using config_enabled() directly
` [PATCH v5 03/13] mmc: fsl: Use brackets around if()
` [PATCH v5 04/13] kconfig: Update IS_ENABLED() internals
` [PATCH v5 05/13] kconfig: Add support for conditional values
` [PATCH v5 06/13] bloblist: Update to use conditional value
` [PATCH v5 07/13] patman: Update test_util to run doc tests
` [PATCH v5 08/13] buildman: Add a flag to control the traceback
` [PATCH v5 09/13] buildman: Make use of test_util
` [PATCH v5 10/13] buildman: Add helper functions for updating .config files
` [PATCH v5 11/13] buildman: Provide a hint on how to debug thread crashes
` [PATCH v5 12/13] buildman: Allow adjusting board config on the fly
` [PATCH v5 13/13] test: Add some tests for kconfig.h

[PATCH v4 00/11] dra7: bring up and support IPU load/start
 2022-02-09 15:50 UTC  (4+ messages)
` [PATCH v4 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

[PATCH 1/2] miiphyutil: Fix inconsistent miiphy_write() error return value
 2022-02-09 15:32 UTC  (2+ messages)
` [PATCH 2/2] net: phy: mv88e6352: Fix miiphy_read/miiphy_write return value checks

[PATCH] lx2160a: Fix distroboot device list for configs without USB/SCSI/etc
 2022-02-09 14:53 UTC 

commit leads to failure while writing env to sdcard (MMC1) on my imx8mq board
 2022-02-09 14:49 UTC  (3+ messages)

[PATCH V8] arm: add initial support for the Phytium Pomelo Board
 2022-02-09 14:19 UTC  (2+ messages)

[PATCH 1/3] net: xilinx: fix load access fault
 2022-02-09 13:33 UTC  (3+ messages)
` [PATCH 3/3] net: xilinx: Force a probe failure if it cannot setup phy

[PATCH] arm:dts:k3-am64-sk: EMIF tool update to 0.8.0 with 1333MTs for lpddr4
 2022-02-09 12:28 UTC  (4+ messages)

[RFC] CI: enforce packages upgrade for Msys2 on Windows
 2022-02-09 12:28 UTC  (2+ messages)

[PATCH v2] console: usb: kbd: Limit poll frequency to improve performance
 2022-02-09 12:22 UTC  (4+ messages)

FIT image: load secure FPGA
 2022-02-09 12:20 UTC  (9+ messages)

[PATCH] spi: dw: Fix broken dw_spi_mem_ops()
 2022-02-09 11:31 UTC  (2+ messages)

[PATCH v11 0/9] efi_loader: capsule: improve capsule authentication support
 2022-02-09 10:10 UTC  (10+ messages)
` [PATCH v11 1/9] tools: build mkeficapsule with tools-only_defconfig
` [PATCH v11 2/9] tools: mkeficapsule: add firmware image signing
` [PATCH v11 3/9] tools: mkeficapsule: add man page
` [PATCH v11 4/9] doc: update UEFI document for usage of mkeficapsule
` [PATCH v11 5/9] test/py: efi_capsule: add image authentication test
` [PATCH v11 6/9] tools: mkeficapsule: allow for specifying GUID explicitly
` [PATCH v11 7/9] test/py: efi_capsule: align with the syntax change of mkeficapsule
` [PATCH v11 8/9] test/py: efi_capsule: add a test for "--guid" option
` [PATCH v11 9/9] test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE

[PATCH V3 00/16] Add support for J721E SK
 2022-02-09  9:37 UTC  (17+ messages)
` [PATCH V3 01/16] drivers: power: pmic: Add support for tps659412 PMIC
` [PATCH V3 02/16] drivers: power: regulator: tps65941_regulator: Add support for 3Phase buck
` [PATCH V3 03/16] board: ti: j721e: Guard functions with right #ifdef to avoid build warnings
` [PATCH V3 04/16] board: ti: j721e: Enable support for reading EEPROM at next alternate address
` [PATCH V3 05/16] board: ti: j721e: Add support to update board_name for j721e-sk
` [PATCH V3 06/16] board: ti: j721e: Disable probing of daughtercards
` [PATCH V3 07/16] board: ti: j721e: Add support for detecting multiple device trees
` [PATCH V3 08/16] arm: j721e: Add support for selecting DT based on board name
` [PATCH V3 09/16] arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C
` [PATCH V3 10/16] arm: dts: k3-j721e-sk: Add initial A72 specific dts support
` [PATCH V3 11/16] arm: dts: k3-j721e-r5-sk: Add initial R5 specific dts support for j721e-sk
` [PATCH V3 12/16] configs: j721e_evm_r5: Enable support for building multiple dtbs into FIT
` [PATCH V3 13/16] configs: j721e_evm_a72: Add SK dtb as part of DTB FIT
` [PATCH V3 14/16] configs: j721e_evm_a72: Align OSPI partitions on erase block boundary
` [PATCH V3 15/16] configs: j721e_evm: Store env in MMC FAT partition
` [PATCH V3 16/16] include: configs: Update env for selecting right dtb

Compile error with SPL_FIT_FULL_CHECK and SPL_LOAD_FIT_FULL enabled
 2022-02-09  7:31 UTC  (5+ messages)

[PATCH v4 0/2] EFI: Reset system after capsule-on-disk
 2022-02-09  3:54 UTC  (4+ messages)
` [PATCH v4 2/2] efi_loader: Reset system after CapsuleUpdate on disk

[PATCH] arm: kirkwood: Pogoplug E02 : Convert Ethernet to Driver Model
 2022-02-09  2:56 UTC 

[PATCH] binman: Skip processing "hash" subnodes of FIT subsections
 2022-02-09  1:08 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-mmc master
 2022-02-09  1:04 UTC 

[PATCH] Nokia RX-51: Convert to CONFIG_DM_KEYBOARD
 2022-02-09  0:07 UTC  (3+ messages)

[PATCH v4 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support
 2022-02-08 23:43 UTC  (5+ messages)
  ` [PATCH v4 3/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399
  ` [PATCH v4 4/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

[PATCH] cmd: mmc: Consider GP partitions in mmc hwpartition user enh start -
 2022-02-08 23:38 UTC  (3+ messages)

[PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma
 2022-02-08 23:37 UTC  (2+ messages)

Please pull u-boot-dm
 2022-02-08 23:34 UTC 

[PATCH 0/2] U-Boot ENV in EXT4 support for Expressobin (revised)
 2022-02-08 23:27 UTC  (3+ 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] image: Control FIT signature verification at runtime
 2022-02-08 21:55 UTC  (3+ messages)

[PATCH 1/1] iommu: Add M1 Pro/Max support to Apple DART driver
 2022-02-08 21:27 UTC 

[PATCH v2 1/1] arm: apple: Switch to fully dynamic mem layout
 2022-02-08 21:02 UTC 

[PATCH] arm: apple: Add M1 Pro/Max support
 2022-02-08 21:00 UTC 

[PATCH v2 0/5] binman: Improvements to FIT entry type
 2022-02-08 20:43 UTC  (12+ messages)
` [PATCH v2 1/5] binman: Fix subentry expansion for "
` [PATCH v2 2/5] binman: Register and check bintools from FIT subentries
` [PATCH v2 3/5] binman: Check missing bintools of Section subclasses
` [PATCH v2 4/5] binman: Convert FIT entry type to a subclass of Section entry type
` [PATCH v2 5/5] binman: Update image positions of FIT subentries

[PATCH 00/17] patman: Convert camel case
 2022-02-08 20:39 UTC  (33+ messages)
` [PATCH 01/17] patman: Convert camel case in tools.py
` [PATCH 02/17] patman: Convert camel case in command.py
` [PATCH 03/17] patman: Convert camel case in checkpatch.py
` [PATCH 04/17] patman: Convert camel case in commit.py
` [PATCH 05/17] patman: Convert camel case in cros_subprocess.py
` [PATCH 06/17] patman: Convert camel case in func_test.py
` [PATCH 07/17] patman: Convert camel case in get_maintainer.py
` [PATCH 08/17] patman: Convert camel case in gitutil.py
` [PATCH 09/17] patman: Convert camel case in project.py
` [PATCH 10/17] patman: Convert camel case in test_checkpatch.py
` [PATCH 11/17] patman: Convert camel case in test_util.py
` [PATCH 12/17] patman: Convert camel case in tout.py
` [PATCH 13/17] patman: Rename Print() to Tprint()
` [PATCH 14/17] patman: Rename Color() method to build()
` [PATCH 15/17] patman: Convert camel case in terminal.py
` [PATCH 16/17] patman: Update with new pylint scores

[RFC PATCH] dts: automatically build necessary .dtb files
 2022-02-08 20:39 UTC  (6+ messages)

[PATCH] dm: Use parenthesis for the device_get_ops macro argument
 2022-02-08 20:39 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: fix build failure with musl and SDL
 2022-02-08 20:39 UTC  (5+ messages)

[PATCH] serial: remove nulldev_serial_input
 2022-02-08 20:39 UTC  (3+ messages)

[PATCH] serial-uclass: fix build warning
 2022-02-08 20:39 UTC  (3+ messages)

[PATCH 1/2] arch: x86: lib: acpi_table: Fix MCFG entries
 2022-02-08 20:39 UTC  (8+ messages)
` [PATCH 2/2] acpi: Move MCFG implementation to common lib

[PATCH 00/24] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-02-08 18:50 UTC  (7+ messages)
` [PATCH 19/24] binman: Allow different operations in FIT generator nodes
` [PATCH 20/24] binman: Support splitting an ELF file into multiple nodes
` [PATCH 21/24] rockchip: Include binman script in 64-bit boards
` [PATCH 22/24] rockchip: Support building the all output files in binman
` [PATCH 23/24] rockchip: Convert all boards to use binman
` [PATCH 24/24] rockchip: Drop the FIT generator script

k210 spi flash regression
 2022-02-08 19:10 UTC  (2+ messages)

[PATCH] boot: Update default on USE_SPL_FIT_GENERATOR
 2022-02-08 19:04 UTC  (5+ messages)

[PATCH] binman: Correct the error message for a bad hash algorithm
 2022-02-08 18:57 UTC  (3+ messages)


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