u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 17:40:46 to 2021-12-19 07:07:00 UTC [more...]

[RFC PATCH v2 0/8] FWU: Add support for FWU Multi Bank Update feature
 2021-12-19  7:05 UTC  (3+ messages)
` [RFC PATCH v2 1/8] FWU: Add FWU metadata structure and functions for accessing metadata
` [RFC PATCH v2 2/8] FWU: Add FWU metadata access functions for GPT partitioned block devices

[RFC PATCH v2 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level
 2021-12-19  2:11 UTC  (2+ messages)

[PATCH] ARM: imx6: dh-imx6: Add update_sf script to install U-Boot into SF
 2021-12-19  2:11 UTC  (2+ messages)

[PATCH 1/1] mmc: unconditionally define mmc_deinit()
 2021-12-19  1:52 UTC  (3+ messages)

[PATCH v2] ARM: dts: imx6ull: Use the correct name for ESAI_TX0
 2021-12-19  1:51 UTC  (2+ messages)

[PATCH v3 0/2] Add MNT Reform 2 board support
 2021-12-19  1:26 UTC  (3+ messages)
` [PATCH v3 2/2] board: mntre: imx8mq: "

[PATCH 0/8] arm: kirkwood: Add support for Pogoplug V4
 2021-12-19  1:23 UTC  (22+ messages)
` [PATCH 1/8] arm: kirkwood: Pogoplug-V4 : Add DTS files
` [PATCH 2/8] arm: kirkwood: Pogoplug V4 : Add board defconfig file
` [PATCH 3/8] arm: kirkwood: Pogoplug-V4 : Add Kconfig files
` [PATCH 4/8] arm: kirkwood: Pogoplug-V4 : Add board include configs file
` [PATCH 5/8] arm: kirkwood: Pogoplug-V4 : Add board kwbimage file
` [PATCH 6/8] arm: kirkwood: Pogoplug-V4 : Add board implementation header
` [PATCH 7/8] arm: kirkwood: Pogoplug-V4 : Add board implementation
` [PATCH 8/8] arm: kirkwood: Pogoplug-V4 : Add board maintainer

[PATCH 0/6] moveconfig: Improve the pylist score a little
 2021-12-18 23:33 UTC  (11+ messages)
` [PATCH 1/6] moveconfig: Use single quotes
` [PATCH 2/6] moveconfig: Convert to ArgumentParser
` [PATCH 3/6] moveconfig: Drop check for old Python
` [PATCH 4/6] moveconfig: Use a function to write files
` [PATCH 5/6] moveconfig: Use a function to read files
` [PATCH 6/6] moveconfig: Fix some pylint errors

[PATCH] i2c: mvtwsi: Swab the register address if its size is > 1
 2021-12-18 22:41 UTC  (3+ messages)

[PATCH 0/2] Add more support for NXP's mfgtool
 2021-12-18 21:52 UTC  (8+ messages)
` [PATCH 1/2] fastboot: fb_getvar: Add getvar_logical_blocksize for MXP mfgtool
` [PATCH 2/2] fastboot: fb_mmc: Add mfgtool all partition size

[PATCH] efi_loader: Bump the number of shared pages with StandAloneMM
 2021-12-18 21:51 UTC  (3+ messages)

[PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL
 2021-12-18 21:10 UTC  (6+ messages)
` [PATCH 2/6] ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
` [PATCH 3/6] udoo: Call gpio_request()
` [PATCH 4/6] udoo: Adjust the SD card device numbering
` [PATCH 5/6] udoo: Increase CONFIG_ENV_OFFSET
` [PATCH 6/6] udoo: Select CMD_DM

Pull request for efi-2022-01-rc4-3
 2021-12-18 19:21 UTC 

[PATCH v2 1/5] Convert CONFIG_KEEP_SERVERADDR to Kconfig
 2021-12-18 18:27 UTC  (5+ messages)
` [PATCH v2 2/5] Convert CONFIG_UDP_CHECKSUM "
` [PATCH v2 3/5] Convert CONFIG_TIMESTAMP "
` [PATCH v2 4/5] Convert CONFIG_BOOTP_SERVERIP "
` [PATCH v2 5/5] net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP

[PATCH 1/4] Convert CONFIG_KEEP_SERVERADDR to Kconfig
 2021-12-18 18:18 UTC  (8+ messages)
` [PATCH 2/4] Convert CONFIG_UDP_CHECKSUM "
` [PATCH 3/4] Convert CONFIG_TIMESTAMP "
` [PATCH 4/4] Convert CONFIG_BOOTP_SERVERIP "

[PATCH v7 00/24] efi: Improvements to U-Boot running on top of UEFI
 2021-12-18 18:28 UTC  (24+ messages)
` [PATCH v7 01/24] efi: Locate all block devices in the app
` [PATCH v7 02/24] efi: serial: Support arrow keys
` [PATCH v7 03/24] x86: Allow booting a kernel from the EFI app
` [PATCH v7 04/24] x86: Don't process the kernel command line unless enabled
` [PATCH v7 05/24] x86: efi: Add room for the binman definition in the dtb
` [PATCH v7 06/24] efi: Drop device_path from struct efi_priv
` [PATCH v7 07/24] efi: Add comments to "
` [PATCH v7 08/24] efi: Fix ll_boot_init() operation with the app
` [PATCH v7 09/24] efi: Add a few comments to the stub
` [PATCH v7 10/24] efi: Share struct efi_priv between the app and stub code
` [PATCH v7 11/24] efi: Move exit_boot_services into a function
` [PATCH v7 12/24] efi: Check for failure when initing the app
` [PATCH v7 13/24] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v7 14/24] efi: Show when allocated pages are used
` [PATCH v7 15/24] efi: Allow easy selection of serial-only operation
` [PATCH v7 16/24] x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v7 17/24] efi: Support the efi command in the app
` [PATCH v7 18/24] x86: efi: Show the system-table revision
` [PATCH v7 19/24] x86: efi: Don't set up global_data again with EFI
` [PATCH v7 21/24] x86: efi: Round out the link script for 64-bit EFI
` [PATCH v7 22/24] x86: efi: Don't use the 64-bit link script for the EFI app
` [PATCH v7 23/24] x86: efi: Set the correct link flags for the 64-bit "
` [PATCH v7 24/24] efi: Build the 64-bit app properly

[PATCH v4] timer: Add a migration message
 2021-12-18 18:27 UTC 

[PATCH] fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use
 2021-12-18 18:23 UTC  (3+ messages)

[PATCH v6 00/27] efi: Improvements to U-Boot running on top of UEFI
 2021-12-18 15:23 UTC  (32+ messages)
` [PATCH v6 01/27] efi: Rename UCLASS_EFI and IF_TYPE_EFI
` [PATCH v6 02/27] efi: Add EFI uclass for media
` [PATCH v6 03/27] efi: Add a media/block driver for EFI block devices
` [PATCH v6 04/27] efi: Locate all block devices in the app
` [PATCH v6 05/27] efi: serial: Support arrow keys
` [PATCH v6 06/27] x86: Allow booting a kernel from the EFI app
` [PATCH v6 07/27] x86: Don't process the kernel command line unless enabled
` [PATCH v6 08/27] x86: efi: Add room for the binman definition in the dtb
` [PATCH v6 09/27] efi: Drop device_path from struct efi_priv
` [PATCH v6 10/27] efi: Add comments to "
` [PATCH v6 11/27] efi: Fix ll_boot_init() operation with the app
` [PATCH v6 12/27] efi: Add a few comments to the stub
` [PATCH v6 13/27] efi: Share struct efi_priv between the app and stub code
` [PATCH v6 14/27] efi: Move exit_boot_services into a function
` [PATCH v6 15/27] efi: Check for failure when initing the app
` [PATCH v6 16/27] efi: Mention that efi_info_get() is only used in the stub
` [PATCH v6 17/27] efi: Show when allocated pages are used
` [PATCH v6 18/27] efi: Allow easy selection of serial-only operation
` [PATCH v6 19/27] x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
` [PATCH v6 20/27] efi: Support the efi command in the app
` [PATCH v6 21/27] x86: efi: Show the system-table revision
` [PATCH v6 22/27] x86: efi: Don't set up global_data again with EFI
` [PATCH v6 23/27] x86: efi: Tweak the code used for the 64-bit EFI app
` [PATCH v6 24/27] x86: efi: Round out the link script for 64-bit EFI
` [PATCH v6 25/27] x86: efi: Don't use the 64-bit link script for the EFI app
` [PATCH v6 26/27] x86: efi: Set the correct link flags for the 64-bit "
` [PATCH v6 27/27] efi: Build the 64-bit app properly

[PATCH 1/5] moveconfig: Correct operation of the 'imply' feature
 2021-12-18 15:09 UTC  (5+ messages)
` [PATCH 2/5] moveconfig: Read the database in a separate function
` [PATCH 3/5] moveconfig: Sort the options
` [PATCH 4/5] moveconfig: Allow adding unit tests
` [PATCH 5/5] moveconfig: Allow querying board configuration

[PATCH 0/3] add some imx8m power and clock control
 2021-12-18 14:36 UTC  (7+ messages)
` [PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs

Please pull u-boot-marvell/next
 2021-12-18 14:12 UTC  (2+ messages)

[PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes
 2021-12-18 13:53 UTC  (7+ messages)

[PATCH] arm: mvebu: Use printf for printing fatal errors
 2021-12-18 13:50 UTC  (3+ messages)

[PATCH] arm: mvebu: Remove commented example code
 2021-12-18 13:49 UTC  (3+ messages)

[PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers
 2021-12-18 13:49 UTC  (2+ messages)

[PATCH 0/2] arm: mvebu: a38x: improve USB3 serdes configuration
 2021-12-18 13:48 UTC  (6+ messages)
` [PATCH 1/2] arm: mvebu: a38x: serdes: fix serdes config for USB3
` [PATCH 2/2] arm: mvebu: a38x: serdes: improve USB3 electrical configuration

[PATCH u-boot-marvell RESEND 00/11] Some mvebu comphy + mox + fdt_support changes
 2021-12-18 13:46 UTC  (2+ messages)

[PATCH 1/9] arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C
 2021-12-18 13:45 UTC  (18+ messages)
` [PATCH 2/9] arm: mvebu: db-mv784mp-gp_defconfig: "
` [PATCH 3/9] arm: mvebu: ds414_defconfig: "
` [PATCH 4/9] arm: mvebu: maxbcm_defconfig: "
` [PATCH 5/9] arm: mvebu: theadorable: Switch to using DM I2C API
` [PATCH 6/9] arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API
` [PATCH 7/9] arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function
` [PATCH 8/9] arm: mvebu: axp: ddr: Switch to using DM I2C API
` [PATCH 9/9] arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes

[RFC v2 00/20] efi_loader: more tightly integrate UEFI disks to driver model
 2021-12-18 10:55 UTC  (8+ messages)
` [RFC v2 02/20] blk: add a helper function, blk_probe_or_unbind()
` [RFC v2 05/20] mmc: call device_probe() after scanning

[PATCH 1/1] tools: avoid OpenSSL deprecation warnings
 2021-12-18 10:32 UTC 

[BUG] doc: building htmldocs with sphinx-rtd-theme 1.0.0 fails
 2021-12-18  9:33 UTC 

[PATCH u-boot-marvell v3 0/9] More verifications for kwbimage in SPL
 2021-12-18  9:16 UTC  (2+ messages)

[BUG] patman: refused to send patches because of warnings
 2021-12-18  4:29 UTC  (3+ messages)

[PATCH v8 00/32] fdt: Make OF_BOARD a boolean option
 2021-12-18  3:30 UTC  (3+ messages)
` [PATCH v8 07/32] arm: vexpress: Add a devicetree files for juno

Please pull u-boot-dm/next
 2021-12-18  3:00 UTC  (2+ messages)

[PATCH v3] timer: Add a migration message
 2021-12-17 23:23 UTC  (2+ messages)

[PATCH] fastboot: only look up real partition names when no alias exists
 2021-12-17 23:20 UTC  (2+ messages)

Broken arc toolchain
 2021-12-17 23:12 UTC  (2+ messages)

[PATCH 01/12] Convert CONFIG_83XX_PCICLK to Kconfig
 2021-12-17 23:08 UTC  (12+ messages)
` [PATCH 02/12] ppc: mpc83xx: Remove unused CONFIG symbols
` [PATCH 03/12] Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig
` [PATCH 04/12] serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
` [PATCH 05/12] Convert CONFIG_CPU_PXA27X to Kconfig
` [PATCH 06/12] Convert CONFIG_CPU_SH7751 "
` [PATCH 07/12] Convert CONFIG_CPU_FREQ_HZ "
` [PATCH 08/12] Kconfig: Remove some symbols from the whitelist
` [PATCH 09/12] Convert CONFIG_88F5182 et al to Kconfig
` [PATCH 10/12] Convert CONFIG_SYS_KWD_CONFIG "
` [PATCH 11/12] Convert CONFIG_KIRKWOOD_GPIO "
` [PATCH 12/12] Convert CONFIG_JFFS2_DEV et al "

[PATCH v1 0/5] Move board specific files to board directory
 2021-12-17 23:01 UTC  (6+ messages)
` [PATCH v1 1/5] kconfig: allow defconfigs to live in "
` [PATCH v1 2/5] dts: allow dts files "
` [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live "
` [PATCH v1 4/5] genboardcfg: allow defconfigs "
` [PATCH v1 5/5] nitrogen6x: move board specific files to nitrogen6x directory

Timer migration to driver model
 2021-12-17 21:43 UTC 

[PATCH v11] driver: spi: add bcm iproc qspi support
 2021-12-17 20:21 UTC 

[PATCH] arm: rmobile: rzg2_beacon: Migrate reset to SYSRESET_PSCI
 2021-12-17 19:47 UTC 

USB 2.0 Test Errors when XHCI driver is loaded on RZ/G2
 2021-12-17 19:19 UTC 

[PATCH 0/3] Conformance Profiles Table support in U-boot
 2021-12-17 18:07 UTC  (4+ messages)
` [PATCH 3/3] cmd: efi: efidebug print ECPT table

[PATCH v5 00/28] efi: Improvements to U-Boot running on top of UEFI
 2021-12-17 17:42 UTC  (6+ messages)
` [PATCH v5 05/28] efi: serial: Support arrow keys

[PATCH v5 00/29] image: Reduce #ifdefs and ad-hoc defines in image code (Part B)
 2021-12-17 17:40 UTC  (4+ messages)
` [PATCH v5 25/29] image: Remove #ifdefs from select_ramdisk()


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).