public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-05-02 11:41:50 to 2021-05-04 10:41:38 UTC [more...]

[PATCH v3 00/20] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-05-04 10:41 UTC  (4+ 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] cmd: pxe_utils: sysboot: fix crash if either board or soc are not set
 2021-05-04 10:25 UTC  (2+ messages)

[PATCH v7 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-05-04 10:05 UTC  (16+ 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 v3] dm: core: Add address translation in fdt_get_resource
 2021-05-04 10:02 UTC 

[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

Weirdness of ofnode_get_addr_size()
 2021-05-04  9:51 UTC  (2+ messages)

[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 

[RFC 0/7] Update CI to using GCC 11.0 / LLVM-11
 2021-05-04  7:51 UTC  (9+ messages)
` [RFC 1/7] ARM: mvebu: a38x: Correct mismatched bound warnings
` [RFC 2/7] freescale: Drop unnecessary cpld_data_t non-typedef
` [RFC 3/7] eb_cpu5282: Declare diplay_width / display_height as externs
` [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] cli: Fix command line underrun
 2021-05-04  7:40 UTC 

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

[PATCH 00/49] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-04  7:28 UTC  (56+ 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 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: "

[PATCH v1 00/10] net: mvpp2: Sync Marvell mvpp2 driver with Marvell version
 2021-05-03 19:42 UTC  (7+ messages)
` [PATCH v1 08/10] net: mvpp2: fix missing switch case break

[PATCH v2 00/10] net: mvpp2: Sync Marvell mvpp2 driver with Marvell version
 2021-05-03 19:41 UTC  (16+ messages)
` [PATCH v2 01/10] phy: introduce 1000BaseX and 2500BaseX modes
` [PATCH v2 02/10] net: mvpp2: add CP115 port1 10G/5G SFI support
` [PATCH v2 03/10] net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support
` [PATCH v2 04/10] net: mvpp2: remove redundant SMI address configuration
` [PATCH v2 05/10] net: mvpp2: Fix 2.5G GMII_SPEED configurations
` [PATCH v2 06/10] net: mvpp2: AN Bypass in 1000 and 2500 basex mode
` [PATCH v2 07/10] net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG
` [PATCH v2 08/10] net: mvpp2: fix missing switch case break
` [PATCH v2 09/10] net: mvpp2: allow MDIO registration for fixed links
` [PATCH v2 10/10] net: mvpp2: add explicit sgmii-2500 support

[PATCH 00/16] Fix i.MXRT1020/50
 2021-05-03 19:03 UTC  (6+ messages)
` [PATCH 03/16] ARM: dts: imxrt1020: add alias to osc

[PATCH 3/3] imx: ventana: enable dm support for PCI and FEC ethernet
 2021-05-03 18:21 UTC  (2+ messages)
` [PATCH] "

[PATCH] ARM: stm32: Add additional ID register check for KSZ8851 presence
 2021-05-03 15:29 UTC  (2+ messages)

[PATCH] ARM: stm32: Enable UNZIP on DHSOM by default
 2021-05-03 15:27 UTC  (2+ messages)

am335x: Unable to boot u-boot image from mmc1
 2021-05-03 14:08 UTC 

[PATCH 1/2] cmd: pinmux: update result of do_status
 2021-05-03 13:55 UTC  (4+ messages)
` [Uboot-stm32] "

[PATCH v3 0/9] video: sunxi: rework DE2 driver
 2021-05-03 13:00 UTC  (3+ messages)
` [PATCH v3 4/9] common: edid: Search for valid timing in extension block

[RFC 0/2] netconsole and networking co-existence
 2021-05-03 11:55 UTC  (3+ messages)
` [RFC 1/2] net: net_up, net_down
` [RFC 2/2] netconsole and networking co-existence

[PATCH v2 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-03 11:51 UTC  (6+ messages)
` [PATCH v2 04/13] gpio: Introduce CONFIG_ONLY_GENERIC_GPIO to cleanup #ifdefs

[PATCH] arm: imx: imx8mm: correct unrecognized fracpll frequency
 2021-05-03 10:55 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] arm: imx: imx8mm: clock: make debug output more descriptive
 2021-05-03 10:54 UTC  (2+ messages)

[PATCH] pwm: sifive: make set_config() and set_enable() work properly
 2021-05-03  7:26 UTC 

[PATCH v2 0/5] Revert "fdt: translate address if #size-cells = <0>"
 2021-05-03  7:03 UTC  (2+ messages)

[PATCH 1/2] riscv: cpu: Add callback to init each core
 2021-05-03  6:23 UTC  (2+ messages)
` [PATCH 2/2] riscv: cpu: fu740: clear feature disable CSR

[PATCH v1 0/2] arm: octeontx2: Add base support for Marvell OcteonTX2 CN9132 DB
 2021-05-03  5:53 UTC  (3+ messages)
` [PATCH v1 1/2] arm: octeontx2: Add dtsi/dts files for Octeon TX2 "
` [PATCH v1 2/2] arm: octeontx2: Add Octeon TX2 CN9132 DB support

[PATCH v6 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-05-03  5:35 UTC  (3+ messages)
` [PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740

[PATCH 0/4] malloc: Enable profiling dlmalloc with valgrind
 2021-05-03  2:55 UTC  (5+ 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 3/3] imx8mn: configs: add support for distro boot commands
 2021-05-02 20:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 2/7] board: ge: bx50v3: add phy reset GPIO
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH 1/3] pci: Update the highest subordinate bus number for bridge setup
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH 1/2] imx: ventana: add delay before reading EEPROM
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH v8 2/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH v3] imx: Add support for Ronetix's iMX7-CM board
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH] Makefile: Fix generation of flash.bin u-boot.itb with binman
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH] pci: imx: disable imx6sdl LTSSM upon driver remove
 2021-05-02 11:43 UTC  (2+ messages)

[PATCH v3 3/4] board: imx8mm: Add Engicam i.Core MX8M Mini EDIMM2.2 Starter Kit
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH v8 1/2] arm: dts: add imx8mm-cl-iot-gate dts file
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH] imx: imx8: Update README with somewhat correct firmware versions
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 5/7] include: configs: ge: bx50v3: drop USB boot
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 6/7] include: configs: ge: simplify default boot command
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH] imx: mkimage_fit_atf: fix file size reporting
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 4/7] configs: ge: use non-persistent environment
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH v3 4/4] board: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH v2 2/2] net: fec: Only unregister MII bus if we registered it
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH v2 1/2] net: fec: Don't use disabled phys
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 2/2] arm: dts: imx6qdl-gw552x.dtsi: fix VBUS supply
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 3/7] configs: ge: bx50v3: adjust watchdog period
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH] ARM:imx:imx8mq-cm: Add support for Ronetix iMX8MQ-CM
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 2/3] pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH 1/7] board: ge: bx50v3: fix crystal bit
 2021-05-02 11:42 UTC  (2+ messages)

[PATCH v3 2/4] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini SoM
 2021-05-02 11:41 UTC  (2+ messages)

[PATCH 7/7] include: configs: ge: avoid shell on boot failure
 2021-05-02 11:41 UTC  (2+ messages)

[PATCH v3 1/4] arm64: dts: imx8mm: Add common -u-boot.dtsi
 2021-05-02 11:41 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