U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-16 10:00:21 to 2022-06-18 12:21:24 UTC [more...]

[PATCH v10 00/13] fpga: zynqmp: Adding support of loading authenticated images
 2022-06-18 12:21 UTC  (3+ messages)

[PATCH v2 0/8] spl: binman: Fixes for BINMAN_SYMBOLS
 2022-06-18 12:13 UTC  (9+ messages)
` [PATCH v2 1/8] spl: binman: Fix use of undeclared u_boot_any symbols
` [PATCH v2 2/8] spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK
` [PATCH v2 3/8] spl: binman: Declare extern symbols for VPL as well
` [PATCH v2 4/8] spl: binman: Split binman symbols support from enabling binman
` [PATCH v2 5/8] spl: binman: Add config options for binman symbols in VPL
` [PATCH v2 6/8] spl: binman: Check at runtime if binman symbols were filled in
` [PATCH v2 7/8] spl: binman: Disable u_boot_any symbols for i.MX8M boards
` [PATCH v2 8/8] armv8: u-boot-spl.lds: mark __image_copy_start as symbol

[PATCH v2 0/8] Add support for the i.MXRT1170
 2022-06-18  0:43 UTC  (10+ messages)
` [PATCH v2 1/8] imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVK
` [PATCH v2 2/8] ARM: dts: imxrt11170-pinfunc: Add pinctrl binding header
` [PATCH v2 3/8] dt-bindings: imx: Add clock binding for i.MXRT1170
` [PATCH v2 4/8] clk: imx: Add i.MXRT11xx pllv3 variant
` [PATCH v2 5/8] clk: imx: Add initial support for i.MXRT1170 clock driver
` [PATCH v2 6/8] RAM: Add changes for i.MXRT11xx series
` [PATCH v2 7/8] ARM: dts: imx: add i.MXRT1170-EVK support
` [PATCH v2 8/8] ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig

[PATCH 0/3] board: ti: common: Fixups and optimizations for eeprom handling
 2022-06-17 20:31 UTC  (7+ messages)
` [PATCH 1/3] board: ti: common: Optimize boot when detecting consecutive bad records
` [PATCH 2/3] board: ti: common: Handle the legacy eeprom address width properly
` [PATCH 3/3] board: ti: common: board_detect: Do 1byte address checks first

[PATCH 1/4] arch/Kconfig.nxp: Re-organize slightly
 2022-06-17 20:24 UTC  (4+ messages)
` [PATCH 2/4] fsl_validate: Migrate SPL_UBOOT_KEY_HASH to Kconfig
` [PATCH 3/4] nxp: config_fsl_chain_trust.h: Clean up and remove unused portions
` [PATCH 4/4] powerpc: Clean up CHAIN_OF_TRUST related options

[PATCH] firmware: ti_sci_static_data: Make file board agnostic
 2022-06-17 19:44 UTC  (2+ messages)

[Rock Pi 4+] Mainline LPDDR4 RAM initialisation is not sufficient to boot successfully
 2022-06-17 16:50 UTC  (4+ messages)
  `  "

[PATCH v4 1/3] drivers: tee: optee: remove unused probe local variable
 2022-06-17 15:36 UTC  (3+ messages)
` [PATCH v4 2/3] drivers: tee: optee: discover OP-TEE services
` [PATCH v4 3/3] drivers: rng: optee_rng: register to CONFIG_OPTEE_SERVICE_DISCOVERY

[RFC PATCH v4 00/28] Modernize U-Boot shell
 2022-06-17 14:50 UTC  (33+ messages)
` [RFC PATCH v4 01/28] video: sandbox: Add dummy function for sandbox_sdl_remove_display()
` [RFC PATCH v4 02/28] test: Add framework to test hush behavior
` [RFC PATCH v4 03/28] test: hush: Test hush if/else
` [RFC PATCH v4 04/28] test/py: hush_if_test: Remove the test file
` [RFC PATCH v4 05/28] test: hush: Test hush variable expansion
` [RFC PATCH v4 06/28] test: hush: Test hush commands list
` [RFC PATCH v4 07/28] test: hush: Test hush loops
` [RFC PATCH v4 08/28] cli: Add Busybox upstream hush.c file
` [RFC PATCH v4 09/28] cli: Port Busybox 2021 hush to U-Boot
` [RFC PATCH v4 10/28] cli: Add menu for hush parser
` [RFC PATCH v4 11/28] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [RFC PATCH v4 12/28] cmd: Add new parser command
` [RFC PATCH v4 13/28] cli: Enables using hush 2021 parser as command line parser
` [RFC PATCH v4 14/28] cli: hush_2021: Enable variables expansion for hush 2021
` [RFC PATCH v4 15/28] cli: hush_2021: Add functions to be called from run_command()
` [RFC PATCH v4 16/28] cli: add hush 2021 as parser for run_command*()
` [RFC PATCH v4 17/28] test: hush: Fix instructions list tests for hush 2021
` [RFC PATCH v4 18/28] test: hush: Fix variable expansion "
` [RFC PATCH v4 19/28] cli: hush_2021: Enable using \< and \> as string compare operators
` [RFC PATCH v4 20/28] cli: hush_2021: Enable if keyword
` [RFC PATCH v4 21/28] test: hush: Fix if tests for hush 2021
` [RFC PATCH v4 22/28] cli: hush_2021: Enable loops
` [RFC PATCH v4 23/28] test: hush: Fix loop tests for hush 2021
` [RFC PATCH v4 24/28] Modernize U-Boot shell
` [RFC PATCH v4 25/28] cli: hush_2021: Add upstream commits up to 6th February 2022
` [RFC PATCH v4 26/28] for test purpose only: Comment out dollar tests which prints error messages
` [RFC PATCH v4 27/28] for test purpose only: Comment out failed function which fails only in CI
` [RFC PATCH v4 28/28] board: keymile: common: Use environment to store IVM_* variables

[PATCH v3 1/3] drivers: tee: optee: remove unused probe local variable
 2022-06-17 14:13 UTC  (8+ messages)
` [PATCH v3 2/3] drivers: tee: optee: discover OP-TEE services
` [PATCH v3 3/3] drivers: rng: optee_rng: register to CONFIG_OPTEE_SERVICE_DISCOVERY

[PATCH v5 00/23] FWU: Add FWU Multi Bank Update feature support
 2022-06-17 14:02 UTC  (22+ messages)
` [PATCH v5 01/23] dt/bindings: Add bindings for FWU Metadata storage device
` [PATCH v5 11/23] mkeficapsule: Add support for generating empty capsules
` [PATCH v5 19/23] FWU: synquacer: Add FWU Multi bank update support for DeveloperBox
` [PATCH v5 20/23] FWU: synquacer: Generate dfu_alt_info from devicetree partition
` [PATCH v5 21/23] doc: synquacer: Add how to enable FWU Multi Bank Update
` [PATCH v5 23/23] sandbox: fwu: Add support for testing FWU feature on sandbox

[PATCH] tools: binman: install btool
 2022-06-17 13:17 UTC  (2+ messages)

[PATCH] board: ti: am335x: eth_cpsw should depend on CONFIG_NET
 2022-06-17 13:17 UTC  (2+ messages)

[PATCH v2] armv8: always use current exception level for TCR_ELx access
 2022-06-17 13:17 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq-kontron-pitx-imx8m-u-boot.dtsi: disable assigned clocks
 2022-06-17 13:17 UTC  (2+ messages)

[PATCH v2] fs/squashfs: sqfs_read: Prevent arbitrary code execution
 2022-06-17 13:17 UTC  (2+ messages)

[PATCH] odroid_xu3: Fix board environment variable
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] usb: host: ehci-generic: Make resets and clocks optional
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] .gitignore: add files produced by b4
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] Update email address and company name
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] arch: arm: mach-k3: am642_init: bring back MCU_PADCFG_MMR1 unlock
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] net: Fix discuss discard typo
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] crypto: fsl_hash: Remove unnecessary alignment check in caam_hash()
 2022-06-17 13:16 UTC  (2+ messages)

[PATCH] disk: part: change from hextoul to dectoul
 2022-06-17 12:27 UTC  (2+ messages)

[PULL] Pull request for u-boot master / v2022.07 = u-boot-stm32-20220617
 2022-06-17 11:23 UTC 

[PATCH 00/10] xilinx: zynqmp: Support foreign vendor boards
 2022-06-17 11:06 UTC  (12+ messages)
` [PATCH 02/10] firmware: firmware-zynqmp: Probe driver before use
` [PATCH 03/10] soc: xilinx: zynqmp: Add machine identification support
` [PATCH 04/10] xilinx: zynqmp: Use soc machine function to get silicon idcode name
` [PATCH 09/10] tools: zynqmp_psu_init_minimize: Add serdes_illcalib forward declaration
` [PATCH 10/10] xilinx: zynqmp: Support vendor specific board_init

[PATCH v3 00/11] Add Chameleon v3 support
 2022-06-17 10:47 UTC  (12+ messages)
` [PATCH v3 01/11] arm: dts: Add Mercury+ AA1 devicetrees
` [PATCH v3 02/11] arm: dts: Add Chameleonv3 handoff headers
` [PATCH v3 03/11] arm: dts: Add Chameleonv3 devicetrees
` [PATCH v3 04/11] board: Add Chameleonv3 board dir
` [PATCH v3 05/11] config: Add Chameleonv3 config
` [PATCH v3 06/11] misc: atsha204a: Increase wake delay by tWHI
` [PATCH v3 07/11] sysreset: socfpga: Use parent device for reading base address
` [PATCH v3 08/11] socfpga: arria10: Replace delays with busy waiting in cm_full_cfg
` [PATCH v3 09/11] socfpga: arria10: Improve bitstream loading speed
` [PATCH v3 10/11] socfpga: arria10: Wait for fifo empty after writing bitstream
` [PATCH v3 11/11] socfpga: arria10: Allow dcache_enable before relocation

[PATCH] stm32mp1: fix reference for STMicroelectronics
 2022-06-17  9:20 UTC  (2+ messages)

[PATCH v2] configs: stm32mp: cleanup the stm32mp15 file
 2022-06-17  9:17 UTC  (2+ messages)

[PATCH] stm32mp: stpmic1: remove the debug unit request by debugger
 2022-06-17  9:16 UTC  (2+ messages)

[PATCH v1 1/2] board: dhelectronics: stm32mp1: convert to livetree
 2022-06-17  9:15 UTC  (4+ messages)
` [PATCH v1 2/2] ARM: stm32: activate OF_LIVE for DHSOM

[PATCH 1/2] board: stm32mp1: convert to livetree
 2022-06-17  9:13 UTC  (4+ messages)
` [PATCH 2/2] board: engicam: "

[PATCH v3 0/3] stm32mp: prepare RCC support for STM32MP13
 2022-06-17  9:10 UTC  (7+ messages)
` [PATCH v3 1/3] clk: Add directory for STM32 clock drivers
` [PATCH v3 2/3] misc: stm32mp13: introduce STM32MP13 RCC driver
` [PATCH v3 3/3] ARM: dts: stm32: add rcc node for STM32MP13

[PATCH 1/2] stm32mp: fdt: update etzpc for STM32MP15x
 2022-06-17  9:06 UTC  (4+ messages)
` [PATCH 2/2] stm32mp: fdt: update etzpc for STM32MP13x

[PATCH 00/16] stm32mp: add STM32MP13x support
 2022-06-17  9:05 UTC  (33+ messages)
` [PATCH 01/16] ARM: dts: stm32: add STM32MP13 SoCs support
` [PATCH 02/16] configs: stm32mp1: move SUPPORT_SPL in STM32MP15x
` [PATCH 03/16] arm: stm32mp: move the get_otp helper function in bsec
` [PATCH 04/16] arm: stm32mp: move code for STM32MP15x
` [PATCH 05/16] arm: stm32mp: add choice for STM32MP SOC family
` [PATCH 06/16] arm: stm32mp: add sub config Kconfig.15x
` [PATCH 07/16] arm: stm32mp: add CONFIG_STM32MP15_PWR
` [PATCH 08/16] arm: stm32mp: add support of STM32MP13x
` [PATCH 09/16] arm: stm32mp: support 2 MAC address for STM32MP13
` [PATCH 10/16] pinctrl: stm32: add support of STM32MP135
` [PATCH 11/16] board: stm32pm1: add stm32mp13 board support
` [PATCH 12/16] ram: stm32mp1: add support of STM32MP13x
` [PATCH 13/16] mmc: stm32_sdmmc2: make reset property optional
` [PATCH 14/16] arm: dts: stm32mp: add stm32mp13 device tree for U-Boot
` [PATCH 15/16] configs: add stm32mp13 defconfig
` [PATCH 16/16] doc: st: stm32mp1: add STM32MP13x support

Pull request: SoCFPGA changes for commit c18e5fb055ab
 2022-06-17  9:01 UTC 

[PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins
 2022-06-17  7:40 UTC  (12+ messages)
` [PATCH 2/6] ARM: dts: stm32: Add alternate pinmux for UART4 pins
` [PATCH 3/6] ARM: dts: stm32: Add alternate pinmux for UART5 pins
` [PATCH 4/6] ARM: dts: stm32: Add alternate pinmux for CAN1 pins
` [PATCH 5/6] ARM: dts: stm32: Add alternate pinmux for SPI2 pins
` [PATCH 6/6] ARM: dts: stm32: Add DHCOR based DRC Compact board

[PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter
 2022-06-17  7:34 UTC  (3+ messages)

[PATCH V4 1/2] mtd: allow getting MTD device associated with a specific DT node
 2022-06-17  7:00 UTC  (2+ messages)

[PATCH 1/1] efi_loader: initialize console size late
 2022-06-17  4:59 UTC  (3+ messages)

[PATCH 0/4] mmc: add support for bcm63158
 2022-06-16 23:52 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-mmc master
 2022-06-16 19:17 UTC  (2+ messages)

Pull request: u-boot-imx u-boot-imx-20220616
 2022-06-16 19:17 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-pmic master
 2022-06-16 19:17 UTC  (2+ messages)

[PATCH] fw_env: add fallback to Linux's NVMEM based access
 2022-06-16 18:59 UTC 

[PATCH 1/8] Convert CONFIG_EXTRA_CLOCK to Kconfig
 2022-06-16 18:04 UTC  (8+ messages)
` [PATCH 2/8] Convert CONFIG_HETROGENOUS_CLUSTERS et al "
` [PATCH 3/8] nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig
` [PATCH 4/8] nxp: Rename board/freescale/common/Kconfig to arch/Kconfig.nxp
` [PATCH 5/8] Convert CONFIG_ESBC_HDR_LS et al to Kconfig
` [PATCH 6/8] Convert CONFIG_ESDHC_DETECT_QUIRK "
` [PATCH 7/8] Convert CONFIG_SYS_FSL_SEC_MON et al "
` [PATCH 8/8] Convert CONFIG_SYS_FSL_SFP_BE "

[PATCH 1/8] env: Do not make CONFIG_EXTRA_ENV_TEXT and CONFIG_EXTRA_ENV_SETTINGS conflict
 2022-06-16 17:04 UTC  (7+ messages)
` [PATCH 8/8] gw_ventana: Migrate to using CONFIG_EXTRA_ENV_TEXT

[PATCH v2 0/2] usb: dwc3: Add support for standalone DWC3 nodes
 2022-06-16 16:19 UTC  (2+ messages)

Pull request: u-boot-imx NEXT
 2022-06-16 15:45 UTC  (2+ messages)

[PATCH v3 0/9] spl: Use common function for loading/parsing images
 2022-06-16 15:41 UTC  (4+ messages)
` [PATCH v3 1/9] spl: Add generic spl_load function

[PATCH v2 0/5] Add ARMv8 CE sha1/sha256 support
 2022-06-16 14:39 UTC  (3+ messages)

[PATCH 0/5] board: ti: am62x: Add support for 1-bit inline DDRSS ECC
 2022-06-16 14:39 UTC  (11+ messages)
` [PATCH 1/5] arm: mach-k3: common: Use ddr_init in spl_enable_dcache
` [PATCH 2/5] arm: dts: k3-am625-*: Mark memory with u-boot,dm-spl
` [PATCH 3/5] board: ti: am62x: Use fdt functions for ram and bank init
` [PATCH 4/5] board: ti: am62x: Account for DDR size fixups if ECC is enabled
` [PATCH 5/5] configs: am62x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig

[PATCH v2 00/14] doc: mkimage: Rework and refactor the man page; add long options
 2022-06-16 13:47 UTC  (13+ messages)
` [PATCH v2 01/14] doc: mkimage: Use standard style for synopsis
` [PATCH v2 04/14] doc: mkimage: Regularize option documentation
` [PATCH v2 05/14] doc: mkimage: Use subsection macro
` [PATCH v2 14/14] doc: Add man page for dumpimage

[PATCH v2] board: freescale: p1_p2_rdb_pc: Fix parsing inverted bits from boot input data
 2022-06-16 12:37 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3] crypto/fsl: fsl_hash: Fix crash in flush dcache
 2022-06-16 12:34 UTC  (2+ messages)

Extend binman to generate boot headers
 2022-06-16 12:29 UTC  (2+ messages)

[PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
 2022-06-16 12:19 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/1] Makefile: respect CONFIG_CC_OPTIMIZE_FOR_DEBUG for host tools
 2022-06-16 11:43 UTC 

[PATCH RFC v3 00/11] Integration of tiboot3.bin, sysfw.itb and
 2022-06-16 11:23 UTC  (7+ messages)
` [PATCH RFC v3 03/11] ti: etype: sysfw: Add entry type for sysfw
` [PATCH RFC v3 08/11] ti: j721e: Exclude makefile tispl.bin target for J721E

[PATCH v2 4/5] mx6cuboxi: fixup dtb ethernet phy nodes before booting an OS
 2022-06-16 11:10 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).