u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-04 20:54:57 to 2022-08-07 15:52:21 UTC [more...]

[PATCH 00/23] blk: Rationalise the block interface
 2022-08-07 15:47 UTC  (22+ messages)
` [PATCH 01/23] binman: Put fake files in a subdirectory
` [PATCH 02/23] disk: Correct help for TPL_PARTITIONS
` [PATCH 03/23] blk: Enable CONFIG_BLK for all media
` [PATCH 04/23] ata: Fix an instance of SPL_SATA_SUPPORT
` [PATCH 05/23] sandbox: Avoid defining HAVE_BLOCK_DEVICE in Konfig
` [PATCH 06/23] disk: Use Makefile to omit partition drivers
` [PATCH 07/23] blk: Use a function for whether block devices are available
` [PATCH 08/23] cmd: Drop use of HAVE_BLOCK_DEVICE
` [PATCH 09/23] blk: Drop unnecessary #ifdef in in blk_legacy
` [PATCH 10/23] blk: Rename HAVE_BLOCK_DEVICE
` [PATCH 11/23] blk: Select SPL_LEGACY_BLOCK automatically
` [PATCH 12/23] blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigs
` [PATCH 13/23] blk: Hide the BLK and SPL_LEGACY_BLOCK options
` [PATCH 14/23] blk: Drop IF_TYPE_DOC
` [PATCH 15/23] ide: Use a flag for an ATAPI device
` [PATCH 16/23] blk: Drop IF_TYPE_ATAPI
` [PATCH 17/23] blk: Drop IF_TYPE_SD
` [PATCH 18/23] blk: Rename var in blk_get_devnum_by_typename()
` [PATCH 19/23] blk: Rewrite if_type to name functions
` [PATCH 20/23] efi: Correct assumption about if_type
` [PATCH 22/23] blk: Drop if_type

[PATCH 1/1] block: fix blk_get_devnum_by_typename()
 2022-08-07 15:48 UTC  (6+ messages)

[PATCH v2] boot: allow bootmeth-distro without CONFIG_NET
 2022-08-07 15:47 UTC  (4+ messages)

[PATCH 1/1] usb: storage: stop probe on "Invalid device"
 2022-08-07 15:47 UTC  (2+ messages)

[PATCH 00/21] Finish migration to DM_ETH
 2022-08-07 15:47 UTC  (14+ messages)
` [PATCH 05/21] arm: Remove edminiv2 board
` [PATCH 09/21] net: Remove smc91111 ethernet driver
` [PATCH 10/21] net: lpc32xx_eth.c "
` [PATCH 14/21] net: ks8851_mll: Remove legacy non-DM_ETH code and callers
` [PATCH 21/21] net: Make DM_ETH be selected by NETDEVICE

rk3399 TPL memory setup code triggers clock frequency limit assertion
 2022-08-07 15:18 UTC  (3+ messages)

[RESEND PATCH v3 0/1] Support SPL for i.MX7ULP
 2022-08-07 14:39 UTC  (3+ messages)
` [RESEND PATCH v3 1/1] mx7ulp: add base SPL support for mx7ulp

Have fsl_elbc_nand controllers subpage write support?
 2022-08-07 14:13 UTC  (2+ messages)

[PATCH] arm: k3: Correct an awk warning
 2022-08-07 13:29 UTC  (2+ messages)

[PATCH 1/2] doc: Drop a reference to travis
 2022-08-07 13:24 UTC  (2+ messages)
` [PATCH 2/2] patman: Add documentation to doc/

[PATCH 5/7] test_fdt: Convert to use argparse
 2022-08-07 13:10 UTC  (8+ messages)
` [PATCH 0/7] fdt: Fix up tests and build warnings on newer distros
  ` [PATCH 6/7] dtoc: Correct remaining pylint problems in test_fdt
  ` [PATCH 4/7] dtoc: Move main program into its own function
  ` [PATCH 3/7] dtoc: Fix fdt test coverage
  ` [PATCH 2/7] dtoc: Tidy up fdt_tests RunTests()
  ` [PATCH 1/7] dtoc: Tidy up fdt_tests RunTestCoverage() args

[BISECTED] BeagleBone Black doesn't boot after a58147c2dbbf
 2022-08-07  8:40 UTC  (7+ messages)

[PATCH] arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings
 2022-08-07  0:20 UTC  (2+ messages)

[PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
 2022-08-07  0:16 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: sdm845: Remove redundant CONFIG_SDM845 check

[PATCH v3 0/8] Add MV88E61xx DSA driver and use on gwventana
 2022-08-07  0:07 UTC  (8+ messages)
` [PATCH v3 7/8] net: add MV88E61xx DSA driver

[PATCH 0/2] Add RGMII-ID phy-mode support for AVE ethernet controller
 2022-08-07  0:01 UTC  (5+ messages)
` [PATCH 1/2] net: ave: Add capability of rgmii-id mode
` [PATCH 2/2] ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins

[PATCH v3 0/3] Enable NC-SI support
 2022-08-06 23:59 UTC  (12+ messages)
` [PATCH v3 1/3] net: NC-SI setup and handling
` [PATCH v3 2/3] net/ftgmac100: Add NC-SI mode support
` [PATCH v3 3/3] config/aspeed: Enable NC-SI support

[PATCH 00/15] test: More work on parallel tests
 2022-08-06 23:51 UTC  (16+ messages)
` [PATCH 01/15] test: Fix test_pinmux to run in parallel
` [PATCH 02/15] test: Fix bootm_test_subst_var() running independently
` [PATCH 03/15] test/py: Allow tests to be marked single-threaded only
` [PATCH 04/15] test: Make test_bind_unbind_with_uclass() single-threaded
` [PATCH 05/15] test: Update FIT tests to run in parallel
` [PATCH 06/15] test: Make test_sqfs_ls() single-threaded
` [PATCH 07/15] test: Make test_efi_bootmgr() single-threaded
` [PATCH 08/15] test: Mark all but the first vboot test as slow
` [PATCH 09/15] test: Mark test_gpt tests "
` [PATCH 10/15] test: Make test_gpio_read() independent
` [PATCH 11/15] test: Refactor arg parsing for the run script
` [PATCH 12/15] test/py: Move U-Boot building into a function
` [PATCH 13/15] test/py: Support --build when running tests in parallel
` [PATCH 14/15] dtoc: Drop sys.exit() in test_fdt
` [PATCH 15/15] Makefile: Add a pcheck option to run tests in parallel

EFI test failure
 2022-08-06 22:00 UTC  (3+ messages)

[PATCH] power: pmic: rk8xx: Workaround pmic failure when probed before relocation
 2022-08-06 19:54 UTC  (5+ messages)

[PATCH 00/31] Add support for MediaTek MT7981/MT7986 SoCs
 2022-08-06 17:50 UTC  (15+ messages)
` [PATCH 01/31] arm: mediatek: add support for MediaTek MT7986 SoC
` [PATCH 07/31] net: mediatek: stop using bitfileds for DMA descriptors
` [PATCH 08/31] net: mediatek: add support for PDMA v2
` [PATCH 09/31] net: mediatek: add support for MediaTek MT7981/MT7986
` [PATCH 29/31] tools: mtk_image: split the code of generating NAND header into a new file

[PATCH 1/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186
 2022-08-06 17:45 UTC  (4+ messages)
` [PATCH 2/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32

[PATCH 01/20] sh: Remove unused code in arch/sh/lib/bootm.c
 2022-08-06 17:42 UTC  (3+ messages)
` [PATCH 02/20] net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP

[PATCH] net: emaclite: Avoid reading negative bytes
 2022-08-06 17:41 UTC  (2+ messages)

[PATCH 0/3] net: sun8i-emac: Allwinner D1 Support
 2022-08-06 17:39 UTC  (6+ messages)
` [PATCH 1/3] net: sun8i-emac: Downgrade printf during probe to debug
` [PATCH 2/3] net: sun8i-emac: Drop use of arch-specific header

net: emaclite: Fixes, enable driver for other archs
 2022-08-06 17:35 UTC  (7+ messages)
` [PATCH 1/3] net: emaclite: fix broken build
` [PATCH 2/3] net: emaclite: fix xemaclite_alignedread/write functions
` [PATCH 3/3] net: emaclite: fix handling for IP packets with specific lengths

[PATCH v3 1/2] tools: mkeficapsule: use pkg-config to get -luuid and -lgnutls
 2022-08-06 11:24 UTC  (4+ messages)

[PATCH] tools: mkeficapsule: use pkg-config for each lib separat
 2022-08-06 11:22 UTC 

[PATCH 00/13] USB support for QCS404 SoC
 2022-08-06  7:41 UTC  (3+ messages)
` [PATCH 04/13] reset: qcom: Add support for QCS404 SoC reset table

[PATCH v2 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-08-06  2:44 UTC  (5+ messages)
` [PATCH v2 1/8] fs: fat: unexport file_fat_read_at()

[PATCH 0/4] arm: bcmbca: add basic support for more Broadcom BCA SoCs
 2022-08-06  1:34 UTC  (5+ messages)
` [PATCH 1/4] arm: bcmbca: add bcm63146 SoC support
` [PATCH 2/4] arm: bcmbca: add bcm4912 "
` [PATCH 3/4] arm: bcmbca: add bcm6813 "
` [PATCH 4/4] arm: bcmbca: add bcm4908 "

[PATCH v2] arm: bcmbca: add bcm63138 SoC support
 2022-08-06  1:25 UTC 

[PATCH] timer: bcmbca: Add Broadcom BCMBCA timer support
 2022-08-06  1:16 UTC  (6+ messages)

Broken commit de47ff536363289f92f85ed1e4901724d238432d
 2022-08-05 22:20 UTC  (14+ messages)

[PATCH 1/3] mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location
 2022-08-05 20:09 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] powerpc: mpc85xx: Fix loading U-Boot proper from SD card in SPL
  ` [PATCH v3 3/3] mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS

[PATCH v4 0/2] Support SPL for i.MX7ULP
 2022-08-05 18:19 UTC  (3+ messages)
` [PATCH v4 1/2] mx7ulp: add base SPL support for mx7ulp
  ` [PATCH v4 2/2] imx: spl: fix a comment adding IMX9

[PATCH 00/19] buildman: Integration of boards.cfg file
 2022-08-05 17:24 UTC  (2+ messages)

[PATCH] checkpatch.pl: Reword IS_ENABLED() warning
 2022-08-05 17:03 UTC  (5+ messages)

[PATCH v3 0/8] Add support for cyclic function execution infrastruture
 2022-08-05 16:48 UTC  (16+ messages)
` [PATCH v3 1/8] time: Import time_after64() and friends from Linux
` [PATCH v3 2/8] cyclic: Add basic support for cyclic function execution infrastruture
` [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET
` [PATCH v3 4/8] cyclic: Integrate cyclic functionality at bootup in board_r/f
` [PATCH v3 5/8] cyclic: Add 'cyclic list' command
` [PATCH v3 6/8] sandbox: Add cyclic demo function
` [PATCH v3 7/8] mips: octeon_nic23: Add PCIe FLR fixup via cyclic infrastructure
` [PATCH v3 8/8] cyclic: Add documentation

[PATCH 0/6] introduce Arm FF-A support
 2022-08-05 16:48 UTC  (12+ messages)

[PATCH 1/3] binman: Use low level compression commands in tests
 2022-08-05 16:48 UTC  (9+ messages)
` [PATCH 2/3] binman: Remove header from compressed data

[PATCH 1/2] cmd: mvebu/bubt: Check for A38x image data checksum
 2022-08-05 15:48 UTC  (2+ messages)
` [PATCH 2/2] cmd: mvebu/bubt: Check for OTP secure bits and secure boot

Pull request for tpm-030822
 2022-08-05 14:51 UTC  (2+ messages)

[PATCH] pci: pci_mvebu: Add support for reset-gpios
 2022-08-05 14:15 UTC  (7+ messages)
` [PATCH v2] "

[PATCH u-boot-marvell] arm: mvebu: Do not define or overwrite vectors in SPL build
 2022-08-05 12:39 UTC  (4+ messages)
` [PATCH u-boot-marvell v2 1/3] arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option

[PATCH] arm: mvebu: spl: Always fallback to BootROM boot method
 2022-08-05 12:27 UTC  (8+ messages)

[PATCH] arm: mvebu: dts: Build only arch-compatible dts files
 2022-08-05 11:39 UTC  (2+ messages)

[PATCH 0/5] arm: mvebu: Cleanup u-boot,dm-pre-reloc code
 2022-08-05 11:38 UTC  (10+ messages)
` [PATCH 1/5] arm: mvebu: a7040/a8040/cn9130: Add spi0 dts reference

[PATCH v2 0/6] introduce Arm FF-A support
 2022-08-05 11:17 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] arm64: smccc: add Xn registers support used by SMC calls

[PATCH 0/6] SBx81LIFKW/SBx81LIFXCAT disable KIRKWOOD_GPIO
 2022-08-05 10:49 UTC  (13+ messages)
` [PATCH 1/6] ARM: kirkwood: SBx81LIFKW: remove direct access of GPIO registers
` [PATCH 2/6] ARM: kirkwood: SBx81LIFKW: update for DM_GPIO
` [PATCH 3/6] ARM: kirkwood: SBx81LIFKW: enable CMD_GPIO
` [PATCH 4/6] ARM: kirkwood: SBx81LIFKW: disable KIRKWOOD_GPIO
` [PATCH 5/6] ARM: kirkwood: SBx81LIFKW: enable CONFIG_NET_RANDOM_ETHADDR
` [PATCH 6/6] ARM: kirkwood: SBx81LIFXCAT: disable KIRKWOOD_GPIO

[PATCH] misc: atsha204a: Don't check for error when waking up the device
 2022-08-05 10:46 UTC  (2+ messages)

[PATCH u-boot-marvell 1/3] arm64: a37xx: pinctrl: Fix definitions for MPP pins 20-22
 2022-08-05 10:45 UTC  (6+ messages)
` [PATCH u-boot-marvell 2/3] arm64: a37xx: pinctrl: Remove unused macro PIN_GRP()
` [PATCH u-boot-marvell 3/3] arm64: a37xx: pinctrl: Improve description for pinmux command

STM32MP157D bring up
 2022-08-05 10:05 UTC 

[PATCH 0/6] xilinx: Update xilinx configurations
 2022-08-05  9:19 UTC  (7+ messages)
` [PATCH 1/6] xilinx: versal: Enable i2c mux uclass with pca954x driver
` [PATCH 2/6] xilinx: zynqmp: Disable various configs for mini U-Boot
` [PATCH 3/6] xilinx: zynqmp: Disable LMB for mini u-boot
` [PATCH 4/6] firmware: zynqmp: Skip loading config object for Versal
` [PATCH 5/6] xilinx: versal: Enable power domain driver
` [PATCH 6/6] xilinx: versal: Define CONFIG_CQSPI_REF_CLK

[PATCH 0/2] Fix remained SPL_MMC_SUPPORT options
 2022-08-05  7:50 UTC  (3+ messages)

[PATCH] Makefile: Silence new GNU linker warnings
 2022-08-05  7:01 UTC  (3+ messages)

[PATCH] zynq: Convert arm twd timer to DM driver
 2022-08-05  6:16 UTC 

EFI CI failure
 2022-08-04 21:33 UTC  (4+ messages)

[PATCH] tools: mkimage: don't use deprecated openssl funcs
 2022-08-04 20:53 UTC  (4+ messages)
` [PATCH v2] tools: mkimage: fix build with LibreSSL
  ` [PATCH] "

[PATCH 6/7] dtoc: Correct remaining pylint problems in test_fdt
 2022-07-31  2:57 UTC 

[PATCH 4/7] dtoc: Move main program into its own function
 2022-07-31  2:57 UTC 

[PATCH 3/7] dtoc: Fix fdt test coverage
 2022-07-31  2:57 UTC 

[PATCH 2/7] dtoc: Tidy up fdt_tests RunTests()
 2022-07-31  2:57 UTC 

[PATCH 1/7] dtoc: Tidy up fdt_tests RunTestCoverage() args
 2022-07-31  2:57 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).