public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-11 12:30:21 to 2021-03-12 13:35:53 UTC [more...]

[PATCH v2 00/21] ppc: qemu: Add eTSEC support
 2021-03-12 13:35 UTC  (13+ messages)
` [PATCH v2 01/21] dt-bindings: net: Add the old DT bindings for "fixed-link"
` [PATCH v2 02/21] of: extra: Introduce ofnode_phy_is_fixed_link() API
` [PATCH v2 03/21] test: dm: Add a case to test ofnode_phy_is_fixed_link()
` [PATCH v2 04/21] dm: mdio: Use ofnode_phy_is_fixed_link() API
` [PATCH v2 05/21] net: phy: fixed: Be compatible with live OF tree
` [PATCH v2 06/21] net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
` [PATCH v2 07/21] net: phy: xilinx: Be compatible with live OF tree
` [PATCH v2 08/21] net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()
` [PATCH v2 09/21] net: phy: Simplify the logic of phy_connect_fixed()
` [PATCH v2 10/21] net: phy: fixed: Make driver ops static
` [PATCH v2 11/21] net: phy: fixed: Add the missing ending newline
` [PATCH v2 12/21] net: phy: fixed: Support the old DT binding

[PATCHv5 0/6] SCP03 control, documentation and tests
 2021-03-12 13:31 UTC  (6+ messages)

[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-12 13:18 UTC  (33+ messages)
` [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning
` [PATCH u-boot 12/39] string: make memcpy() and memset() visible to fix LTO linking errors
` [PATCH u-boot 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot 17/39] build: support building with Link Time Optimizations
` [PATCH u-boot 18/39] build: LTO: move platform libs into --start-group list
` [PATCH u-boot 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build

[PATCH] doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=y
 2021-03-12 12:35 UTC  (3+ messages)

[PATCH 1/2] video: dw_mipi_dsi: missing device to log debug
 2021-03-12 12:34 UTC  (6+ messages)
` [PATCH 2/2] video: dw_mipi_dsi: update log of dphy_enable

[PATCH] video: stm32: remove all child of DSI bridge when its probe failed
 2021-03-12 12:32 UTC  (3+ messages)

[PATCH] configs: stm32mp15: move bootdelay configuration in defconfig
 2021-03-12 12:31 UTC  (3+ messages)

[PATCH] board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when available
 2021-03-12 12:30 UTC  (3+ messages)

[PATCH] stm32mp: bsec: manage clock when present in device tree
 2021-03-12 12:29 UTC  (3+ messages)

[PATCH 1/4] stm32mp: stm32prog: Add Kconfig file for stm32prog command
 2021-03-12 12:28 UTC  (11+ messages)
` [PATCH 2/4] stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB
` [PATCH 3/4] stm32mp: stm32prog: reactivate console and display serial error
` [PATCH 4/4] stm32mp: stm32prog: replace alias by serial device sequence number
  ` [Uboot-stm32] [PATCH 1/4] stm32mp: stm32prog: Add Kconfig file for stm32prog command

[PATCH] board: st: remove the nand MTD configuration for NOR boot in stm32mp1 board
 2021-03-12 12:27 UTC  (3+ messages)

[PATCH 0/6] stm32mp1_trusted_defconfig rely on SCMI support
 2021-03-12 12:26 UTC  (18+ messages)
` [PATCH 1/6] ARM: dts: stm32mp1: explicit clock reference needed by RCC clock driver
` [PATCH 2/6] clk: stm32mp1: gets root clocks from fdt
    ` [Uboot-stm32] "
` [PATCH 3/6] scmi: Include device_compat.h
  ` [Uboot-stm32] "
` [PATCH 4/6] scmi: define LOG_CATEGORY
  ` [Uboot-stm32] "
` [PATCH 5/6] scmi: cosmetic: reorder include files
  ` [Uboot-stm32] "

[PATCH 0/4] Add WATCHDOG_RESET() in MTD framework and STM32 QSPI driver
 2021-03-12 12:19 UTC  (13+ messages)
` [PATCH 1/4] mtd: spi-nor: Add WATCHDOG_RESET() in spi_nor_core callbacks
  ` [Uboot-stm32] "
` [PATCH 2/4] spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()
  ` [Uboot-stm32] "
` [PATCH 3/4] mtd: nand: Add WATCHDOG_RESET() in nanddev_mtd_erase()
  ` [Uboot-stm32] "
` [PATCH 4/4] mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()
  ` [Uboot-stm32] "

[PATCH 1/2] configs: stm32: Remove BOARD_EARLY_INIT_F and BOARD_LATE_INIT for stm32 boards
 2021-03-12 12:14 UTC  (6+ messages)
` [PATCH 2/2] board: st: Remove board_early_init_f and board_late_init callbacks "

[PATCH] arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled
 2021-03-12 12:13 UTC  (3+ messages)

Regression on RPi with commit 4cbb293 (efi_loader: consider no-map property of reserved memory)
 2021-03-12 11:13 UTC 

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

[PATCH] arm: socfpga: smc: Remove unused SMC function ID
 2021-03-12  9:51 UTC 

[PATCH 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-03-12  9:12 UTC  (20+ messages)
` [PATCH 1/7] riscv: dts: add fu740 support
` [PATCH 2/7] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH 3/7] drivers: clk: add fu740 support
` [PATCH 4/7] drivers: ram: "
` [PATCH 5/7] drivers: pci: add pcie support for fu740
` [PATCH 6/7] board: sifive: add HiFive Unmatched board support
` [PATCH 7/7] drivers: net: macb: add fu740 support

Please pull u-boot-marvell/master
 2021-03-12  9:02 UTC 

Dead code CONFIG_ARMADA_39X?
 2021-03-12  8:55 UTC  (3+ messages)
` [PATCH] arm: mvebu: a38x: Remove dead code ARMADA_39X

[PATCH] arm: a37xx: pci: Implement workaround for the readback value of VEND_ID
 2021-03-12  8:54 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: Enable additional options
 2021-03-12  8:54 UTC  (2+ messages)

[PATCH u-boot-marvell] ddr: marvell: axp: fix array types have different bounds warning
 2021-03-12  8:53 UTC  (2+ messages)

[PATCH BUGFIX u-boot-marvell] ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
 2021-03-12  8:52 UTC  (2+ messages)

[PATCH u-boot-marvell] ddr: marvell: a38x: Sync code with Marvell mv-ddr-marvell repository
 2021-03-12  8:51 UTC  (2+ messages)

[PATCH u-boot-marvell] ddr: marvell: a38x: Add more space for additional info from SPD
 2021-03-12  8:50 UTC  (2+ messages)

[PATCH 1/4] mmc: octeontx_hsmmc: Add support for MIPS Octeon
 2021-03-12  8:48 UTC  (4+ messages)
` [PATCH 2/4] mips: octeon: mrvl,cn73xx.dtsi: Add MMC DT node
` [PATCH 3/4] mips: octeon: mrvl,octeon_ebb7304.dts: "
` [PATCH 4/4] mips: octeon: octeon_ebb7304_defconfig: Enable MMC support

[PATCH 0/4] Sandbox driver for DSA uclass
 2021-03-12  7:53 UTC  (6+ messages)
` [PATCH 1/4] net: phy: fixed: be compatible with live OF tree
` [PATCH 3/4] net: mdio: teach dm_eth_phy_connect to connect to fixed PHY

[PATCH] mtd: spi-nor-ids: add dual and quad mode support to mx25l12805d
 2021-03-12  7:43 UTC  (3+ messages)

[PATCH 1/6] efi_selftest: Remove loadfile2 for initrd selftests
 2021-03-12  7:19 UTC  (34+ messages)
` [PATCH 2/6] efi_loader: Add device path related functions for initrd via Boot####
` [PATCH 4/6] efi_loader: Replace config option for initrd loading
` [PATCH 5/6] efidebug: add multiple device path instances on Boot####
` [PATCH 6/6] doc: Update uefi documentation for initrd loading options

[PATCH] cmd: part: number: remove inconsistent 0x from returned value
 2021-03-12  6:57 UTC  (8+ messages)

[PATCH] mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
 2021-03-12  6:27 UTC 

[PATCH v2] tee: optee: Change printing during optee_probe
 2021-03-12  5:07 UTC  (3+ messages)

[PATCH 0/2] terminal: get this compiling again
 2021-03-12  4:45 UTC  (5+ messages)
` [PATCH 1/2] terminal: correct stdio_dev invocations
` [PATCH 2/2] terminal: only serial_reinit_all if available

[PATCH 00/16] TI/Cadence: Add Sierra/Torrent SERDES driver
 2021-03-12  4:45 UTC  (5+ messages)
` [PATCH 01/16] dm: core: Add helper to compare node names
` [PATCH 02/16] drivers: reset: Handle gracefully NULL pointers

[PATCH v4 1/5] firmware: scmi: voltage regulator
 2021-03-12  4:45 UTC  (5+ messages)
` [PATCH v4 4/5] test: scmi: add local variables for scmi agent reference
` [PATCH v4 5/5] regulator: scmi: fix header file inclusion order

[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
 2021-03-12  4:45 UTC  (3+ messages)
` [RFC PATCH u-boot 02/12] sandbox: errno: avoid conflict with libc's errno

[PATCH v6 0/4] Move qfw to DM, add Arm support
 2021-03-12  4:45 UTC  (7+ messages)
` [PATCH v6 1/4] x86: qemu: move QFW to its own uclass
` [PATCH v6 3/4] qemu: add MMIO driver for QFW
` [PATCH v6 4/4] qemu: arm: select QFW, MMIO on qemu-arm

[PATCH u-boot] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
 2021-03-12  4:45 UTC  (2+ messages)

[PATCH v2 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-12  4:45 UTC  (5+ messages)
` [PATCH v2 2/5] sysinfo: Provide some global/default IDs
` [PATCH v2 3/5] sysinfo: Require that sysinfo_detect be called before other methods

[PATCH] net: gem: Fix setting PCS auto-negotiation state
 2021-03-11 22:55 UTC 

[PATCH 0/6] SPL: FIT: Fix some omissions of SPL_LOAD_FIT_FULL and bootm
 2021-03-11 21:32 UTC  (7+ messages)
` [PATCH 1/6] spl: LOAD_FIT_FULL: Fix selection of the "fdt" node
` [PATCH 2/6] spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT
` [PATCH 3/6] spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads
` [PATCH 4/6] spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties
` [PATCH 5/6] image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid
` [PATCH 6/6] image-fit: Accept OP-TEE images when booting a FIT

[PATCH v1] imx: bootaux fix elf loading
 2021-03-11 20:04 UTC  (2+ messages)

[PATCH 0/4] Updates for Toradex boards
 2021-03-11 20:00 UTC  (5+ messages)
` [PATCH 1/4] colibri_imx6: adjust boot order
  ` [PATCH 2/4] colibri_imx6ull/imx7: add missing tdxargs variable
    ` [PATCH 3/4] apalis/colibri_imx6: remove video= settings
      ` [PATCH 4/4] board: toradex: apalis-imx8x: fix build instructions

[PATCH u-boot-marvell RESEND] ddr: marvell: a38x: Add more space for additional info from SPD
 2021-03-11 19:11 UTC 

[PULL] u-boot-usb/master
 2021-03-11 14:26 UTC  (2+ messages)

[PATCH 0/4 v7] Add ESRT and test ESRT creation
 2021-03-11 13:18 UTC  (5+ messages)
` [PATCH 1/4 v7] efi: Add ESRT to the EFI system table
` [PATCH 2/4 v7] cmd: efi: ESRT table debug print
` [PATCH 3/4 v7] efi: ESRT creation tests
` [PATCH 4/4 v7] Test the ESRT creation within an existing pytest


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