public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-03-30 17:26:16 to 2022-03-31 23:37:28 UTC [more...]

[RFC PATCH v3 00/23] Modernize U-Boot shell
 2022-03-31 23:27 UTC  (7+ messages)
` [RFC PATCH v3 04/23] test/py: hush_if_test: Remove the test file
` [RFC PATCH v3 05/23] test: hush: Test hush variable expansion
` [RFC PATCH v3 16/23] cli: add hush 2021 as parser for run_command*()
` [RFC PATCH v3 18/23] test: hush: Fix variable expansion tests for hush 2021
` [RFC PATCH v3 19/23] cli: hush_2021: Enable using \< and \> as string compare operators
` [RFC PATCH v3 21/23] test: hush: Fix if tests for hush 2021

[PATCH v2 00/23] sunxi: Add and use a pinctrl driver
 2022-03-31 23:21 UTC  (31+ messages)
` [PATCH v2 05/23] pinctrl: sunxi: Add UART pinmuxes
` [PATCH v2 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y
` [PATCH v2 07/23] pinctrl: sunxi: Add sun4i EMAC pinmuxes
` [PATCH v2 08/23] net: sunxi_emac: Remove non-DM pin setup
` [PATCH v2 10/23] sunxi: Remove non-DM GMAC "
` [PATCH v2 11/23] pinctrl: sunxi: Add sun8i EMAC pinmuxes
` [PATCH v2 15/23] sunxi: Remove non-DM I2C clock/pin setup from U-Boot
` [PATCH v2 16/23] i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2C
` [PATCH v2 17/23] i2c: sun8i_rsb: "
` [PATCH v2 18/23] pinctrl: sunxi: Add MMC pinmuxes
` [PATCH v2 19/23] sunxi: Remove non-DM MMC pin setup
` [PATCH v2 20/23] pinctrl: sunxi: Add the A64 PWM pinmux
` [PATCH v2 21/23] pwm: sunxi: Remove non-DM pin setup
` [PATCH v2 22/23] pinctrl: sunxi: Add SPI0 pinmuxes
` [PATCH v2 23/23] spi: sun4i_spi: Remove non-DM pin setup

[PATCH v8 00/15] image: add a stage pre-load
 2022-03-31 23:22 UTC  (31+ messages)
` [PATCH v8 01/15] arch: Kconfig: imply BINMAN for SANDBOX
` [PATCH v8 02/15] lib: Kconfig: enhance help for ASN1
` [PATCH v8 03/15] lib: Kconfig: enhance the help of OID_REGISTRY
` [PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL
` [PATCH v8 05/15] lib: crypto: allow to build crypyo "
` [PATCH v8 06/15] lib: rsa: allow rsa verify with pkey "
` [PATCH v8 07/15] boot: image: add a stage pre-load
` [PATCH v8 08/15] cmd: bootm: "
` [PATCH v8 09/15] common: spl: fit_ram: allow to use image pre load
` [PATCH v8 10/15] mkimage: add public key for image pre-load stage
` [PATCH v8 11/15] Makefile: provide sah-key to binman
` [PATCH v8 12/15] tools: binman: add support for pre-load header
` [PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm
` [PATCH v8 14/15] test: py: vboot: add test for global image signature
` [PATCH v8 15/15] cmd: bootm: add subcommand preload

[PATCH 0/6] Add MV88E61xx DSA driver and use on gwventana
 2022-03-31 20:47 UTC  (11+ messages)
` [PATCH 4/6] net: fec: add support for DM_MDIO
` [PATCH 5/6] net: add MV88E61xx DSA driver

[PATCH 01/25] Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig
 2022-03-31 19:43 UTC  (35+ messages)
` [PATCH 02/25] mvebu: Move BOOTROM_ERR_REG out of CONFIG namespace
` [PATCH 03/25] tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig
` [PATCH 04/25] Convert CONFIG_CMDLINE_PS_SUPPORT "
` [PATCH 05/25] arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h
` [PATCH 06/25] s5p_goni, smdkc100: Move some environment settings out of CONFIG
` [PATCH 07/25] MPC837XERDB: Stop using CONFIG_RAMDISKFILE
` [PATCH 08/25] corvus: Migrate CONFIG_*_LED out of CONFIG namespace
` [PATCH 09/25] stm32f429-discovery: "
` [PATCH 10/25] at91: Remove unused LED code
` [PATCH 11/25] Convert CONFIG_CONS_SCIF0 et al to Kconfig
` [PATCH 12/25] Convert CONFIG_SH_SCIF_CLK_FREQ "
` [PATCH 13/25] spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK "
  ` [v2 "
` [PATCH 14/25] controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT "
` [PATCH 15/25] tegra: Drop CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS
` [PATCH 16/25] microblaze: Migrate DCACHE/ICACHE to Kconfig
` [PATCH 17/25] ls1021atwr: Use DEBUG and not CONFIG_DEBUG
` [PATCH 18/25] nds32: Migrate CONFIG_DEBUG_LED to Kconfig
` [PATCH 19/25] powerpc: mpc83xx: Migrate DEFAULT_IMMR "
` [PATCH 20/25] galileo: Remove CONFIG_DESIGNWARE_ETH reference
` [PATCH 21/25] Convert CONFIG_DIMM_SLOTS_PER_CTLR to Kconfig
` [PATCH 22/25] Convert CONFIG_FSL_QIXIS et al "
` [PATCH 23/25] m53menlo: Drop CONFIG_DISCOVER_PHY
` [PATCH 24/25] siemens-am33x-common: Drop CONFIG_DMA_COHERENT*
` [PATCH 25/25] arm: fsl-layerscape: Migrate more DP-DDR options to Kconfig

[PATCH v4 0/8] efi: capsule: Capsule Update fixes and enhancements
 2022-03-31 19:35 UTC  (18+ messages)
` [PATCH v4 1/8] capsule: Add Image GUIDs and image index for platforms using capsule updates
` [PATCH v4 2/8] capsule: FMP: Populate the image descriptor array from platform data
` [PATCH v4 3/8] capsule: Put a check for image index before the update
` [PATCH v4 4/8] board: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
` [PATCH v4 5/8] test: capsule: Modify the capsule tests to use GUID values for sandbox
` [PATCH v4 6/8] FMP: Remove GUIDs for FIT and raw images
` [PATCH v4 7/8] mkeficapsule: Remove raw and FIT GUID types
` [PATCH v4 8/8] doc: uefi: Update the capsule update related documentation

[PATCH] ARM: imx: romapi: Repair FlexSPI NOR boot offset
 2022-03-31 18:04 UTC  (19+ messages)
` [EXT] "

[PATCH 01/10] net: Remove armada100_fec driver
 2022-03-31 17:46 UTC  (10+ messages)
` [PATCH 02/10] net: Remove ax88180 driver
` [PATCH 03/10] net: Remove cs8900 driver
` [PATCH 04/10] net: Remove dnet driver
` [PATCH 05/10] net: Remove ftmac110 driver
` [PATCH 06/10] net: Remove lan91c96 driver
` [PATCH 07/10] net: Remove natsemi driver
` [PATCH 08/10] net: Remove ns8382x driver
` [PATCH 09/10] net: Remove uli526x driver
` [PATCH 10/10] arm: Remove unused ep93xx code

[PATCH] powerpc: Fix incorrect SYS_IMMR migration values
 2022-03-31 13:39 UTC  (2+ messages)

[PATCH 1/1] Makefile: make clean should delete include/generated/env.in
 2022-03-31 13:39 UTC  (2+ messages)

[PATCH] video: Do not show splash and U-Boot logo simultaneously
 2022-03-31 13:39 UTC  (2+ messages)

[PATCH v1 1/1] Revert "x86: Move FACP table into separate functions"
 2022-03-31 13:38 UTC  (2+ messages)

[PATCH v2] board: gateworks: venice: determine dram size at runtime
 2022-03-31 13:38 UTC  (4+ messages)

[PATCH] board: gw_ventana: gsc: fix GSC read/write functions
 2022-03-31 13:38 UTC  (2+ messages)

[PATCH] IOMUX: Fix access past end of console_devices
 2022-03-31 12:41 UTC  (4+ messages)

[PATCH] net: tftp: fix tftp server initialization
 2022-03-31  8:03 UTC 

[PATCH] fdt: Add -q option to fdt addr for distro_bootcmd
 2022-03-31 10:53 UTC 

[PATCH] imx8ulp: clock: Fix lcd clock algo
 2022-03-31 10:39 UTC 

[PATCH 00/10] dm: Experiments for reducing SPL memory usage
 2022-03-31 10:29 UTC  (3+ messages)
` [PATCH 01/10] Makefile: v2 Allow LTO to be disabled for a build

[PATCH v2 1/2] net: phy: marvell: Support reg config via "marvell, reg-init" DT property
 2022-03-31 10:28 UTC  (4+ messages)
` [PATCH v2 2/2] net: phy: marvell: Add support for 88E1240 PHY
` [PATCH v2 1/2] net: phy: marvell: Support reg config via "marvell,reg-init" DT property

[PATCH v4 00/11] enable menu-driven boot device selection
 2022-03-31 10:18 UTC  (10+ messages)
` [PATCH v4 06/11] efi_loader: bootmgr: add booting from removable media
` [PATCH v4 09/11] efi_loader: add menu-driven UEFI Boot Variable maintenance
` [PATCH v4 10/11] bootmenu: add removable media entries

[PATCH 00/11] virtio: Harden and test vring
 2022-03-31 10:09 UTC  (12+ messages)
` [PATCH 01/11] virtio_ring: Merge identical variables
` [PATCH 02/11] virtio_ring: Add helper to attach vring descriptor
` [PATCH 03/11] virtio_ring: Maintain a shadow copy of descriptors
` [PATCH 04/11] virtio_ring: Check used descriptors are chain heads
` [PATCH 05/11] dm: test: virtio: Test the virtio ring
` [PATCH 06/11] virtio: sandbox: Fix device features bitfield
` [PATCH 07/11] test: dm: virtio: Test notify before del_vqs
` [PATCH 08/11] virtio: sandbox: Bind RNG rather than block device
` [PATCH 09/11] test: dm: virtio: Test virtio device driver probing
` [PATCH 10/11] virtio: rng: Check length before copying
` [PATCH 11/11] RFC: test: dm: virtio: Test virtio-rng with faked device

[PATCH v2 1/3] video: Add VIDEO_FONT_4x6 to Kconfig add fix compile waring
 2022-03-31 10:03 UTC  (3+ messages)
` [PATCH v2 2/3] cmd: lcdputs: Escape special characters
` [PATCH v2 3/3] driver: video: font: Introduce 6x8 bitmap font

[PATCH v3 0/9] efi: capsule: Capsule Update fixes and enhancements
 2022-03-31  9:26 UTC  (18+ messages)
` [PATCH v3 1/9] capsule: Add Image GUIDs and image index for platforms using capsule updates
` [PATCH v3 2/9] capsule: FMP: Populate the image descriptor array from platform data
` [PATCH v3 3/9] capsule: Put a check for image index before the update
` [PATCH v3 4/9] board: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
` [PATCH v3 5/9] capsule: kconfig: Select SET_DFU_ALT_INFO config symbol for capsule update
` [PATCH v3 9/9] doc: uefi: Update the capsule update related documentation

[PATCH v8 0/5] add TCB driver for sama5d2
 2022-03-31  8:55 UTC  (6+ messages)
` [PATCH v8 1/5] timer: atmel_tcb_timer: add atmel_tcb driver
` [PATCH v8 2/5] ARM: dts: at91: sama5d2: add AIC node
` [PATCH v8 3/5] ARM: dts: at91: sama5d2: add TCB node
` [PATCH v8 4/5] ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCB
` [PATCH v8 5/5] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER

[PATCH v1 1/2] video: Add VIDEO_FONT_4x6 to Kconfig add fix compile waring
 2022-03-31  8:41 UTC  (2+ messages)
` [PATCH v1 2/2] cmd: lcdputs: Escape special characters

[PATCH v7 0/4] add TCB driver for sama5d2
 2022-03-31  7:53 UTC  (8+ messages)
` [PATCH v7 4/4] configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER

TFTP hangs with fragmented IP packets
 2022-03-31  5:43 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driver
 2022-03-31  5:27 UTC 

[PATCH 00/52] mips: octeon: Add ethernet support
 2022-03-31  5:27 UTC  (3+ messages)

[PATCH 1/3] imx: power-domain: Descend into pgc subnode if present
 2022-03-31  3:03 UTC  (3+ messages)
` [PATCH 2/3] imx: power-domain: Inline arch-imx8m/power-domain.h
` [PATCH 3/3] imx: power-domain: Get rid of SMCCC dependency

[PATCH] ARM: imx: Get rid of only i.MX8M SMCCC arch call
 2022-03-31  2:56 UTC 

[PATCH] power-domain: Return 0 if ops unimplemented and remove empty functions
 2022-03-31  2:54 UTC 

[PATCH v2] ARM: dts: imx: Add support for Data Modul i.MX8M Mini eDM SBC
 2022-03-30 22:09 UTC 

Please pull clk-2022.04-next
 2022-03-31  0:45 UTC  (2+ messages)

[RFC PATCH] mips: dts: add initial support for ls1c300 SoC
 2022-03-30 23:24 UTC  (3+ messages)

[PATCH] [PATCH] sunxi-nand: Undo removal of DMA that breaks NAND SPL
 2022-03-30 20:45 UTC 

[PATCH] imx8m{m,n}-venice-gw7902: add support for GPY111 phy
 2022-03-30 20:41 UTC 

[PATCH] efi_loader (v2): Expose relocated address for gdb debugging purposes
 2022-03-30 20:09 UTC  (2+ messages)

[PATCH] Makefile: add endian link flag to u-boot-elf.o
 2022-03-30 18:41 UTC 

[PATCH 1/3] doc: usage: Convert README.vxworks to reST
 2022-03-30 19:58 UTC  (4+ messages)
` [PATCH 3/3] doc: usage: Convert README.plan9 "

[PATCH 0/7] clk: Make clk_free return void
 2022-03-30 19:21 UTC  (2+ messages)

[PATCH] clk: Consolidate some clock functions
 2022-03-30 19:21 UTC  (2+ messages)

[PATCH 1/2] clk: ccf: Add some helper functions for clock ops
 2022-03-30 19:21 UTC  (4+ messages)
` [PATCH 2/2] clk: Use generic CCF ops where possible

[PATCH v1 1/1] efi_loader: initrddump: Actually use the custom CFLAGS
 2022-03-30 19:18 UTC  (2+ messages)

[PATCH v3 0/3] malloc: Enable profiling dlmalloc with valgrind
 2022-03-30 18:13 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