public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-02-02 17:07:57 to 2023-02-04 00:38:41 UTC [more...]

[PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support
 2023-02-04  0:37 UTC  (10+ messages)
` [PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data
` [PATCH v2 2/5] net: sun8i-emac: Add a flag for RMII support
` [PATCH v2 3/5] net: sun8i-emac: Add a flag for the internal PHY switch

[PATCH 00/14] QCS404: Add ethernet and I2C drivers
 2023-02-04  0:33 UTC  (7+ messages)
` [PATCH 06/14] net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optional
` [PATCH 07/14] net: dwc_eth_qos: Allow platform to override tx/rx_fifo_sz
` [PATCH 08/14] net: dwc_eth_qos: Add Qcom ethernet driver glue layer

[PATCH 1/9] clk: imx8mp: Add EQoS MAC clock
 2023-02-04  0:32 UTC  (5+ messages)
` [PATCH 2/9] net: dwc_eth_qos: Drop bogus return after goto
` [PATCH 7/9] net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus

[PATCH 1/3] net: ftmac100: change driver name from nds32_mac to ftmac100
 2023-02-04  0:30 UTC  (5+ messages)
` [PATCH 3/3] net: ftmac100: add mii read and write callbacks

[PATCH v2 1/3] net: ftmac100: change driver name from nds32_mac to ftmac100
 2023-02-04  0:30 UTC  (6+ messages)
` [PATCH v2 2/3] net: ftmac100: simplify priv->iobase casting
` [PATCH v2 3/3] net: ftmac100: add mii read and write callbacks

[RFC PATCH v2 00/56] Migrate to split config
 2023-02-04  0:26 UTC  (40+ messages)
` [RFC PATCH v2 01/56] moveconfig: Various minor improvements
` [RFC PATCH v2 02/56] sandbox: Expand size for VPL image
` [RFC PATCH v2 03/56] event: Add Kconfig options for SPL
` [RFC PATCH v2 04/56] bootstd: "
` [RFC PATCH v2 05/56] cmd: Add an SPL Kconfig for CMDLINE and HUSH
` [RFC PATCH v2 06/56] boot: Add a Kconfig for SPL_QCOM_PMIC_GPIO
` [RFC PATCH v2 07/56] cros_ec: Add SPL Kconfigs for cros_ec features
` [RFC PATCH v2 08/56] boot: Add a Kconfig for SPL_UT_COMPRESSION
` [RFC PATCH v2 09/56] env: Avoid checking ENV_IS_IN when env disabled
` [RFC PATCH v2 11/56] env: Allow VPL environment to be nowhere
` [RFC PATCH v2 13/56] x86: Use string functions for all 32-bit builds
` [RFC PATCH v2 14/56] lib: Fix build condition for tiny-printf
` [RFC PATCH v2 15/56] sandbox: Tidy up RTC options
` [RFC PATCH v2 16/56] sandbox: Use the generic VPL option to enable VPL
` [RFC PATCH v2 17/56] sandbox: Tidy up I2C options
` [RFC PATCH v2 18/56] fixdep: Add support for VPL
` [RFC PATCH v2 19/56] fixdep: Refactor to make testing easier
` [RFC PATCH v2 20/56] fixdep: Add some tests for parse_config_line()
` [RFC PATCH v2 21/56] test: Add SPL versions of the TEST_KCONFIG options
` [RFC PATCH v2 22/56] lib: Add an SPL config for LIB_UUID
` [RFC PATCH v2 24/56] kconfig: Add a configuration file for nospl
` [RFC PATCH v2 25/56] kconfig: Refactor code into separate writer functions
` [RFC PATCH v2 26/56] kconfig: Support writing separate SPL files
` [RFC PATCH v2 27/56] Rename CONFIG_TEXT_BASE
` [RFC PATCH v2 28/56] x86: Fix up some Kconfig options
` [RFC PATCH v2 29/56] Add VPL options for BLOBLIST
` [RFC PATCH v2 30/56] omap: Correct an SPL build error with watchdog
` [RFC PATCH v2 31/56] freescale: pm9g45: Fix problems with ls1021aqds_nand et al
` [RFC PATCH v2 32/56] imx: watchdog: Correct watchdog error condition
` [RFC PATCH v2 33/56] socfpga: Use the correct condition for SYS_L2_PL310
` [RFC PATCH v2 36/56] imx: Use SATA instead of CMD_SATA
` [RFC PATCH v2 37/56] net: Add an SPL config for atheros
` [RFC PATCH v2 39/56] serial: Support ns16550 driver in TPL
` [RFC PATCH v2 40/56] pci: Use the correct symbol to enable struct members
` [RFC PATCH v2 42/56] dm: Add a TPL symbol for simple-bus
` [RFC PATCH v2 43/56] x86: coral: Avoid build errors with missing SPL symbols
` [RFC PATCH v2 44/56] power: wanderboard: Correct conditions for split config
` [RFC PATCH v2 45/56] venice: Simplify conditions for network init
` [RFC PATCH v2 49/56] kconfig: Adjust the meaning of CONFIG_IS_ENABLED()

U-Boot tools and binman build fails in macOS 13
 2023-02-04  0:20 UTC  (2+ messages)

[PATCH 0/8] blk: blkmap: Composable virtual block devices
 2023-02-04  0:20 UTC  (5+ messages)
` [PATCH 3/8] blk: blkmap: Add basic infrastructure

[PATCH V5 00/12] IOT2050-related enhancements
 2023-02-04  0:20 UTC  (19+ messages)
` [PATCH V5 01/12] board: siemens: iot2050: Split the build for PG1 and PG2
` [PATCH V5 02/12] arm: dts: iot2050: Use the auto generator nodes for fdt
` [PATCH V5 03/12] iot2050: Update firmware layout
` [PATCH V5 04/12] iot2050: Add watchdog start to bootcmd
` [PATCH V5 05/12] iot2050: Add CONFIG_ENV_FLAGS_LIST_STATIC
` [PATCH V5 06/12] arm: dts: iot2050: Allow verifying U-Boot proper by SPL
` [PATCH V5 07/12] tools: Add script for converting public key into device tree include
` [PATCH V5 08/12] iot2050: Add script for signing artifacts
` [PATCH V5 09/12] arm: dts: iot2050: Optionally embed OTP programming data into image
` [PATCH V5 10/12] doc: iot2050: Add a note about the watchdog firmware
` [PATCH V5 11/12] board: siemens: iot2050: use the named gpio to control the user-button
` [PATCH V5 12/12] iot2050: Refresh defconfigs and activate CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN

[PATCH 1/1] efi_loader: stop watchdogs in ExitBootServices()
 2023-02-04  0:20 UTC  (14+ messages)

[PATCH] schemas: Add schema for firmware logs
 2023-02-04  0:19 UTC 

[PATCH] arm: kirkwood: Enable uart0 dm-pre-reloc for Kirkwood boards
 2023-02-04  0:11 UTC  (12+ messages)

[PATCH 0/2] net: DHCPv6 protocol and commands
 2023-02-03 22:12 UTC  (4+ messages)
` [PATCH 1/2] net: dhcp6: Add DHCPv6 (DHCP for IPv6)

[PATCH u-boot 1/3] tools: imagetool: Fix error message when verify_header is undefined
 2023-02-03 20:23 UTC  (6+ messages)
` [PATCH u-boot 3/3] tools: imagetool: Skip autodetection of gpimage type

[PATCH v3 1/3] net: ftmac100: change driver name from nds32_mac to ftmac100
 2023-02-03 19:09 UTC  (3+ messages)
` [PATCH v3 2/3] net: ftmac100: simplify priv->iobase casting
` [PATCH v3 3/3] net: ftmac100: add mii read and write callbacks

[PATCH v4] mtd: parsers: ofpart: add workaround for #size-cells 0
 2023-02-03 18:37 UTC  (10+ messages)

[PATCH 0/2] env: Enhancements for establishing variable protection
 2023-02-03 18:23 UTC  (4+ messages)
` [PATCH 1/2] env: Complete generic support for writable list
` [PATCH 2/2] env: Couple networking-related variable flags to CONFIG_NET

Pull request: u-boot-imx u-boot-imx-20230203
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH] drivers: net: fsl_ls_mdio: prevent a NULL pointer dereference
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH 0/7] drivers: net: fsl-mc: cleanup coding style
 2023-02-03 18:20 UTC  (3+ messages)
` [PATCH 1/7] drivers: net: fsl-mc: remove useless assignment of variable

[PATCH] net: tftp: Fix for DATA ACK for block count out of order
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH] net: ipv6: fix alignment errors on ARM
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH] net: ipv6: Fixed IPv6 string to address conversion off-by-one error
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH] net: ipv6: Fix IPv6 netmask parsing
 2023-02-03 18:20 UTC  (2+ messages)

[PATCH v9 0/8] Add MV88E6xxx DSA driver and use on gwventana
 2023-02-03 18:20 UTC  (3+ messages)
` [PATCH v9 1/8] net: mdio-uclass: scan for dm mdio children on post-bind

[PATCH v3 00/16] General Tegra improvements
 2023-02-03 17:40 UTC  (19+ messages)
` [PATCH v3 01/16] tegra30: clock: add EXTPERIPH
` [PATCH v3 02/16] ARM: t20/t30: swap host1x and disp1 clock parents
` [PATCH v3 03/16] ARM: tegra: clock: add clk_id_to_pll_id helper
` [PATCH v3 04/16] ARM: tegra: clock: add clock_decode_pair helper
` [PATCH v3 05/16] ARM: tegra30: add PLLD to pll setup
` [PATCH v3 06/16] ARM: tegra: Fix Tegra PWM parent clock
` [PATCH v3 07/16] spi: tegra20_slink: accept any word length
` [PATCH v3 08/16] ARM: tegra: provide default USB gadget setup
` [PATCH v3 09/16] ARM: tegra: add late init support
` [PATCH v3 10/16] ARM: tegra: create common pre-dm i2c write
` [PATCH v3 11/16] board: tegra124: switch to updated "
` [PATCH v3 12/16] board: tegra30: "
` [PATCH v3 13/16] ARM: tegra: expose crypto module for all Tegra SoCs
` [PATCH v3 14/16] ARM: tegra: crypto: extend crypto functional
` [PATCH v3 15/16] ARM: tegra30: implement BCT patching
` [PATCH v3 16/16] ARM: tegra20: "

[PATCH 00/14] Backport BRCMNAND changes from Linux
 2023-02-03 17:23 UTC  (8+ messages)
` [PATCH 01/14] mtd: nand: brcm: switch to mtd_ooblayout_ops

[PATCH v2 1/2] udoo_neo: Move to DM for REGULATOR/PMIC/I2C drivers
 2023-02-03 14:56 UTC  (2+ messages)

[PATCH] ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL
 2023-02-03 14:56 UTC  (2+ messages)

[PATCH v2 2/2] udoo_neo: Select DM_SERIAL and drop iomux board level init
 2023-02-03 14:56 UTC  (2+ messages)

[PATCH v2] riscv: cancel the limitation that NR_CPUS is less than or equal to 32
 2023-02-03 14:24 UTC  (5+ messages)

[PATCH] arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependencies
 2023-02-03 13:29 UTC  (2+ messages)

[PATCH] ARM: dts: imx: Add support for Data Modul i.MX8M Plus eDM SBC
 2023-02-03 12:08 UTC  (2+ messages)

[PATCH v2] imx8m: Select BINMAN via SoC level
 2023-02-03 11:52 UTC 

[PATCH] imx8m: Select BINMAN via SoC level
 2023-02-03 11:39 UTC  (2+ messages)

[PATCH] common: avb_verify: prevent opening incorrect session
 2023-02-03 10:59 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] power: pmic: Add NXP PCA9451A PMIC support
 2023-02-03 10:24 UTC 

[PATCH] imx: spl_imx_romapi: Get and print boot stage
 2023-02-03 10:21 UTC 

[PATCH v2 00/16] General Tegra improvements
 2023-02-03  7:27 UTC  (26+ messages)
` [PATCH v2 01/16] tegra30: clock: add EXTPERIPH
` [PATCH v2 02/16] ARM: t20/t30: swap host1x and disp1 clock parents
` [PATCH v2 03/16] ARM: tegra: clock: add clk_id_to_pll_id helper
` [PATCH v2 04/16] ARM: tegra: clock: add clock_decode_pair helper
` [PATCH v2 05/16] ARM: tegra30: add PLLD to pll setup
` [PATCH v2 06/16] ARM: tegra: Fix Tegra PWM parent clock
` [PATCH v2 07/16] spi: tegra20_slink: accept any word length
` [PATCH v2 08/16] ARM: tegra: provide default USB gadget setup
` [PATCH v2 09/16] ARM: tegra: add late init support
` [PATCH v2 10/16] ARM: tegra: create common pre-dm i2c write
` [PATCH v2 11/16] board: tegra124: switch to updated "
` [PATCH v2 12/16] board: tegra30: "
` [PATCH v2 13/16] ARM: tegra: expose crypto module for all Tegra SoCs
` [PATCH v2 14/16] ARM: tegra: crypto: extend crypto functional
` [PATCH v2 15/16] ARM: tegra30: implement BCT patching
` [PATCH v2 16/16] ARM: tegra20: "

[PATCH 101/171] Correct SPL uses of I8259_PIC
 2023-02-03  7:03 UTC  (11+ messages)
` [PATCH 122/171] Correct SPL uses of PG_WCOM_UBOOT_BOOTPACKAGE
` [PATCH 123/171] Correct SPL uses of PG_WCOM_UBOOT_UPDATE
` [PATCH 124/171] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED
` [PATCH 153/171] Correct SPL use of TARGET_PG_WCOM_EXPU1
` [PATCH 154/171] Correct SPL use of TARGET_PG_WCOM_SELI8

[PATCH v3 00/76] Clean up of bad Kconfig options
 2023-02-03  6:05 UTC  (5+ messages)
` [PATCH v3 20/76] samsung: Drop CONFIG_EXYNOS_PWM_BL
` [PATCH v3 46/76] samsung: Rename PINCTRL_EXYNOS78x0

[PATCH v2 0/7] Add u-boot splash screen support for AM62x
 2023-02-03  4:31 UTC  (4+ messages)
` [PATCH v2 1/7] drivers: core: ofnode: Add panel timing decode
    ` [EXTERNAL] "

[RFC PATCH v1 1/2] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
 2023-02-03  2:15 UTC  (3+ messages)
` [RFC PATCH v1 2/2] include: dm: ofnode: fix headers

[PATCH] arm: kirkwood: sheevaplug: reduce u-boot image size
 2023-02-02 22:16 UTC 

Pull request, u-boot-tegra/master
 2023-02-02 19:18 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2023-02-02 19:18 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2023-02-02 19:18 UTC  (2+ messages)

[PATCH v7 0/3] Timer support for ARM Tegra
 2023-02-02 18:02 UTC  (9+ messages)

Docs for RISC-V
 2023-02-02 17:25 UTC  (2+ messages)

[PATCH v4 0/6] tpm: Support boot measurements
 2023-02-02 17:18 UTC  (6+ messages)
` [PATCH v4 2/6] "

V3s - Ethernet and SPI NOR problems
 2023-02-02 17:12 UTC  (2+ messages)

[PATCH v5 0/6] tpm: Support boot measurements
 2023-02-02 17:05 UTC  (5+ messages)
` [PATCH v5 2/6] "
` [PATCH v5 4/6] tpm: sandbox: Update for needed TPM2 capabilities
` [PATCH v5 5/6] test: Add sandbox TPM boot measurement
` [PATCH v5 6/6] doc: Add measured boot documentation


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