u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-26 23:25:33 to 2022-01-28 15:21:46 UTC [more...]

[PATCH 1/3] dfu: use pointer to pass length to dfu_write()
 2022-01-28 15:21 UTC  (2+ messages)

[RFC PATCH V2 0/2] RISCV_EFI_BOOT_PROTOCOL support in U-boot
 2022-01-28 15:18 UTC  (3+ messages)
` [RFC PATCH V2 1/2] efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support
` [RFC PATCH V2 2/2] efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOL

[PATCH 1/1] doc: describe MSEL settings for booting from SD card
 2022-01-28 14:31 UTC  (2+ messages)

[PATCH v2 00/12] Add support for SUNIV and F1C100s
 2022-01-28 14:28 UTC  (7+ messages)
` [PATCH v2 02/12] mach-sunxi: Move timer code to mach folder

[PATCH] riscv: Fix build against binutils 2.38
 2022-01-28 14:15 UTC  (2+ messages)

[PATCH v2 0/4] QEMU spike machine support for U-Boot
 2022-01-28 14:13 UTC  (9+ messages)
` [PATCH v2 1/4] serial: Add RISC-V HTIF console driver
` [PATCH v2 2/4] riscv: qemu: Enable HTIF console support
` [PATCH v2 3/4] riscv: qemu: Implement is_flash_available() for MTD NOR
` [PATCH v2 4/4] doc: qemu-riscv: Update documentation for QEMU spike machine

[PATCH] arm: pdu001: Exend the list of maintained files
 2022-01-28 13:36 UTC 

[RFC v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2022-01-28 12:32 UTC  (4+ messages)

[PATCH] ARM: dts: at91: sama7g5ek: disable slew rate for GMACs non MDIO pins
 2022-01-28 11:10 UTC 

[PATCH 1/2] clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mm
 2022-01-28 11:06 UTC  (4+ messages)
` [PATCH 2/2] configs/*imx8mm*: remove [SPL_]CLK_COMPOSITE_CCF

How to modify defconfig file - make savedefconfig?
 2022-01-28 10:26 UTC  (2+ messages)

[PATCH v2 1/1] sandbox: fix build failure with musl and SDL
 2022-01-28  9:08 UTC 

[PATCH 00/25] SIERRA: Add support for MultiLink
 2022-01-28  8:24 UTC  (27+ messages)
` [PATCH 01/25] phy: cadence: sierra: Fix for USB3 U1/U2 state
` [PATCH 02/25] phy: cadence: Sierra: Fix PHY power_on sequence
` [PATCH 03/25] phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodes
` [PATCH 04/25] phy: cadence: Sierra: Move all clk_get_*() to a separate function
` [PATCH 05/25] phy: cadence: Sierra: Move all reset_control_get*() "
` [PATCH 06/25] phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"
` [PATCH 07/25] phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback
` [PATCH 08/25] phy: cadence: Sierra: Add a UCLASS_PHY device for links
` [PATCH 09/25] phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clock
` [PATCH 10/25] phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCE
` [PATCH 11/25] board: ti: j721e: evm.c: Add support for probing SerDes0
` [PATCH 12/25] arm: dts: k3-j721e: Add support for PLL_CMNLC clocks in SerDes0
` [PATCH 13/25] phy: cadence: Sierra: Prepare driver to add support for multilink configurations
` [PATCH 14/25] dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
` [PATCH 15/25] phy: cadence: Sierra: Add support to get SSC type from device tree
` [PATCH 16/25] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH 17/25] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH 18/25] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH 19/25] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH 20/25] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH 21/25] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH 22/25] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH 23/25] phy: cadence: Sierra: Add support for skipping configuration
` [PATCH 24/25] arm: dts: k3-j721e: Add support for multilink PCIe + QSGMII
` [PATCH 25/25] include: configs: j721e_evm: Add support to boot ethfw core in j721e

[PATCH v2 00/25] SIERRA: Add support for Mulitlink Configuration
 2022-01-28  8:11 UTC  (26+ messages)
` [PATCH v2 01/25] phy: cadence: sierra: Fix for USB3 U1/U2 state
` [PATCH v2 02/25] phy: cadence: Sierra: Fix PHY power_on sequence
` [PATCH v2 03/25] phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodes
` [PATCH v2 04/25] phy: cadence: Sierra: Move all clk_get_*() to a separate function
` [PATCH v2 05/25] phy: cadence: Sierra: Move all reset_control_get*() "
` [PATCH v2 06/25] phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"
` [PATCH v2 07/25] phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback
` [PATCH v2 08/25] phy: cadence: Sierra: Add a UCLASS_PHY device for links
` [PATCH v2 09/25] phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clock
` [PATCH v2 10/25] phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCE
` [PATCH v2 11/25] board: ti: j721e: evm.c: Add support for probing SerDes0
` [PATCH v2 12/25] arm: dts: k3-j721e: Add support for PLL_CMNLC clocks in SerDes0
` [PATCH v2 13/25] phy: cadence: Sierra: Prepare driver to add support for multilink configurations
` [PATCH v2 14/25] dt-bindings: phy: cadence-sierra: Add binding to specify SSC mode
` [PATCH v2 15/25] phy: cadence: Sierra: Add support to get SSC type from device tree
` [PATCH v2 16/25] phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation
` [PATCH v2 17/25] phy: cadence: Sierra: Add PHY PCS common register configurations
` [PATCH v2 18/25] phy: cadence: Sierra: Check cmn_ready assertion during PHY power on
` [PATCH v2 19/25] phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation
` [PATCH v2 20/25] phy: cadence: Sierra: Update single link PCIe register configuration
` [PATCH v2 21/25] phy: cadence: Sierra: Add support for PHY multilink configurations
` [PATCH v2 22/25] phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration
` [PATCH v2 23/25] phy: cadence: Sierra: Add support for skipping configuration
` [PATCH v2 24/25] arm: dts: k3-j721e: Add support for multilink PCIe + QSGMII
` [PATCH v2 25/25] include: configs: j721e_evm: Add support to boot ethfw core in j721e

[PATCH] efi_loader: correctly handle mixed hashes and signatures in db
 2022-01-28  8:05 UTC  (3+ messages)

[PATCH] Revert "mmc: fsl_esdhc_imx: add wait_dat0() support"
 2022-01-28  7:30 UTC  (2+ messages)

converting IMX6 board to DM_ETH and DM_USB - usb_ether gadget support
 2022-01-28  6:06 UTC  (4+ messages)

[PATCH] net: ti: am65-cpsw: Cleanup resources before jump to kernel
 2022-01-28  5:51 UTC 

[PATCH 0/5] sunxi: remove lowlevel_init
 2022-01-28  5:27 UTC  (12+ messages)
` [PATCH 1/5] sunxi: move non-essential code out of s_init()
` [PATCH 3/5] sunxi: move early "SRAM setup" into separate file
` [PATCH 4/5] armv8: remove no longer needed lowlevel_init.S
` [PATCH 5/5] sunxi-common.h: remove pointless #ifdefs

[RFC PATCH 0/1] RISCV_EFI_BOOT_PROTOCOL support in U-boot
 2022-01-28  5:08 UTC  (6+ messages)
` [RFC PATCH 1/1] efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support

Please pull u-boot-dm
 2022-01-28  4:36 UTC  (4+ messages)

[PATCH] dm: core: Check flags before removing devices
 2022-01-28  3:41 UTC 

[PATCH 1/3] dt-bindings: phy: phy-imx8-pcie: Add binding for the pad modes of imx8 pcie phy
 2022-01-28  3:41 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: imx8mm: Add the pcie phy support
` [PATCH 3/3] arm64: dts: imx8mm: Add the pcie support

[PATCH] usb: gadget: ci: Avoid null pointer dereference
 2022-01-28  3:39 UTC 

[PATCH] imx: ventana: correct splashimage load address
 2022-01-27 23:19 UTC  (3+ messages)

[RFC PATCH v3 0/5] imx8m: move env_get_location for imx8mn and imx8mp at board level
 2022-01-27 22:39 UTC  (7+ messages)
` [RFC PATCH v3 4/5] beacon: imx8mn: override env_get_location in imx8mn_beacon.c

[PATCH v2 0/9] Apple M1 NVMe storage support
 2022-01-27 22:29 UTC  (5+ messages)
  ` [PATCH v2 7/9] power: domain: apple: Add reset support

[PATCH] fastboot: only look up real partition names when no alias exists
 2022-01-27 22:10 UTC  (5+ messages)

[PATCH 0/8 v7] TPM cleanups and MMIO driver
 2022-01-27 22:08 UTC  (6+ messages)
` [PATCH 7/8 v7] doc: qemu: Add instructions for swtpm usage

[PATCH 0/1] Introduce new sign binman's option
 2022-01-27 13:00 UTC  (4+ messages)
` [PATCH 1/1] binman: add sign option for binman

[PATCH] include: configs: move USB first in the boot order for rk3399
 2022-01-27  8:39 UTC 

[PATCH 1/1] efi_loader: clean up uefi secure boot image verification logic
 2022-01-27 21:47 UTC  (2+ messages)

[PATCH] sandbox: fix build failure with musl and SDL
 2022-01-27 21:35 UTC  (3+ messages)

[PATCH 0/7] clk: Make clk_free return void
 2022-01-27 21:35 UTC  (5+ messages)
` [PATCH 1/7] clk: Make rfree "

[PATCH 1/2] imx: imx8mm_beacon: Remove redundant code
 2022-01-27 21:10 UTC  (2+ messages)
` [PATCH 2/2] imx: imx8mn_beacon: "

[PATCH] soc: soc_ti_k3: update j721e revision numbering
 2022-01-27 19:10 UTC  (3+ messages)

[RFC 0/6] Exynos5: Update devicetree files from linux kernel
 2022-01-27 17:38 UTC  (5+ messages)

Early debug UART not working on AM33XX SoC
 2022-01-27 17:33 UTC  (4+ messages)

[PATCH v1] driver: fastboot: Fix getvar_get_part_info when flash nand
 2022-01-27 16:56 UTC  (3+ messages)

[RESEND PATCH 1/3] Nokia RX-51: Update documentation about ext2/3/4
 2022-01-27 16:43 UTC  (4+ messages)
` [RESEND PATCH 3/3] Nokia RX-51: Convert documentation to rst format

Question on running uboot_testpy with tbot
 2022-01-27 16:05 UTC  (3+ messages)

[PATCH v4 00/11] dra7: bring up and support IPU load/start
 2022-01-27 15:43 UTC  (13+ messages)
` [PATCH v4 01/11] configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FIT
` [PATCH v4 02/11] reset: dra7: Add a reset driver
` [PATCH v4 03/11] arm: mach-omap2: load/start remoteproc IPU1/IPU2
` [PATCH v4 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
` [PATCH v4 05/11] linux: bitmap.h: Add find_next_zero_area function
` [PATCH v4 06/11] remoteproc: uclass: Add remoteproc resource handling helpers
` [PATCH v4 07/11] remoteproc: ipu: Add driver to bring up ipu
` [PATCH v4 08/11] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes
` [PATCH v4 09/11] arm: dts: dra7: Add ipu and "
` [PATCH v4 10/11] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes
` [PATCH v4 11/11] dts: am57xx*: "

two questions on verified boot
 2022-01-27 15:41 UTC  (3+ messages)

[PATCH 0/3] save prev bootloader data, when u-boot chainloaded
 2022-01-27 15:32 UTC  (4+ messages)
` [PATCH 1/3] arm: init: save previous bootloader data
` [PATCH 2/3] board: starqltechn: get board usable - add bootcmd and docs
` [PATCH 3/3] board: axy17lte: "

[PATCH 1/2] tools: binman: main.py: add build-sandbox in sys.path
 2022-01-27 15:15 UTC  (4+ messages)
` [PATCH 2/2] tools: binman: main.py: add /tmp/sandbox sys.path

[PATCH v2 0/3] sandbox: test: activate tests for the command LOG
 2022-01-27 15:05 UTC  (7+ messages)
` [PATCH v2 1/3] dm: fix up documentation for uclass_get_by_name_len
` [PATCH v2 2/3] dm: compare full name in uclass_get_by_name
` [PATCH v2 3/3] sandbox: test: activate tests for the command LOG

[PATCH v1 1/1] env: fat: Allow overriding interface, device and partition
 2022-01-27 15:05 UTC  (2+ messages)

[PATCH v3 00/11] dra7: bring up and support IPU load/start
 2022-01-27 15:05 UTC  (6+ messages)
` [PATCH v3 04/11] drivers: misc: Makefile: Enable fs_loader compilation at SPL Level
` [PATCH v3 06/11] remoteproc: uclass: Add remoteproc resource handling helpers

Possiable memory conflict with fdt memory region
 2022-01-27 15:06 UTC  (2+ messages)

difference between fdtdec and fdt_support ?
 2022-01-27 15:05 UTC  (6+ messages)

[PATCH v4 0/1] rsa: adds rsa3072 algorithm
 2022-01-27 15:05 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH 1/1] bootcount: fix printf() code
 2022-01-27 15:05 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2022-01-27 12:17 UTC  (2+ messages)

drivers: mtd: spi: Use correct 4 byte mode enablement for ISSI SPI flash devices alongside spi-nor-tiny.c subsystem
 2022-01-27 10:00 UTC  (2+ messages)

[PATCH] ARM: at91: sama5d2: Enable the use of Galois Tables from ROM
 2022-01-27  8:31 UTC 

[PATCH v2] power: zynqmp: Add power domain driver for ZynqMP
 2022-01-27  5:02 UTC  (2+ messages)

[RFC 0/2] A/B firmware update based in eMMC boot partition
 2022-01-27  1:45 UTC  (5+ messages)
  ` [RFC 1/2] drivers: mmc: write protect active boot area after mmc init

[PATCH 11/16] tools: Pass public-key node through to caller
 2022-01-26 23:57 UTC  (13+ messages)
` [PATCH 00/16] tools: Add support for signing devicetree blobs
  ` [PATCH 12/16] tools: mkimage: Show where signatures/keys are written
  ` [PATCH 09/16] tools: Pass the key blob around
  ` [PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()
  ` [PATCH 07/16] tools: Avoid confusion between keys and signatures
  ` [PATCH 05/16] tools: Improve comments in signing functions
  ` [PATCH 06/16] tools: Drop unused name in image-host
  ` [PATCH 04/16] tools: Avoid leaving extra data at the end of copied files
  ` [PATCH 02/16] fit_check_sign: Update help to mention the key is in a dtb
  ` [PATCH 03/16] tools: Move copyfile() into a common file
  ` [PATCH 01/16] rsa: Add debugging for failure cases

[PATCH v4 00/20] J721S2: Add initial support
 2022-01-26 23:55 UTC  (3+ messages)
  ` [PATCH v4 08/20] power: domain: ti: Add support for J721S2 SoC

[PATCH 12/16] tools: mkimage: Show where signatures/keys are written
 2021-11-12 19:28 UTC 

[PATCH 09/16] tools: Pass the key blob around
 2021-11-12 19:28 UTC 

[PATCH 07/16] tools: Avoid confusion between keys and signatures
 2021-11-12 19:28 UTC 

[PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()
 2021-11-12 19:28 UTC 

[PATCH 05/16] tools: Improve comments in signing functions
 2021-11-12 19:28 UTC 

[PATCH 04/16] tools: Avoid leaving extra data at the end of copied files
 2021-11-12 19:28 UTC 

[PATCH 06/16] tools: Drop unused name in image-host
 2021-11-12 19:28 UTC 

[PATCH 03/16] tools: Move copyfile() into a common file
 2021-11-12 19:28 UTC 

[PATCH 02/16] fit_check_sign: Update help to mention the key is in a dtb
 2021-11-12 19:28 UTC 

[PATCH 01/16] rsa: Add debugging for failure cases
 2021-11-12 19:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).