u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-03 20:48:57 to 2021-05-05 08:45:46 UTC [more...]

[PATCH v7 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-05-05  8:45 UTC  (13+ messages)
` [PATCH v7 1/8] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v7 2/8] drivers: clk: add fu740 support
` [PATCH v7 4/8] drivers: pci: add pcie support for fu740
` [PATCH v7 8/8] drivers: net: macb: add fu740 support

[PATCH] usb: dwc3-meson-g12a: skip phy on -ENODATA aswell
 2021-05-05  8:41 UTC 

[PATCH v2 0/2] arm: octeontx2: Add base support for Marvell OcteonTX2 CN913x DB
 2021-05-05  8:21 UTC  (3+ messages)
` [PATCH v2 1/2] arm: octeontx2: Add dtsi/dts files for Octeon TX2 "
` [PATCH v2 2/2] arm: octeontx2: Add Octeon TX2 CN913x DB support

[cmd] clarification on syntax of 'chpart' command
 2021-05-05  7:58 UTC 

[PATCH] net: dwmac_meson8b: do not set TX delay in TXID & RXID
 2021-05-05  7:55 UTC 

[PATCH] cmd: mvebu: Rename rx_training to mvebu_comphy_rx_training
 2021-05-05  7:15 UTC 

[RFC 0/2] netconsole and networking co-existence
 2021-05-05  7:04 UTC  (4+ messages)
` [RFC 1/2] net: net_up, net_down
    ` EXT: "

[PATCH v1 00/23] phy: marvell: Sync Armada 3k/7k/8k SERDES code with Marvell version
 2021-05-05  7:00 UTC  (6+ messages)

[PATCH] cli: Fix command line underrun
 2021-05-05  6:48 UTC  (3+ messages)

[PATCH v3 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-05-05  4:25 UTC  (24+ messages)
` [PATCH v3 01/20] dm: core: Add helper to compare node names
` [PATCH v3 02/20] dm: test: Add test case to check node name ignoring unit address
` [PATCH v3 03/20] drivers: reset: Handle gracefully NULL pointers
` [PATCH v3 04/20] dt-bindings: phy: Add definitions for additional phy types
` [PATCH v3 05/20] dt-bindings: phy: Add defines for AM64 SERDES Wrapper
` [PATCH v3 06/20] dt-bindings: phy: cadence-torrent: Add defines for refclk driver
` [PATCH v3 07/20] dt-bindings: ti-serdes-mux: Add defines for AM64 SoC
` [PATCH v3 08/20] phy: cadence: Add driver for Sierra PHY
` [PATCH v3 09/20] phy: cadence: Add driver for Torrent SERDES
` [PATCH v3 10/20] phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC
` [PATCH v3 11/20] usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name
` [PATCH v3 12/20] board: ti: j721e: Add support for probing and configuring Torrent serdes on J7200
` [PATCH v3 13/20] ARM: dts: k3-j721e: Add the entries required for USB3 support on USB0
` [PATCH v3 14/20] arm: dts: k3-j7200-main: Add DT node for torrent serdes
` [PATCH v3 15/20] arm: dts: k3-j7200-common-proc-board: Enable SERDES DT
` [PATCH v3 16/20] arm: dts: k3-j7200-common-proc-board-u-boot: Add u-boot tags for torrent serdes
` [PATCH v3 17/20] configs: j721e_evm_a72: Enable the drivers required for the USB3 support
` [PATCH v3 18/20] configs: j7200_evm_a72_defconfig: Add config for torrent serdes and common clock framework
` [PATCH v3 19/20] env: ti: j721e-evm: Add env variable to power on & reset QSGMII PHY in J7200 EVM
` [PATCH v3 20/20] configs: j7200_evm_a72: Enhance bootcmd to configure ethernet PHY

[PATCH 00/49] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-05  1:11 UTC  (61+ messages)
` [PATCH 01/49] Add support for an owned buffer
` [PATCH 02/49] compiler: Add a comment to host_build()
` [PATCH 03/49] zstd: Create a function for use from U-Boot
` [PATCH 04/49] btrfs: Use U-Boot API for decompression
` [PATCH 05/49] image: Avoid switch default in image_decomp()
` [PATCH 06/49] image: Update zstd to avoid reporting error twice
` [PATCH 07/49] gzip: Avoid use of u64
` [PATCH 08/49] image: Update image_decomp() to avoid ifdefs
` [PATCH 09/49] image: Split board code out into its own file
` [PATCH 10/49] image: Fix up checkpatch warnings in image-board.c
` [PATCH 11/49] image: Split host code out into its own file
` [PATCH 12/49] image: Create a function to do manual relocation
` [PATCH 13/49] image: Avoid #ifdefs for "
` [PATCH 14/49] image: Remove ifdefs around image_setup_linux() el at
` [PATCH 15/49] image: Add Kconfig options for FIT in the host build
` [PATCH 16/49] kconfig: Add host support to CONFIG_IS_ENABLED()
` [PATCH 17/49] image: Shorten FIT_ENABLE_SHAxxx_SUPPORT
` [PATCH 18/49] image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx
` [PATCH 19/49] hash: Use Kconfig to enable hashing in host tools
` [PATCH 20/49] hash: Drop some #ifdefs in hash.c
` [PATCH 21/49] image: Drop IMAGE_ENABLE_FIT
` [PATCH 22/49] image: Drop IMAGE_ENABLE_OF_LIBFDT
` [PATCH 23/49] image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host
` [PATCH 24/49] image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
` [PATCH 25/49] image: Use Kconfig to enable FIT_RSASSA_PSS on host
` [PATCH 26/49] Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
` [PATCH 27/49] image: Drop IMAGE_ENABLE_CRC32
` [PATCH 28/49] Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
` [PATCH 29/49] image: Drop IMAGE_ENABLE_MD5
` [PATCH 30/49] image: Drop IMAGE_ENABLE_SHA1
` [PATCH 31/49] image: Drop IMAGE_ENABLE_SHAxxx
` [PATCH 32/49] image: Drop IMAGE_BOOT_GET_CMDLINE
` [PATCH 33/49] image: Drop IMAGE_OF_BOARD_SETUP
` [PATCH 34/49] image: Drop IMAGE_OF_SYSTEM_SETUP
` [PATCH 35/49] image: Drop IMAGE_ENABLE_IGNORE
` [PATCH 36/49] image: Drop IMAGE_ENABLE_SIGN/VERIFY defines
` [PATCH 37/49] image: Drop IMAGE_ENABLE_BEST_MATCH
` [PATCH 38/49] image: Drop IMAGE_ENABLE_EN/DECRYPT defines
` [PATCH 39/49] image: Tidy up fit_unsupported_reset()
` [PATCH 40/49] image: Drop unnecessary #ifdefs from image.h
` [PATCH 41/49] image: Drop #ifdefs for fit_print_contents()
` [PATCH 42/49] image: Drop most #ifdefs in image-board.c
` [PATCH 43/49] image: Reduce variable scope in boot_get_ramdisk()
` [PATCH 44/49] image: Split up boot_get_ramdisk()
` [PATCH 45/49] image: Remove #ifdefs from select_ramdisk()
` [PATCH 46/49] image: Remove some #ifdefs from image-fit and image-fit-sig
` [PATCH 47/49] image: Reduce variable scope in boot_get_fdt()
` [PATCH 48/49] image: Split up boot_get_fdt()
` [PATCH 49/49] image: Remove #ifdefs from select_fdt()

[PATCH 0/4] malloc: Enable profiling dlmalloc with valgrind
 2021-05-04 23:32 UTC  (11+ messages)
` [PATCH 1/4] Add valgrind headers to U-Boot
` [PATCH 2/4] malloc: Annotate allocator for valgrind
` [PATCH 3/4] doc: sandbox: Document how to run sandbox with valgrind
` [PATCH 4/4] malloc: Fix sbrk clearing memory after freeing it instead of before

[PATCH 0/5] arm: mach-k3: k3-am64: Add DDR configuration and enable
 2021-05-04 23:00 UTC  (6+ messages)
` [PATCH 1/5] arm: dts: k3-am642: Add ddr node
` [PATCH 2/5] arm: mach-k3: am642: Add support for triggering ddr init from SPL
` [PATCH 3/5] arm: dts: k3-am64-main: Add GPIO nodes
` [PATCH 4/5] arm: dts: k3-am642-r5-evm: Add GPIO DDR VTT regulator
` [PATCH 5/5] configs: am64x_evm_r5: Enable GPIO regulator

[PATCH 5/8] net: dwc_eth_qos: add dwc eqos for imx support
 2021-05-04 22:07 UTC  (2+ messages)

Weirdness of ofnode_get_addr_size()
 2021-05-04 20:33 UTC  (5+ messages)

[RFC 0/7] Update CI to using GCC 11.0 / LLVM-11
 2021-05-04 18:57 UTC  (7+ messages)
` [RFC 4/7] pinctrl: mscc: Fix multiple definition error
` [RFC 5/7] Makefile: Disable gcc-10.0 warnings
` [RFC 6/7] bootstage: Eliminate when not enabled
` [RFC 7/7] TEST: Move to gcc-11.0 prerelease and LLVM-11

[PATCH] pinctrl: mscc: fix multiple definitions
 2021-05-04 18:53 UTC  (3+ messages)

[PATCH v5 00/10] Add support for extension boards detection and DT overlays application
 2021-05-04 17:31 UTC  (11+ messages)
` [PATCH v5 01/10] fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c
` [PATCH v5 02/10] cmd: add support for a new "extension" command
` [PATCH v5 03/10] pytest: add sandbox test for "
` [PATCH v5 04/10] ti/common: add support for extension_scan_board function
` [PATCH v5 05/10] am57xx: add support for cape detect functionality
` [PATCH v5 06/10] w1: replace dt detection by automatic detection
` [PATCH v5 07/10] arm: sunxi: add support for DIP detection to CHIP board
` [PATCH v5 08/10] configs: CHIP: add support for DIP detect functionality
` [PATCH v5 09/10] arm: am335x: add support for i2c2 bus
` [PATCH v5 10/10] am335x: add support for cape detect functionality

[PATCH v4 0/6] nable ECDSA FIT verification for stm32mp
 2021-05-04 16:58 UTC  (10+ messages)
` [PATCH v4 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot

[PATCH v3] dm: core: Add address translation in fdt_get_resource
 2021-05-04 16:58 UTC  (2+ messages)

[PATCH 00/17] misc: Some more misc patches
 2021-05-04 16:48 UTC  (13+ messages)
` [PATCH 03/17] x86: Allow coreboot serial driver to guess the UART

Unable to boot u-boot image from nand storage imx6ull
 2021-05-04 16:31 UTC  (4+ messages)

[PATCH] Makefile: allow to override python3
 2021-05-04 15:26 UTC  (2+ messages)

[PATCH v1 0/6] common: Introduce crypt-style password support
 2021-05-04 15:26 UTC  (5+ messages)
` [PATCH v1 1/6] lib: add crypt subsystem

[PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable
 2021-05-04 14:37 UTC  (3+ messages)

[PATCH] ARM: stm32: Enable UNZIP on DHSOM by default
 2021-05-04 14:16 UTC  (2+ messages)

[PATCH] ARM: stm32: Add additional ID register check for KSZ8851 presence
 2021-05-04 14:09 UTC  (2+ messages)

[PATCH] arm: dts: stm32mp157c-odyssey-som: enable the RNG1
 2021-05-04 14:07 UTC  (2+ messages)
` [Uboot-stm32] "

[PATCH] reset: stm32: Fix bank and offset computation
 2021-05-04 14:01 UTC  (2+ messages)

[PATCH v3 0/7] arm: cache: cp15: don't map reserved region with no-map property
 2021-05-04 12:45 UTC  (7+ messages)
` [PATCH v3 2/7] lmb: add lmb_is_reserved_flags
` [PATCH v3 5/7] image-fdt: save no-map parameter of reserve-memory

[PATCH v4 00/10] Add support for extension boards detection and DT overlays application
 2021-05-04 11:57 UTC  (2+ messages)

squashfs tests flaky?
 2021-05-04 11:51 UTC  (2+ messages)

[PATCH] cmd: pxe_utils: sysboot: fix crash if either board or soc are not set
 2021-05-04 10:25 UTC  (2+ messages)

[PATCH v2 00/17] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-05-04 10:01 UTC  (4+ messages)
` [PATCH v2 03/17] drivers: reset: Handle gracefully NULL pointers

[PATCH] cli: slighly more clear error messages
 2021-05-04  8:54 UTC 

[PATCH] cli: Fix non-printable character handling
 2021-05-04  8:29 UTC 

[PATCH] fs/squashfs: Fix some hardlinks reading the wrong inode
 2021-05-04  7:30 UTC  (2+ messages)

[PATCH 00/15] ram: k3-ddrss: Convert k3-j721e to common driver with k3-am64 support
 2021-05-04  2:52 UTC  (16+ messages)
` [PATCH 01/15] dt-bindings: memory-controller: Add K3 AM64 DDRSS compatible
` [PATCH 02/15] ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issues
` [PATCH 03/15] ram: k3-j721e: lpddr4_data_slice_0_macros: "
` [PATCH 04/15] ram: k3-j721e: lpddr4_data_slice_1_macros: "
` [PATCH 05/15] ram: k3-j721e: lpddr4_data_slice_2_macros: "
` [PATCH 06/15] ram: k3-j721e: lpddr4_data_slice_3_macros: "
` [PATCH 07/15] ram: k3-j721e: lpddr4_ddr_controller_macros: "
` [PATCH 08/15] ram: k3-j721e: lpddr4_phy_core_macros: "
` [PATCH 09/15] ram: k3-j721e: lpddr4_pi_macros: "
` [PATCH 10/15] ram: k3-j721e: lpddr4_ctl_regs: Fix checkpatch issue for types
` [PATCH 11/15] ram: k3-j721e: Rename to k3-ddrss
` [PATCH 12/15] ram: k3-ddrss: Introduce top-level CONFIG_K3_DDRSS
` [PATCH 13/15] ram: k3-ddrss: Introduce common driver with J7 SoC support
` [PATCH 14/15] ram: k3-ddrss: Introduce support for AM642 SoCs
` [PATCH 15/15] ram: k3-ddrss: Enable vtt regulator if present

cramfs: unsupported filesystem features - ERROR
 2021-05-03 22:19 UTC 

[PATCH v8 00/15] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2021-05-03 21:42 UTC  (16+ messages)
` [PATCH v8 01/15] arm: mvebu: x530: Use tiny SPI NOR
` [PATCH v8 02/15] mtd: spi-nor-core: Add a ->setup() hook
` [PATCH v8 03/15] mtd: spi-nor-core: Move SFDP related declarations to top
` [PATCH v8 04/15] mtd: spi-nor-core: Introduce flash-specific fixup hooks
` [PATCH v8 05/15] mtd: spi-nor-core: allow truncated erases
` [PATCH v8 06/15] mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress
` [PATCH v8 07/15] mtd: spi-nor: Add Cypress manufacturer ID
` [PATCH v8 08/15] mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t
` [PATCH v8 09/15] mtd: spi-nor-core: Add support for Read/Write Any Register
` [PATCH v8 10/15] mtd: spi-nor-core: Add support for volatile QE bit
` [PATCH v8 11/15] mtd: spi-nor-core: Add the ->ready() hook
` [PATCH v8 12/15] mtd: spi-nor-core: Read status by Read Any Register
` [PATCH v8 13/15] mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
` [PATCH v8 14/15] mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
` [PATCH v8 15/15] mtd: spi-nor-tiny: "


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