u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-07 23:29:20 to 2022-11-10 02:15:28 UTC [more...]

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-11-10  2:15 UTC  (10+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device

[PATCH v5 00/16] buildman: Correct various issues with missing blobs
 2022-11-10  2:14 UTC 

[PATCH 1/2] arm: mediatek: add mt8195 SOC support
 2022-11-09 21:12 UTC  (13+ messages)
` [PATCH 2/2] board: mediatek: add mt8195 demo board
` [PATCH v2 1/2] arm: mediatek: add mt8195 SOC support
  ` [PATCH v2 2/2] board: mediatek: add mt8195 demo board

Broken u-boot on n900 hw (possibly CONFIG_POSITION_INDEPENDENT)
 2022-11-09 20:33 UTC  (6+ messages)
` [maemo-leste] "

[PATCH v2 0/8] imx8: switch missing boards to binman
 2022-11-09 17:47 UTC  (11+ messages)
` [PATCH v2 8/8] imx: imx8: apalis: switch "

[PATCH v3 1/2] doc: board: j721e_evm: Add DM firmware steps
 2022-11-09 17:30 UTC  (2+ messages)
` [PATCH v3 2/2] doc: board: j721e_evm: Fix code-block type and indents

[PATCH] doc: board: j721e_evm: Add DM firmware steps
 2022-11-09 17:27 UTC  (5+ messages)

[PATCH v7 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-11-09 16:04 UTC  (9+ messages)
` [PATCH v7 1/5] eficonfig: refactor file selection handling
` [PATCH v7 2/5] eficonfig: expose append entry function
` [PATCH v7 3/5] eficonfig: refactor change boot order implementation
` [PATCH v7 4/5] eficonfig: add UEFI Secure Boot Key enrollment interface
` [PATCH v7 5/5] eficonfig: add "Show Signature Database" menu entry

[PATCH v4 00/11] buildman: Correct various issues with missing blobs
 2022-11-09 16:03 UTC  (14+ messages)
` [PATCH v4 01/11] Makefile: Correct the binman rule
` [PATCH v4 02/11] doc: Correct the path to the Makefile documentation
` [PATCH v4 03/11] binman: Use an exit code when blobs are missing
` [PATCH v4 04/11] buildman: Convert documentation to rST
` [PATCH v4 05/11] buildman: Drop mention of MAKEALL
` [PATCH v4 06/11] buildman: Update the arc toolchain
` [PATCH v4 07/11] buildman: Update the default settings file
` [PATCH v4 08/11] buildman: Drop mention of old architectures
` [PATCH v4 09/11] buildman: Detect binman reporting missing blobs
` [PATCH v4 10/11] global: Do not default to faking missing binaries for buildman
` [PATCH v4 11/11] buildman: Add --allow-missing flag to allow missing blobs

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2022-11-09 15:40 UTC 

LX2106A U-Boot: board_eth_init() not called any more
 2022-11-09 15:19 UTC  (6+ messages)

[PATCH v2 1/2] spl: enable regulator-boot-on and disable regulator-force-boot-off
 2022-11-09 15:03 UTC  (2+ messages)

[PATCH v5 00/10] introduce Arm FF-A support
 2022-11-09 11:51 UTC  (28+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/10] arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
  ` [PATCH v6 02/10] lib: uuid: introduce be_uuid_str_to_le_bin function
  ` [PATCH v6 03/10] arm_ffa: introduce Arm FF-A low-level driver
  ` [PATCH v6 04/10] arm_ffa: efi: unmap RX/TX buffers
  ` [PATCH v6 07/10] arm_ffa: introduce Sandbox test cases for UCLASS_FFA
  ` [PATCH v6 09/10] arm_ffa: efi: introduce FF-A MM communication
  ` [PATCH v6 10/10] arm_ffa: efi: corstone1000: enable "
  ` [PATCH v7 00/10] introduce Arm FF-A support
    ` [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

[RFC PATCH v5 00/24] Modernize U-Boot shell
 2022-11-08 22:26 UTC  (7+ messages)
` [RFC PATCH v5 09/24] cli: Add menu for hush parser

[PATCH 1/2] spi: fsl_qspi: Add support for i.MX7ULP
 2022-11-09  9:43 UTC  (3+ messages)
` [PATCH 2/2] spi: fsl_qspi: Support to use full AHB space on i.MX

[PATCH v20 0/4] add TCP and HTTP for downloading images
 2022-11-09  8:25 UTC  (13+ messages)
` [PATCH v20 1/4] net: Add TCP protocol
` [PATCH v20 2/4] net: Add wget application
` [PATCH v20 3/4] doc: cmd: wget: add documentation
` [PATCH v20 4/4] test: cmd: add test for wget command

[PATCH v6 0/6] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-11-09  8:24 UTC  (4+ messages)
` [PATCH v6 2/6] net: mvneta: Add support for AlleyCat5

[PATCH] drivers: net: aquantia: fix typos
 2022-11-09  8:21 UTC  (2+ messages)

[PATCH 00/11] imx: convert to DM_SERIAL
 2022-11-09  7:40 UTC  (9+ messages)
` [PATCH 01/11] imx: implement get_effective_memsize

[PATCH v4 0/3] rockpi4: Add capsule update support
 2022-11-09  6:24 UTC  (6+ messages)
` [PATCH v4 1/3] rockchip: capsule: Add functions for supporting capsule updates
` [PATCH v4 2/3] rockpi4: board: Add firmware image information for "
` [PATCH v4 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

[PATCH v6 0/5] eficonfig: add UEFI Secure Boot key maintenance interface
 2022-11-09  3:31 UTC  (6+ messages)
` [PATCH v6 1/5] eficonfig: refactor eficonfig_select_file_handler()
` [PATCH v6 2/5] eficonfig: expose append entry function
` [PATCH v6 3/5] eficonfig: refactor change boot order implementation
` [PATCH v6 4/5] eficonfig: add UEFI Secure Boot Key enrollment interface

[PATCH] dfu: bounds check USB upload and download sizes
 2022-11-09  1:02 UTC  (3+ messages)

[PATCH 0/8] Introduce initial TI's am62a support
 2022-11-08 21:53 UTC  (8+ messages)
` [PATCH 1/8] arm: dts: introduce am62a7 dtbs from linux kernel

Changing eMMC boot partition size
 2022-11-08 18:30 UTC  (2+ messages)

[PATCH v4] schemas: Add schema for U-Boot driver model 'phase tags'
 2022-11-08 17:19 UTC  (3+ messages)

[PATCH v4 0/1] Makefile: rework u-boot-initial-env target
 2022-11-08 17:09 UTC  (3+ messages)
` [PATCH v4 1/1] u-boot-initial-env: rework make target

Please pull u-boot-dm
 2022-11-08 17:08 UTC  (2+ messages)

[PATCH V2 3/4] configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837
 2022-11-08 16:50 UTC  (2+ messages)

[PATCH] mx6cuboxi: migrate to DM_SERIAL
 2022-11-08 16:49 UTC  (2+ messages)

[PATCH v5 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support
 2022-11-08 16:49 UTC  (2+ messages)

[PATCH] ARM: mx7: psci: fix suspend/resume e10133 workaround
 2022-11-08 16:49 UTC  (3+ messages)

[PATCH v5 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH v5 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 1/8] vf610: synchronise device tree with linux
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH] configs: imx8m{m,n,p}_venice: disable autoload
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 8/8] imx8mm: synchronise device tree with linux
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v2] configs: imx8m: Enable CONFIG_ARMV8_CRYPTO support
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 4/8] imx8ulp: synchronise device tree with linux
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH] board: gateworks: venice: remove redundance adjustment of thermal trip points
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH 2/3] imx: imx8mm-beacon: Enable USB booting via SDP
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH V2 4/4] imx: imx8mn-beacon: Fix out of spec voltage
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH v5 3/8] imxrt1050: synchronise device tree with linux
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 2/8] imxrt1020: migrate to build system included -u-boot.dtsi
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH v5 6/8] imx8mp: synchronise device tree with linux
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH] configs: imx8mn_venice: fix include header protection
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH V2 1/4] configs: imx8mn_beacon: Re-align memory to standard imx8mn settings
 2022-11-08 16:39 UTC  (2+ messages)

[PATCH V2 2/4] regulator: bd718x7: Only bind children when PMIC_CHILDREN is enabled
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH] imx: imx8m{m,n,p}_venice: migrate to CONFIG_EXTRA_ENV_TEXT
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH] ARM: imx: Add version variable to DHSOM
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH 3/3] imx: imx8mm-beacon: Move Environment to eMMC partition 2
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH v5 5/8] imx8mq: synchronise device tree with linux
 2022-11-08 16:38 UTC  (2+ messages)

[PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH 1/3] imx: imx8mm_beacon: Eliminate a few extras to free up SPL space
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH] configs: imx8mn_venice.h: remove unused ifdef
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH] configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH v5 7/8] imx8mn: synchronise device tree with linux
 2022-11-08 16:37 UTC  (2+ messages)

[PATCH] msc_sm2s_imx8mp: Convert to CONFIG_TEXT_BASE
 2022-11-08 16:19 UTC  (3+ messages)

[PATCH 1/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring
 2022-11-08 15:26 UTC  (8+ messages)
` [PATCH v2 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon"

[PATCH 1/1] riscv: clarify meaning of CONFIG_SBI_V02
 2022-11-08 15:16 UTC  (4+ messages)

u-boot-imx master-next CI failure
 2022-11-08 14:44 UTC  (6+ messages)

[PATCH 1/1] riscv: enable reset via SBI on PolarFire Icicle Kit
 2022-11-08 14:43 UTC  (5+ messages)

[PATCH v2 0/5] Add continuous read mode support
 2022-11-08  9:49 UTC  (4+ messages)
` [PATCH v2 3/5] cmd: mtd: Add total length of read operation

[PATCH 0/3] Introduce STM32MP13 RCC driver
 2022-11-08  1:47 UTC  (7+ messages)
` [PATCH 2/3] clk: stm32mp13: introduce "

[PATCH v5 2/2] serial: mxc: have putc use the TXFIFO
 2022-11-08 11:55 UTC  (17+ messages)

[PATCH] Revert "serial: mxc: have putc use the TXFIFO"
 2022-11-08 11:39 UTC 

[u-boot][PATCH 00/14] rawnand: omap_gpmc: driver model support
 2022-11-08  9:26 UTC  (3+ messages)

[PATCH] mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()
 2022-11-08  9:25 UTC  (2+ messages)

[RFC v2 0/2] Prevent alignment issues with "in place" FIT configurations
 2022-11-08  7:41 UTC  (4+ messages)
` [RFC v2 1/2] libfdt: add fdt_alignprop

[PATCH v3 0/8] Enable CONFIG_TIMER for all Kirkwood / MVEBU boards
 2022-11-08  7:37 UTC  (10+ messages)
` [PATCH v3 4/8] arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms

[PATCH 0/4] FWU: Handle meta-data in common code
 2022-11-08  4:27 UTC  (6+ messages)
` [PATCH 2/4] fwu: move meta-data management in core

[PATCH v2 0/3] Introduce STM32MP13 RCC driver
 2022-11-08  1:59 UTC  (3+ messages)
` [PATCH v2 2/3] clk: stm32mp13: introduce "

[PATCH v2 1/5] usb: dwc3: Cache ref_clk pointer in struct dwc3
 2022-11-08  1:43 UTC  (8+ messages)
` [PATCH v2 2/5] usb: dwc3: reference clock period configuration
` [PATCH v2 3/5] usb: dwc3: Calculate REFCLKPER based on reference clock
` [PATCH v2 4/5] usb: dwc3: Program GFLADJ
` [PATCH v2 5/5] usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property

[PATCH v2 00/25] bootstd: Add a boot menu
 2022-11-07 23:35 UTC  (3+ messages)

[PATCH 00/45] vbe: Implement the full firmware flow
 2022-11-07 23:35 UTC  (4+ messages)
` [PATCH 20/45] sandbox: Add a way to specify the sandbox executable

Requiring SPL_DM for new boards?
 2022-11-07 23:36 UTC  (9+ messages)

[PATCH 00/17] dm: sandbox: Add a new HOST uclass
 2022-11-07 23:35 UTC  (4+ messages)
` [PATCH 02/17] sandbox: Add missing comments for os_alarm()

[PATCH v4 0/2] automatically strip btool_ from btool names
 2022-11-07 23:35 UTC  (5+ messages)
` [PATCH v4 1/2] binman: bintool: remove btool_ prefix "
` [PATCH v4 2/2] Revert "binman: btool: gzip: fix packer name so that binary can be found"

[PATCH] fdt: Fix bounds check in devfdt_get_addr_index
 2022-11-07 23:35 UTC  (3+ messages)

[BUG] poweroff command in ./u-boot -T -l causes SIG_SEGV
 2022-11-07 23:35 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;
as well as URLs for NNTP newsgroup(s).