U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-08 21:38:07 to 2021-03-11 07:30:51 UTC [more...]

[PATCH] pci: layerscape: Change to allocate zeroed memery for struct ls_pcie
 2021-03-11  7:30 UTC 

[PATCH 1/6] efi_selftest: Remove loadfile2 for initrd selftests
 2021-03-11  7:26 UTC  (2+ messages)

[PATCH 0/4] Add rt-thread art-pi board support
 2021-03-11  6:44 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: stm32: split sdram pin & timing parameter into specific board dts
` [PATCH 2/4] ARM: dts: stm32: Add RT-Thread art-pi board support
` [PATCH 3/4] board: Add rt-thread "
` [PATCH 4/4] ram: stm32: fix strsep failed on read only memory

[PATCH v2 0/5] string: strl(cat|cpy)
 2021-03-11  5:15 UTC  (6+ messages)
` [PATCH v2 1/5] lib: string: Fix strlcpy return value
` [PATCH v2 2/5] lib: string: Implement strlcat
` [PATCH v2 3/5] test: Add test for strlcat
` [PATCH v2 4/5] fastboot: Fix possible buffer overrun
` [PATCH v2 5/5] checkpatch: Add warnings for using strn(cat|cpy)

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

rk3399-gru-kevin: issues on bringup
 2021-03-11  4:52 UTC  (2+ messages)

[PATCH] checkpatch: Add warnings for using strn(cat|cpy)
 2021-03-11  2:46 UTC  (3+ messages)

[PATCH v6 0/6] wdt: Add support for watchdogs on Kendryte K210
 2021-03-11  2:02 UTC  (7+ messages)
` [PATCH v6 1/6] wdt: dw: Switch to using fls for log2
` [PATCH v6 2/6] wdt: dw: Switch to if(CONFIG()) instead of using #if
` [PATCH v6 3/6] wdt: dw: Enable the clock before using it
` [PATCH v6 4/6] wdt: dw: Free the clock on error
` [PATCH v6 5/6] riscv: Add watchdog bindings for the k210
` [PATCH v6 6/6] riscv: Enable watchdog "

[PATCH] doc: icicle: Fix incorrect board name in HSS docs
 2021-03-11  1:52 UTC  (2+ messages)

[PATCH v2] riscv: Remove unused define in maix header
 2021-03-11  1:51 UTC 

Fastboot
 2021-03-11  0:56 UTC  (8+ messages)

[PATCH] spl: Add callback for preprocessing loaded FIT header before parsing
 2021-03-10 23:10 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/4 v6] Add ESRT and test ESRT creation
 2021-03-10 20:29 UTC  (7+ messages)
` [PATCH 2/4 v6] cmd: efi: ESRT table debug print
` [PATCH 3/4 v6] efi: ESRT creation tests
` [PATCH 4/4 v6] Test the ESRT creation within an existing pytest

Help needed with uboot for CHIP
 2021-03-10 18:58 UTC  (2+ messages)

[PATCH v5 0/2] gpio: Update and simplify the uclass API
 2021-03-10 18:44 UTC  (8+ messages)
` [PATCH v5 1/2] gpio: i2c-gpio: Drop use of dm_gpio_set_dir()

[PATCH 0/7] SPL: FIT: Bring the SPL_LOAD_FIT path in line with documentation
 2021-03-10 18:04 UTC  (8+ messages)
` [PATCH 1/7] spl: fit: Don't overwrite previous loadable if "load" is missing
` [PATCH 2/7] doc: FIT image: Introduce "u-boot,fpga-legacy" property
` [PATCH 3/7] spl: fit: Move FPGA loading code to separate functions
` [PATCH 4/7] spl: fit: Warn if FIT contains "fpga" property in config node
` [PATCH 5/7] spl: fit: Support loading FPGA images from list of "loadables"
` [PATCH 6/7] Kconfig: Document the limitations of the simple SPL_LOAD_FIT path
` [PATCH 7/7] doc: FIT image: Update FPGA example to make use of "loadables"

[PATCH 1/1] mtd: spi_flash_free()
 2021-03-10 17:23 UTC 

[PATCHv5 0/6] SCP03 control, documentation and tests
 2021-03-10 16:59 UTC  (2+ messages)

[PATCH] sandbox: dtsi: add rng
 2021-03-10 15:08 UTC  (2+ messages)

[PATCH v2] tee: optee: Change printing during optee_probe
 2021-03-10 13:35 UTC 

[PATCH] tee: optee: Change printing during optee_probe
 2021-03-10 13:30 UTC  (3+ messages)

[PATCH] xilinx: Sync DTs with Linux kernel
 2021-03-10 13:10 UTC 

[PULL] u-boot-usb/master
 2021-03-10 11:58 UTC 

[PATCH 0/2] terminal: get this compiling again
 2021-03-10 11:39 UTC  (3+ messages)
` [PATCH 1/2] terminal: correct stdio_dev invocations
` [PATCH 2/2] terminal: only serial_reinit_all if available

[IMPORTANT] gitlab relocation / rename
 2021-03-10 11:31 UTC  (5+ messages)

[PATCH] dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported
 2021-03-10 11:15 UTC  (2+ messages)

[BUG] double free in dfu_free_entities()
 2021-03-10 11:04 UTC 

[PATCH v2] usb: ehci-hcd: Add IAA handshake for removing async QH
 2021-03-10 10:48 UTC  (2+ messages)

[PATCH v2 0/8] lmb: Add config for the number of memory and reserved regions
 2021-03-10  9:16 UTC  (9+ messages)
` [PATCH v2 1/8] lmb: move CONFIG_LMB in Kconfig
` [PATCH v2 2/8] lmb: remove lmb_region.size
` [PATCH v2 3/8] lmb: add a max parameter in the struct lmb_region
` [PATCH v2 4/8] lmb: move MAX_LMB_REGIONS value in Kconfig
` [PATCH v2 5/8] lmb: correct size of the regions array
` [PATCH v2 6/8] test: lmb: add test for overflow protection in lmb_add_region
` [PATCH v2 7/8] lmb: Add 2 config to define the max number of regions
` [PATCH v2 8/8] configs: stm32mp15: increase the number of reserved memory region in lmb

[PATCH 0/2] net: jr2: Fix for jr2 switch
 2021-03-10  8:31 UTC  (3+ messages)
` [PATCH 1/2] net: jr2: Reset switch
` [PATCH 2/2] net: jr2: Fix Serdes6G configuration

[PATCH v2] rtc: add support for rv3028 rtc
 2021-03-10  7:15 UTC 

[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-10  5:36 UTC  (41+ messages)
` [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning
` [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 19/39] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot 21/39] sandbox: make LTO available
` [PATCH u-boot 22/39] sandbox: enable LTO by default
` [PATCH u-boot 26/39] ARM: fix LTO for imx28_xea
` [PATCH u-boot 29/39] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot 30/39] ARM: imx6m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot 32/39] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot 35/39] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build

[PATCH] rtc: add support for rv3028 rtc
 2021-03-10  4:20 UTC  (4+ messages)

Please pull u-boot-x86
 2021-03-10  4:00 UTC  (2+ messages)

[PATCH v4 1/5] firmware: scmi: voltage regulator
 2021-03-09 22:42 UTC  (6+ messages)
  ` [PATCH v4 2/5] firmware: scmi: sandbox test for "
  ` [PATCH v4 3/5] firmware: scmi: fix inline comments and minor coding style issues
  ` [PATCH v4 4/5] test: scmi: add local variables for scmi agent reference
  ` [PATCH v4 5/5] regulator: scmi: fix header file inclusion order

[PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-03-09 21:36 UTC  (3+ messages)

[PATCH] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning
 2021-03-09 20:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] include: configs: am65x_evm: Optimize size of SPL BSS
 2021-03-09 18:02 UTC  (2+ messages)
` [PATCH 2/2] configs: am65x_evm_r5: Enable checks for spl and stack sizes

[PATCH] disk: gpt: verify alternate LBA points to last usable LBA
 2021-03-09 17:15 UTC  (5+ messages)

[PATCH 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
 2021-03-09 16:14 UTC  (19+ messages)
` [PATCH 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
` [PATCH 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
` [PATCH 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it
` [PATCH v2 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
  ` [PATCH v2 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
  ` [PATCH v2 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
  ` [PATCH v2 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it

[PATCH] doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=y
 2021-03-09 14:32 UTC  (2+ messages)

[PATCH] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables
 2021-03-09 14:31 UTC  (2+ messages)

[PATCH 1/2] video: dw_mipi_dsi: missing device to log debug
 2021-03-09 14:22 UTC  (4+ messages)
` [PATCH 2/2] video: dw_mipi_dsi: update log of dphy_enable
  ` [Uboot-stm32] "
` [Uboot-stm32] [PATCH 1/2] video: dw_mipi_dsi: missing device to log debug

[PATCH] video: stm32: remove all child of DSI bridge when its probe failed
 2021-03-09 14:21 UTC  (2+ messages)

[PATCH] configs: stm32mp15: move bootdelay configuration in defconfig
 2021-03-09 14:21 UTC  (2+ messages)

[PATCH] board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when available
 2021-03-09 14:20 UTC  (2+ messages)

[PATCH 0/9] stm32: Add Engicam STM32MP1 SoM
 2021-03-09 14:16 UTC  (20+ messages)
` [PATCH 1/9] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH 2/9] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH 3/9] ARM: stm32: Imply SPL_SPI_LOAD
` [PATCH 4/9] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
` [PATCH 5/9] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0
` [PATCH 6/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM
` [PATCH 7/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 1X4Gb DDR3
` [PATCH 8/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board
` [PATCH 9/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF

[PATCH] stm32mp: bsec: manage clock when present in device tree
 2021-03-09 13:27 UTC  (2+ messages)

[PATCH 1/4] stm32mp: stm32prog: Add Kconfig file for stm32prog command
 2021-03-09 13:14 UTC  (8+ 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

[PATCH] board: st: remove the nand MTD configuration for NOR boot in stm32mp1 board
 2021-03-09 13:06 UTC  (2+ messages)

[PATCH 0/6] stm32mp1_trusted_defconfig rely on SCMI support
 2021-03-09 13:05 UTC  (14+ 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
` [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 6/6] configs: stm32mp1_trusted_defconfig rely on SCMI support

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

[PATCH 1/2] board: gateworks: venice: fix gsc_get_dev
 2021-03-09 12:04 UTC  (4+ messages)
` [PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE

[PATCH] usb: ehci-hcd: Add IAA handshake for removing async QH
 2021-03-09 10:00 UTC  (6+ messages)
  ` [EXT] "

bug report : /drivers/pci/pcie_layerscape_rc.c "pcie->ctrl used without being initialised"
 2021-03-09  9:55 UTC 

[PATCH] tools: mtk_image: add an option to set device header offset
 2021-03-09  7:52 UTC 

[PATCH 1/2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
 2021-03-09  7:46 UTC  (7+ messages)
` [PATCH 2/2] mmc: fsl_esdhc_imx: remove redundant cmd11 related code

[PATCH v2 00/19] video: sunxi: rework DE2 driver
 2021-03-09  5:38 UTC  (9+ messages)
` [PATCH v2 09/19] video: sunxi: de2: switch to public uclass functions
` [PATCH v2 18/19] video: sunxi: Add DW HDMI PHY driver

[PATCH 00/20] ppc: qemu: Add eTSEC support
 2021-03-09  2:41 UTC  (4+ messages)
` [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API

[PATCH v4 0/2] x86: Minor improvements mostly for image loading
 2021-03-09  2:33 UTC  (3+ messages)
` [PATCH v4 2/2] x86: coral: Show memory config and SKU ID on startup

request for i.MX8MM Venice test
 2021-03-08 22:19 UTC  (6+ messages)

Booting a FIT: The load address of the FDT blob and overlays
 2021-03-08 22:16 UTC 

[PATCH 0/2] ANATOP regulator driver
 2021-03-08 21:47 UTC  (5+ messages)
  ` [PATCH 1/2] power: regulator: add driver for ANATOP regulator


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