U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 16:18:53 to 2021-05-25 06:53:37 UTC [more...]

[PATCH] net: dwc_eth_qos: Fix needless phy auto-negotiation restarts
 2021-05-25  6:53 UTC  (6+ messages)
` [PATCH] spi: stm32_qspi: Fix short data write operation

[PATCH] env: Leave invalid env for nowhere location
 2021-05-25  6:30 UTC  (3+ messages)

[PATCH v8 0/3] PE/COFF measurement support
 2021-05-25  5:04 UTC  (6+ messages)
` [PATCH v8 1/3] lib: introduce HASH_CALCULATE option
` [PATCH v8 3/3] efi_loader: add PE/COFF image measurement

[PATCH 0/8] sunxi: mmc: Fixes and speed increase
 2021-05-25  1:43 UTC  (13+ messages)
` [PATCH 1/8] mmc: sunxi: Avoid #ifdefs in delay and width setup
` [PATCH 2/8] mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT
` [PATCH 3/8] mmc: sunxi: Fix MMC clock parent selection
` [PATCH 4/8] mmc: sunxi: Cleanup "new timing mode" selection
` [PATCH 5/8] mmc: sunxi: Enable "new timing mode" on all new SoCs
` [PATCH 6/8] mmc: sunxi: Cleanup and fix self-calibration code
` [PATCH 7/8] mmc: sunxi: Increase MMIO FIFO read performance
` [PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

sdhci_data_transfer: Trasnfer data timeout
 2021-05-25  1:16 UTC  (2+ messages)

[PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)
 2021-05-25  0:57 UTC  (87+ messages)
` [PATCH u-boot v4 01/36] regmap: fix a serious pointer casting bug
` [PATCH u-boot v4 02/36] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v4 03/36] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v4 04/36] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v4 05/36] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v4 06/36] string: make memcpy(), memset(), memcmp() and memmove() visible for LTO
` [PATCH u-boot v4 07/36] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v4 08/36] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v4 09/36] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v4 10/36] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v4 11/36] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v4 12/36] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking
` [PATCH u-boot v4 14/36] build: support building with Link Time Optimizations
` [PATCH u-boot v4 15/36] build: link with --build-id=none
` [PATCH u-boot v4 16/36] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v4 17/36] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v4 18/36] sandbox: make LTO available
` [PATCH u-boot v4 19/36] sandbox: enable LTO by default
` [PATCH u-boot v4 20/36] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v4 21/36] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v4 22/36] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v4 23/36] ARM: fix LTO for imx28_xea
` [PATCH u-boot v4 24/36] ARM: fix LTO for apf27
` [PATCH u-boot v4 25/36] ARM: fix LTO for keystone
` [PATCH u-boot v4 26/36] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v4 27/36] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v4 28/36] ARM: fix LTO for seaboard
` [PATCH u-boot v4 29/36] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v4 30/36] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v4 31/36] armv8: SPL: discard relocation information
` [PATCH u-boot v4 32/36] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v4 33/36] ARM: make LTO available
` [PATCH u-boot v4 34/36] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v4 35/36] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v4 36/36] ARM: enable LTO for some boards

[ANN] U-Boot v2021.07-rc3 released
 2021-05-25  0:58 UTC 

[PATCH] pylibfdt: Rework "avoid unused variable warning" lines
 2021-05-25  0:58 UTC  (2+ messages)

[PATCH] stackprot: Make our test a bit more complex
 2021-05-25  0:58 UTC  (2+ messages)

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-05-25  0:57 UTC  (3+ messages)
` [PATCH v2 07/16] test: Avoid random numbers in dm_test_devm_regmap()

[PATCH v2] tee: optee: sync cache on pre-reloc OP-TEE invocation
 2021-05-24 22:40 UTC  (2+ messages)

[PATCH] tools: Use a single target-independent config to enable OpenSSL
 2021-05-24 20:23 UTC 

[PATCH v2 00/18] image: Reduce #ifdef abuse in image code
 2021-05-24 20:19 UTC  (19+ messages)
` [PATCH v2 01/18] image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
` [PATCH v2 02/18] image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx
` [PATCH v2 03/18] image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
` [PATCH v2 04/18] Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
` [PATCH v2 05/18] Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
` [PATCH v2 06/18] image: Drop IMAGE_ENABLE_SHA1
` [PATCH v2 07/18] image: Drop IMAGE_ENABLE_SHAxxx
` [PATCH v2 08/18] image: Drop IMAGE_ENABLE_BEST_MATCH
` [PATCH v2 09/18] common: Move host-only logic in image-sig.c to separate file
` [PATCH v2 10/18] common: image-sig.c: Remove host-specific logic and #ifdefs
` [PATCH v2 11/18] image: Add support for placing crypto_algo in linker lists
` [PATCH v2 12/18] image: rsa: Move verification algorithm to a linker list
` [PATCH v2 13/18] image: image-sig.c: Remove crypto_algos array
` [PATCH v2 14/18] lib: ecdsa: Remove #ifdefs from ecdsa.h
` [PATCH v2 15/18] lib: rsa: Remove #ifdefs from rsa.h
` [PATCH v2 16/18] image: Eliminate IMAGE_ENABLE_VERIFY macro
` [PATCH v2 17/18] image: Eliminate IMAGE_ENABLE_VERIFY_ECDSA macro
` [PATCH v2 18/18] image: Add support for relocating crypto_algos in linker lists

[PATCH 00/18] image: Reduce #ifdef abuse in image code
 2021-05-24 19:59 UTC  (12+ messages)
` [PATCH 06/18] image: Drop IMAGE_ENABLE_SHA1

[PATCH RFC 0/2] lib: Remove the need for a HASH_CALCULATE config
 2021-05-24 19:28 UTC  (3+ messages)
` [PATCH RFC 1/2] Revert "lib: introduce HASH_CALCULATE option"
` [PATCH RFC 2/2] efi_loader: Work-around build issue due to missing hash_calculate()

[PATCH] test: Fix filesystem tests always being skipped
 2021-05-24 19:16 UTC  (2+ messages)

[Contributor call] Request for agenda items
 2021-05-24 18:17 UTC 

[PATCH] clk: clk_versaclock: Add support for versaclock driver
 2021-05-24 17:53 UTC 

[PATCH 1/5] rut: disable video after DM_VIDEO conversion deadline
 2021-05-24 17:16 UTC  (5+ messages)
` [PATCH 2/5] pxm2: "
` [PATCH 3/5] mx28evk: "
` [PATCH 4/5] brxre1: "
` [PATCH 5/5] pico-imx6ul: "

[PATCH v5, 1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function
 2021-05-24 16:07 UTC  (3+ messages)
` [PATCH v5, 2/2] arm: socfpga: socfpga_stratix10: enable wdt command by default
` [PATCH v5,1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function

[RFC PATCH 0/3] fastboot: sunxi: Determine MMC device at runtime
 2021-05-24 15:43 UTC  (11+ messages)
` [RFC PATCH 1/3] fastboot: Allow runtime determination of MMC device
` [RFC PATCH 2/3] sunxi: Implement fastboot_get_mmc_device()
` [RFC PATCH 3/3] sunxi: Drop sunxi FASTBOOT_FLASH_MMC_DEV defaults

[PATCH 0/4] efi_loader: simplify efidebug implementation
 2021-05-24 13:55 UTC  (9+ messages)
` [PATCH 1/4] efi_loader: simplify show_efi_boot_opt_data()
` [PATCH 2/4] efi_loader: simplify show_efi_boot_order()
` [PATCH 3/4] efi_loader: use efi_create_indexed_name()
` [PATCH 4/4] efi_loader: simplify accessing variables

[PATCH 00/18] Migrate to DM_USB and OF_CONTROL support
 2021-05-24 12:33 UTC  (21+ messages)
` [PATCH 01/18] snapper9260/snapper9g20: Disable USB
` [PATCH 02/18] openrd: Perform base CONFIG_DM enablement
` [PATCH 03/18] pogo_e02: "
` [PATCH 04/18] iconnect: "
` [PATCH 05/18] ib62x0: "
` [PATCH 06/18] dockstar: "
` [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL
` [PATCH 08/18] arm: Remove at91rm9200ek boards
` [PATCH 09/18] arm: Remove edb9315a board
` [PATCH 10/18] arm: Remove gplugd board
` [PATCH 11/18] arm: Remove nsa310s board
` [PATCH 12/18] arm: Remove spear300 boards
` [PATCH 13/18] arm: Remove spear310 boards
` [PATCH 14/18] arm: Remove spear320 boards
` [PATCH 15/18] arm: Remove spear600 boards and the rest of SPEAr support
` [PATCH 16/18] sniper: Add build guards around MUSB support code
` [PATCH 17/18] usb: Add correct depends for CMD_USB_MASS_STORAGE
` [PATCH 18/18] usb: Require migration to DM_USB and OF_CONTROL for non-SPL cases

[U-Boot-Users] {pharm_subj}
 2021-05-24 12:25 UTC 

[U-Boot-Users] Maximum male enhancement
 2021-05-24 12:25 UTC 

[U-Boot-Users] ACCESS TIME
 2021-05-24 12:25 UTC 

[PATCH v11 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-05-24 10:31 UTC  (3+ messages)
` [PATCH v11 2/8] drivers: clk: add fu740 support

[PATCH] GitLab: Remove tags for sandbox_noinst tests
 2021-05-24  9:51 UTC  (2+ messages)

[PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
 2021-05-24  8:05 UTC 

[PATCH 1/6] arm: a37xx: pci: Don't put link into LTSSM Recovery state during probe
 2021-05-24  7:20 UTC  (3+ messages)
` [PATCH 6/6] arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 128 MiB - 64 KiB

[PATCH v2] drivers: pci: pcie_dw_common: fix Werror compilation error
 2021-05-24  7:06 UTC  (2+ messages)

[PATCH 0/3] test/py: Rewrite SquashFS commands test suite
 2021-05-24  2:31 UTC  (4+ messages)
` [PATCH 1/3] test/py: rewrite common tools for SquashFS tests
` [PATCH 2/3] test/py: rewrite sqfsload command test suite
` [PATCH 3/3] test/py: rewrite sqfsls "

[PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-24  0:54 UTC  (3+ messages)

[PATCH] sunxi: Bring back SD card as MMC device 0
 2021-05-24  0:48 UTC  (6+ messages)

[PATCH] test: Remove duplicate macro
 2021-05-23 20:57 UTC  (2+ messages)

[PATCH 0/2] arm: imx8m: add support for Advantech RSB-3720
 2021-05-23 12:41 UTC  (3+ messages)
` [PATCH 1/2] arm: dts: add imx8mp-rsb3720-a1 dts file
` [PATCH 2/2] arm: imx8m: add support for Advantech RSB-3720

[PATCH] include/linux/byteorder: fix cpu_to_be32_array()
 2021-05-23 19:54 UTC  (3+ messages)

[PULL] u-boot-sh/master
 2021-05-23 19:40 UTC  (2+ messages)

[PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration
 2021-05-23 14:58 UTC  (6+ messages)
` [PATCH 25/27] ppc: Remove T4160RDB board
  ` [PATCHv2 "

[PATCH 0/6] arm: sunxi: v3s: add ethernet support
 2021-05-22 23:23 UTC  (7+ messages)
` [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout
  ` [PATCH v2 "

[PATCH 4/6] net: sun8i-emac: add v3s pinmux setting
 2021-05-22 23:22 UTC  (2+ messages)
` [PATCH v2 4/6] net: sun8i-emac: add v3s variant

[PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces
 2021-05-22 23:17 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 1/2] watchdog: add gpio watchdog driver
 2021-05-22 14:02 UTC  (6+ messages)

[PATCH v4, 1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function
 2021-05-22 12:10 UTC  (4+ messages)
` [PATCH v4,2/2] driver: watchdog: enable wdt command by default
` [PATCH v4,1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function

[PATCH] arm: Remove nokia_rx51 board
 2021-05-21 22:26 UTC  (6+ messages)

[PATCH v2 3/6] clk: sunxi: v3s: fix tabs / spaces
 2021-05-21 20:05 UTC  (3+ messages)
` [PATCH v2 4/6] net: sun8i-emac: add v3s variant
` [PATCH v2 5/6] dts: sunxi: v3s: enable emac

[PATCHv2 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-05-21 16:59 UTC  (3+ messages)
` [PATCHv2 2/3] pci: pcie_dw_rockchip: Drop the unused variable warning
` [PATCHv2 3/3] pci: pcie_dw_rockchip: Use mleep macro to fix below error

[PATCH 1/3] pci: pcie_dw_rockchip: Fixed the below compilation error
 2021-05-21 16:58 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).