public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-11-11 01:12:58 to 2022-11-16 07:09:39 UTC [more...]

[PATCH] riscv: use imply instead of select for SPL_SEPARATE_BSS
 2022-11-16  7:08 UTC 

[PATCH 1/1] doc: add man-page for cmp command
 2022-11-16  7:06 UTC 

[PULL] u-boot-riscv/master
 2022-11-16  6:16 UTC 

problem with reading the NV memory index of TPM slb9670
 2022-11-16  6:12 UTC 

[PATCH 00/11] imx: convert to DM_SERIAL
 2022-11-16  6:03 UTC  (21+ messages)
` [PATCH 01/11] imx: implement get_effective_memsize
` [PATCH 04/11] imx: mx6ull/z_14x14_evk: clean up UART iomux
` [PATCH 11/11] imx: mx6sabresd: select DM_SERIAL

Peculiar problem executing boot.scr
 2022-11-15 21:58 UTC  (3+ messages)

[PATCH v4] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-11-15 21:56 UTC  (9+ messages)

[v1] spl: nand: allow partial nand page reads during nand_spl_load_image
 2022-11-15 16:35 UTC 

[PATCH v3 0/5] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-11-15 17:53 UTC  (6+ messages)
` [PATCH v3 1/5] rockchip: px30: fix CONFIG_IRAM_BASE
` [PATCH v3 2/5] rockchip: px30: list possible SPL boot devices
` [PATCH v3 3/5] rockchip: px30: insert u-boot, spl-boot-device into U-Boot device tree
` [PATCH v3 4/5] arm64: dts: rockchip: sync px30 DTSI with Linux kernel next-20221114
` [PATCH v3 5/5] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[RFC] Proposed location to host the firmware handoff specification
 2022-11-15 17:09 UTC  (10+ messages)
` [TF-A] "
  ` [TF-A] "

[PATCH v2 0/6] introduce Arm FF-A support
 2022-11-15 15:24 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] arm_ffa: introduce Arm FF-A low-level driver

[PATCH] rockchip: puma-rk3399: sync DTS with Linux kernel next-20221114
 2022-11-15 14:46 UTC 

[PATCH v2] watchdog: designware: make reset really optional
 2022-11-15 14:26 UTC  (3+ messages)

[PATCH 1/1] doc: fix documentation of enum gd_flags
 2022-11-15 13:59 UTC  (5+ messages)

[PATCH] spi: cadence-qspi: use STIG mode for small reads
 2022-11-15 12:31 UTC  (2+ messages)

[PATCH] board: rockchip: Add support for Rock Pi S
 2022-11-15  8:55 UTC 

[PATCH v2 1/2] spi: cadence_qspi: setup ADDR Bits in cmd reads
 2022-11-15 11:49 UTC  (2+ messages)
` [PATCH v2 2/2] spi: cadence_qspi: use STIG mode for small reads

[PATCH] rockchip: rk3399: pass platform parameter to TF-A by default
 2022-11-15 11:04 UTC  (4+ messages)

[PATCH] Revert "imx: imx8: apalis: switch to binman"
 2022-11-15 10:49 UTC 

[PATCH v6 00/10] introduce Arm FF-A support
 2022-11-15 10:32 UTC  (15+ messages)
` [PATCH v7 "
  ` [PATCH v7 02/10] lib: uuid: introduce uuid_str_to_le_bin function
  ` [PATCH v7 03/10] arm_ffa: introduce Arm FF-A low-level driver
  ` [PATCH v7 09/10] arm_ffa: efi: introduce FF-A MM communication

[PATCH v2 8/8] imx: imx8: apalis: switch to binman
 2022-11-15 10:23 UTC  (4+ messages)

[PATCH] watchdog: designware: make reset really optional
 2022-11-15 10:19 UTC  (3+ messages)

Pull request: u-boot-imx u-boot-imx-20221114
 2022-11-15 10:07 UTC  (3+ messages)

[PATCH] rockchip: clk: add watchdog clock to px30_clk_enable
 2022-11-15  1:41 UTC  (2+ messages)

[PATCH] include/configs: mx6/mx7: drop dangling comments
 2022-11-15  1:10 UTC  (2+ messages)

[PATCH 1/2] udoo_neo: Move to DM for REGUALTOR/PMIC/I2C drivers
 2022-11-14 23:19 UTC  (8+ messages)
` [PATCH 2/2] udoo_neo: Select DM_SERIAL

[PATCH 01/10] Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig
 2022-11-14 22:50 UTC  (20+ messages)
` [PATCH 02/10] Remove unused symbols
` [PATCH 03/10] Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to Kconfig
` [PATCH 04/10] Convert CONFIG_SYS_NAND_HW_ECC "
` [PATCH 05/10] mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly
` [PATCH 06/10] Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig
` [PATCH 07/10] Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE "
` [PATCH 08/10] Convert CONFIG_SYS_NAND_PAGE_2K et al "
` [PATCH 09/10] Convert CONFIG_SYS_NAND_SIZE "
` [PATCH 10/10] global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*

[PATCH 1/1] sandbox: fix documentation of struct host_ops
 2022-11-14 22:49 UTC  (2+ messages)

[PATCH 1/1] Documentation: man-page for command bootd
 2022-11-14 22:49 UTC  (2+ messages)

[PATCH v2 1/2] cmd: fdt: Fix iteration over elements above index 1 in fdt get
 2022-11-14 21:50 UTC  (2+ messages)
` [PATCH v2 2/2] test: cmd: fdt: Add fdt get value test case

[PATCH v2 1/2] udoo_neo: Move to DM for REGULATOR/PMIC/I2C drivers
 2022-11-14 21:08 UTC  (4+ messages)
` [PATCH v2 2/2] udoo_neo: Select DM_SERIAL and drop iomux board level init

Please pull u-boot-i2c
 2022-11-14 20:44 UTC  (2+ messages)

[PATCH 1/2] cmd: fdt: Fix iteration over elements above index 2 in fdt get
 2022-11-14 19:34 UTC  (5+ messages)
` [PATCH 2/2] test: cmd: fdt: Add fdt get value test case

[PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8
 2022-11-14 15:10 UTC 

[PATCH 0/6] broken CVE fix (b85d130ea0ca)
 2022-11-14 13:04 UTC  (3+ messages)

[PATCH v2 0/9] Fixes for SPI boot on SanCloud BBE Lite
 2022-11-14 12:42 UTC  (10+ messages)
` [PATCH v2 1/9] dm: core: Fix iteration over driver_info records
` [PATCH v2 2/9] bus: TI sysc driver requires DM
` [PATCH v2 3/9] bus: Optionally include TI sysc driver in SPL/TPL
` [PATCH v2 4/9] am335x-evm: Enable required dtb nodes in SPL
` [PATCH v2 5/9] am335x-evm: Fix spiboot configuration
` [PATCH v2 6/9] am335x-evm: Support STMicro/Micron SPI flash
` [PATCH v2 7/9] am335x-sancloud-bbe-lite: SPI flash is JEDEC compatible
` [PATCH v2 8/9] am335x-sancloud-bbe: Add -u-boot.dtsi files
` [PATCH v2 9/9] MAINTAINERS: Adopt SanCloud boards

[PATCH] imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND read access
 2022-11-14 12:01 UTC 

[PATCH] eficonfig: fix missing variable initialization
 2022-11-14 11:15 UTC  (2+ messages)

[PATCH v1 0/2] i2c: microchip: misc minor fixes
 2022-11-14  9:09 UTC  (7+ messages)
` [PATCH v1 1/2] i2c: microchip: fix ack sending logic
` [PATCH v1 2/2] i2c: microchip: fix erroneous late ack send

[PATCH] i2c: i2c-gpio: add newline
 2022-11-14  9:09 UTC  (3+ messages)

Changing eMMC boot partition size
 2022-11-14  9:06 UTC  (3+ messages)

[PATCH] efi_loader: add missing EFI_CALL when closing a file
 2022-11-14  8:34 UTC  (2+ messages)

[PATCH] efi_loader: replace a u16_strdup with alloc + memcpy
 2022-11-14  8:33 UTC  (2+ messages)

[PATCH v8 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-11-14  1:33 UTC  (7+ messages)
` [PATCH v8 4/5] eficonfig: add UEFI Secure Boot Key enrollment interface
` [PATCH v8 5/5] eficonfig: add "Show Signature Database" menu entry

[PATCH v2] riscv: Fix detecting FPU support in standard extension
 2022-11-14  8:48 UTC  (3+ messages)

[PATCH] board_init: Convert CONFIG_MALLOC_F_ADDR to Kconfig
 2022-11-13 19:39 UTC  (3+ messages)

[PATCH 1/5] arm: socfpga: Add F2SDRAM_MANAGER base address
 2022-11-13 14:57 UTC  (5+ messages)
` [PATCH 2/5] arm: socfpga: soc64: Update reset manager registers
` [PATCH 3/5] arm: socfpga: soc64: Move bridges reset to common function
` [PATCH 4/5] arm: socfpga: soc64: Add f2s bridge support
` [PATCH 5/5] arm: socfpga: soc64: Avoid hang in bridge reset

[PATCH 1/4] makefile: tools: socfpgaimage: update padding flow
 2022-11-13 13:55 UTC  (4+ messages)
` [PATCH 2/4] doc: README.socfpga: Add guide for mkimage
` [PATCH 3/4] doc: README.socfpga: Update for U-boot 2022.04
` [PATCH 4/4] doc: README.socfpga: Add official boot flow support info

[PATCH v2 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon"
 2022-11-12 21:46 UTC  (4+ messages)
` [PATCH v3 1/2] SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig
` [PATCH v3 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon"

[PATCH 0/8] env: mmc: improvements and corrections
 2022-11-12 19:21 UTC  (3+ messages)

[PATCH] configs: roc-pc-rk3399: Enable rockchip efuse support
 2022-11-12  9:54 UTC 

[PATCH v2 4/8] imx: imx8qm: imx8qm_mek switch to binman
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH] Revert "serial: mxc: have putc use the TXFIFO"
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH v1 6/8] imx: imx8qxp: deneb switch to binman
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH v6 2/8] imx: imx8qm: cgtqmx8: switch to binman
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH v5 1/8] imx: imx8qm-rom7720: switch to binman
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH v2 2/2] wandboard: Select DM_SERIAL
 2022-11-12 16:26 UTC  (2+ messages)

[PATCH v2 3/8] imx: imx8qxp: imx8qxp_mek switch to binman
 2022-11-12 16:25 UTC  (2+ messages)

[PATCH v2 1/2] wandboard: Pass mmc aliases
 2022-11-12 16:25 UTC  (2+ messages)

[PATCH v2 7/8] imx: imx8x: colibri: switch to binman
 2022-11-12 16:25 UTC  (2+ messages)

[PATCH v2 5/8] imx: imx8qxp: giedi switch to binman
 2022-11-12 16:25 UTC  (2+ messages)

[PATCH v2] spi: spi-mem: ease checks in dtr_supports_op()
 2022-11-11 19:42 UTC  (4+ messages)

[PATCH] nvmem: u-boot-env: add Broadcom format support
 2022-11-11 18:02 UTC  (3+ messages)

[PATCH v2 0/8] imx8: switch missing boards to binman
 2022-11-11 17:55 UTC  (8+ messages)

[PATCH 0/2] board: gateworks: venice: poll I2C to wait for GSC
 2022-11-11 16:03 UTC  (3+ messages)
` [PATCH 1/2] arm: dts: imx8m*-venice-*: add I2C GPIO bus recovery support
` [PATCH 2/2] board: gateworks: venice: poll I2C lines to wait for GSC firmware

[PATCH] arm64: dts: imx8m{m, n}-venice-gw7902: add gpio pins for new board revision
 2022-11-11 15:55 UTC 

[PATCH] add xt25f32b, which is soldered down to Rock Pi 4b
 2022-11-11 12:03 UTC 

[PATCH] dts: Re-add aliases for imx6qdl-sabrelite devices
 2022-11-11 15:35 UTC  (4+ messages)

patch submit
 2022-11-10 23:55 UTC 

[PATCH v2] rockchip: px30: make watchdog and tsadc trigger a first global reset
 2022-11-11 11:25 UTC 

[PATCH] rockchip: px30: make watchdog and tsadc trigger a first global reset
 2022-11-11 11:18 UTC 

[PATCH 0/3] Improve AST26x0 DDR4 timing and signal quality
 2022-11-11  7:30 UTC  (4+ messages)
` [PATCH 1/3] ram: ast2600: Fix incorrect statement of the register polling
` [PATCH 2/3] ram: ast2600: Improve ddr4 timing and signal quality
` [PATCH 3/3] ram: ast2600: Align the RL and WL setting

Coverity report for EFI subsystem
 2022-11-11  7:08 UTC 

[PATCH 00/22] sunxi: Prepare platform Kconfig to support multiple architectures
 2022-11-11  1:12 UTC  (5+ messages)
` [PATCH 03/22] sunxi: Add missing dependencies to Kconfig selections
` [PATCH 04/22] sunxi: Hide image type selection if SPL is disabled


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