public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-11-12 13:16:40 to 2021-11-14 00:35:46 UTC [more...]

[PATCH v2 00/12] Board specific runtime determined default env
 2021-11-14  0:34 UTC  (7+ messages)
` [PATCH v2 01/12] env: Don't set ready flag if import failed in env_set_default()
` [PATCH v2 02/12] env: Fix env_get() when returning empty string using env_get_f()
` [PATCH v2 03/12] env: Simplify env_get_default()

[PATCH v4 00/34] efi: Improvements to U-Boot running on top of UEFI
 2021-11-14  0:34 UTC  (18+ messages)
` [PATCH v4 09/34] efi: Add EFI uclass for media
` [PATCH v4 13/34] binman: Report an error if test files fail to compile
` [PATCH v4 14/34] binman: Support reading the offset of an ELF-file symbol
` [PATCH v4 15/34] binman: Tidy up comments on _DoTestFile()
` [PATCH v4 16/34] binman: Support updating the dtb in an ELF file

[PATCH v2] binman: Fix replace subcommand help and comments
 2021-11-14  0:34 UTC  (3+ messages)

[PATCH] Convert CONFIG_FSL_DDR_BIST et al to Kconfig
 2021-11-14  0:22 UTC 

[PATCH] Dockerfile, CI: Update to latest "focal" tag
 2021-11-13 23:37 UTC 

[PATCH] Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig
 2021-11-13 23:10 UTC 

[RFC 07/22] dm: blk: add UCLASS_PARTITION
 2021-11-13 21:32 UTC  (16+ messages)

[PATCH 1/3] bootstage: Update SPL support Kconfig description
 2021-11-13 21:32 UTC  (4+ messages)
` [PATCH 2/3] bootstage: Fix up remaining bootstage config misuse

[PATCH 1/1] Dockerfile: build swtpm
 2021-11-13 20:51 UTC  (4+ messages)

Pull request for efi-2022-01-rc2-2
 2021-11-13 20:15 UTC 

[PATCH 00/16] tools: Add support for signing devicetree blobs
 2021-11-13 18:53 UTC  (26+ messages)
` [PATCH 01/16] rsa: Add debugging for failure cases
` [PATCH 02/16] fit_check_sign: Update help to mention the key is in a dtb
` [PATCH 03/16] tools: Move copyfile() into a common file
` [PATCH 04/16] tools: Avoid leaving extra data at the end of copied files
` [PATCH 05/16] tools: Improve comments in signing functions
` [PATCH 06/16] tools: Drop unused name in image-host
` [PATCH 07/16] tools: Avoid confusion between keys and signatures
` [PATCH 08/16] tools: Tidy up argument order in fit_config_check_sig()
` [PATCH 09/16] tools: Pass the key blob around
` [PATCH 10/16] image: Return destination node for add_verify_data() method
` [PATCH 11/16] tools: Pass public-key node through to caller
` [PATCH 12/16] tools: mkimage: Show where signatures/keys are written
` [PATCH 13/16] tools: Add a new tool to sign FDT blobs
` [PATCH 14/16] tools: Add a new tool to check FDT-blob signatures
` [PATCH 15/16] test: Add a test for FDT signing
` [PATCH 16/16] tools: Add man pages for fdt_sign and fdt_check_sign

[PATCH 0/8 v7] TPM cleanups and MMIO driver
 2021-11-13 18:15 UTC  (6+ messages)
` [PATCH 3/8 v7] tpm2: Introduce TIS tpm core
` [PATCH 7/8 v7] doc: qemu: Add instructions for swtpm usage

[PATCH v1 1/2] hexdump: Introduce debug APIs
 2021-11-13 18:14 UTC  (4+ messages)
` [PATCH v1 2/2] x86: scu: Add a few debug messages to the driver

[PATCH v4 0/5] sf: Add documentation and an 'sf mmap' command
 2021-11-13 18:14 UTC  (13+ messages)
` [PATCH v4 1/5] command: Use a constant pointer for the help
` [PATCH v4 2/5] sf: Use const for the stage name
` [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command
` [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

[RESEND][PATCH] arm64: Add missing GD_FLG_SKIP_RELOC handling
 2021-11-13 17:34 UTC 

[PATCH v3] lmb: Reserve U-Boot separately if relocation is disabled
 2021-11-13 17:34 UTC 

[PATCH v3] board_f: Copy GD to new GD even if relocation disabled
 2021-11-13 17:34 UTC 

[PATCH] LynxOS is no longer supported
 2021-11-13 17:13 UTC 

[PATCH v2] pinctrl: meson: Correct the driver GPIO declaration
 2021-11-13 15:49 UTC  (2+ messages)

[BUG] RockPro64 not booting since 3ae64582fb
 2021-11-13 15:09 UTC  (5+ messages)

[PATCH 0/5] board: mediatek: pumpkin: add fastboot support
 2021-11-13 14:20 UTC  (2+ messages)

[PATCH v10 0/9] env: Allow environment in text files
 2021-11-13 14:19 UTC  (4+ messages)
` [PATCH v10 3/9] env: Allow U-Boot scripts to be placed in a .env file

[PATCH] efi: add comment for efi_system_table and efi_configuration_table
 2021-11-13 14:19 UTC  (2+ messages)

[PATCH] power: pmic/fan53555: allow dm be omitted by SPL
 2021-11-13 14:19 UTC  (2+ messages)

[PATCH] cmd: pxe_utils: sysboot: add label override support
 2021-11-13 14:19 UTC  (5+ messages)

[PATCH] pinctrl: meson: Correct the driver GPIO declaration
 2021-11-13 14:08 UTC  (3+ messages)

[PATCH v2 0/4] mtd: spi-nor: Fix software reset; add mx66lm1g45g
 2021-11-13 13:48 UTC  (4+ messages)
` [PATCH v2 2/4] mtd: spi-nor-core: macronix: Add support for mx66lm1g45g

[PATCH v4 0/4] Add octal DTR support for Macronix flash
 2021-11-13 13:44 UTC  (5+ messages)
` [PATCH v4 1/4] mtd: spi-nor: macronix: add support for Macronix Octal

[PATCH v2] cmd: pxe_utils: sysboot: add label override support
 2021-11-13 13:09 UTC 

[PATCH 1/1] blk: simplify blk_get_devnum_by_typename()
 2021-11-13  9:05 UTC  (12+ messages)

[RESEND PATCH] usb: mtu3: flush cache for the first GPD when allocate GPD ring
 2021-11-03  2:31 UTC  (5+ messages)

[PATCH 1/2] mmc: stm32_sdmmc2: Add support for probing bus voltage level translator
 2021-11-13  2:29 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: stm32: Auto-detect DHSOM with uSD "

[PATCH] ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR
 2021-11-13  2:28 UTC 

[PATCH] ARM: dts: stm32: Add custom PHY reset bindings on AV96
 2021-11-13  2:27 UTC 

[PATCH] ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOM
 2021-11-13  2:26 UTC 

[PATCH] ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOM
 2021-11-13  2:26 UTC 

[PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM
 2021-11-13  2:25 UTC 

[PATCH] ARM: stm32: Increase USB power-good delay on DHSOM
 2021-11-13  2:24 UTC 

[PATCH] net: dwc_eth_qos: Enable clock in probe
 2021-11-13  2:23 UTC 

[PATCH] net: eth-phy: Handle gpio_request_by_name() return value
 2021-11-13  2:23 UTC 

[PATCH 01/20] Convert CONFIG_ARCH_CPU_INIT to Kconfig
 2021-11-13  0:04 UTC  (40+ messages)
` [PATCH 02/20] Convert CONFIG_E1000 "
` [PATCH 03/20] Convert CONFIG_DOS_PARTITION "
` [PATCH 04/20] Convert CONFIG_BITBANGMII "
` [PATCH 05/20] Convert CONFIG_FSL_LAYERSCAPE "
` [PATCH 06/20] Convert CONFIG_FSL_USDHC "
` [PATCH 07/20] Convert CONFIG_ENV_IS_IN_SPI_FLASH et al "
` [PATCH 08/20] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV "
` [PATCH 09/20] Convert CONFIG_TRACE et al "
` [PATCH 10/20] Convert CONFIG_MISC_INIT_F "
` [PATCH 11/20] Convert CONFIG_PHYLIB "
` [PATCH 12/20] Convert CONFIG_I2C_EDID "
` [PATCH 13/20] # This is a combination of 2 commits. # This is the 1st commit message:
  ` [PATCH 13/20] Convert CONFIG_SYS_PROMPT et al to Kconfig
` [PATCH 14/20] Convert CONFIG_IMX_BOOTAUX "
` [PATCH 15/20] Convert CONFIG_MX6 "
` [PATCH 16/20] Convert CONFIG_MD5 "
` [PATCH 17/20] Convert CONFIG_MACB "
` [PATCH 18/20] Convert CONFIG_PL011_SERIAL et al "
` [PATCH 19/20] Remove CONFIG_SERIAL_MULTI
` [PATCH 20/20] Convert CONFIG_LAST_STAGE_INIT to Kconfig

Testing pci_mvebu.c with Kirkwood SoCs
 2021-11-12 23:24 UTC  (17+ messages)

[PATCH] phy: rockchip: inno-usb2: fix hang when multiple controllers exit
 2021-11-12 22:40 UTC  (4+ messages)

[PATCH v2 0/2] Add MNT Reform 2 board support
 2021-11-12 19:59 UTC  (6+ messages)
` [PATCH v2 2/2] board: mntre: imx8mq: "

[PATCH v2 00/11] fsl_esdhc_imx: port several patches from fsl_esdhc
 2021-11-12 19:15 UTC  (12+ messages)
` [PATCH v2 01/11] mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC
` [PATCH v2 02/11] mmc: fsl_esdhc_imx: remove redundant DM_MMC checking
` [PATCH v2 03/11] mmc: fsl_esdhc_imx: fix voltage validation
` [PATCH v2 04/11] mmc: fsl_esdhc_imx: clean up bus width configuration code
` [PATCH v2 05/11] mmc: fsl_esdhc_imx: drop redundant code for non-removable feature
` [PATCH v2 06/11] mmc: fsl_esdhc_imx: fix mmc->clock with actual clock
` [PATCH v2 07/11] mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers
` [PATCH v2 08/11] mmc: fsl_esdhc_imx: use dma-mapping API
` [PATCH v2 09/11] mmc: fsl_esdhc_imx: simplify esdhc_setup_data()
` [PATCH v2 10/11] mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()
` [PATCH v2 11/11] mmc: fsl_esdhc_imx: set sysctl register for clock initialization

[PATCH u-boot-marvell 00/11] Some mvebu comphy + mox + fdt_support changes
 2021-11-12 17:27 UTC  (13+ messages)
` [PATCH u-boot-marvell 03/11] fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()
` [PATCH u-boot-marvell 08/11] arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is present
` [PATCH u-boot-marvell 09/11] phy: marvell: a3700: Convert to official DT bindings in COMPHY driver
` [PATCH u-boot-marvell 10/11] arm: mvebu: turris_mox: Fix unstable board topology reading
` [PATCH u-boot-marvell 11/11] fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX

[PATCH u-boot-marvell] arm: mvebu: turris_omnia: enable A385 watchdog before disabling MCU watchdog
 2021-11-12 16:48 UTC  (7+ messages)

[PATCH u-boot-marvell 00/10] PCI mvebu and aardvark changes
 2021-11-12 16:07 UTC  (23+ messages)
` [PATCH u-boot-marvell 01/10] pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()
` [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c
` [PATCH u-boot-marvell 03/10] pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup
` [PATCH u-boot-marvell 04/10] pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()
` [PATCH u-boot-marvell 05/10] pci: pci_mvebu, pci_aardvark: Fix size of configuration cache
` [PATCH u-boot-marvell 06/10] pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge
` [PATCH u-boot-marvell 07/10] pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping
` [PATCH u-boot-marvell 08/10] pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR
` [PATCH u-boot-marvell 09/10] arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge
` [PATCH u-boot-marvell 10/10] arm: mvebu: turris_mox: Remove extra newline after module topology

[PATCH v1 1/1] usb: doc: Fix spelling issues in README.usb
 2021-11-12 16:03 UTC  (3+ messages)

[PATCH] rtc: ds1337: fix compatible string typo
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] boards: siemens: iot2050: Ignore network errors during bootstage tracking
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] boards: siemens: iot2050: Re-enable bootstage reporting
 2021-11-12 15:41 UTC  (2+ messages)

[PATCH] ARM: dts: am335x-chiliboard: add /chosen/tick-timer
 2021-11-12 15:40 UTC  (2+ messages)

[PATCH] Remove LYNX KDI remainders
 2021-11-12 15:40 UTC  (4+ messages)

[PATCH v3 00/18] pxe: Refactoring to tidy up and prepare for bootflow
 2021-11-12 15:40 UTC  (37+ messages)
` [PATCH v3 01/18] Create a new boot/ directory
` [PATCH v3 02/18] pxe: Move API comments to the header files
` [PATCH v3 03/18] pxe: Use a context pointer
` [PATCH v3 04/18] pxe: Move do_getfile() into the context
` [PATCH v3 05/18] pxe: Add a userdata field to "
` [PATCH v3 06/18] pxe: Tidy up the is_pxe global
` [PATCH v3 07/18] pxe: Move pxe_utils files
` [PATCH v3 08/18] pxe: Tidy up some comments in pxe_utils
` [PATCH v3 09/18] pxe: Tidy up code style a little "
` [PATCH v3 10/18] pxe: Move common parsing coding into pxe_util
` [PATCH v3 11/18] pxe: Clean up the use of bootfile
` [PATCH v3 12/18] pxe: Drop get_bootfile_path()
` [PATCH v3 13/18] lib: Add tests for simple_itoa()
` [PATCH v3 14/18] lib: Add a function to convert a string to a hex value
` [PATCH v3 15/18] pxe: Return the file size from the getfile() function
` [PATCH v3 16/18] pxe: Refactor sysboot to have one helper
` [PATCH v3 17/18] doc: Move distro boot doc to rST
` [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly

[PATCH] get_maintainer.pl: add .get_maintainer.conf
 2021-11-12 15:40 UTC  (2+ messages)

[PATCH] Azure: Move to windows-2019
 2021-11-12 15:40 UTC  (2+ messages)

[PATCH V2 00/17] Add support for J721E SK
 2021-11-12 14:46 UTC  (9+ messages)
` [PATCH V2 09/17] arm: j721e: Add support for selecting DT based on EEPROM
` [PATCH V2 10/17] arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C

[PATCH] rockchip: puma/lion: update MAINTAINERS file
 2021-11-12 14:17 UTC 

[PATCH] doc: rockchip: puma: update build and flash instructions
 2021-11-12 14:15 UTC 


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