messages from 2021-03-15 07:26:25 to 2021-03-16 16:21:59 UTC [more...]
[PATCH v3 0/8] stm32: Add Engicam STM32MP1 SoM
2021-03-16 16:21 UTC
[PATCH u-boot v3 00/39] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-16 15:52 UTC (46+ messages)
` [PATCH u-boot v3 01/39] regmap: fix a serious pointer casting bug
` [PATCH u-boot v3.1 "
` regmap bug fix
` [PATCH u-boot v3 02/39] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot v3 03/39] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v3 04/39] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v3 05/39] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v3 06/39] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot v3 07/39] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v3 08/39] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot v3 09/39] string: make memcpy(), memset(), memcmp() and memmove() visible "
` [PATCH u-boot v3 10/39] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v3 11/39] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v3 12/39] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v3 13/39] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v3 14/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v3 15/39] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v3 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot v3 17/39] build: support building with Link Time Optimizations
` [PATCH u-boot v3 18/39] build: link with --build-id=none
` [PATCH u-boot v3 19/39] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v3 20/39] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v3 21/39] sandbox: make LTO available
` [PATCH u-boot v3 22/39] sandbox: enable LTO by default
` [PATCH u-boot v3 23/39] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v3 24/39] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v3 25/39] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v3 26/39] ARM: fix LTO for imx28_xea
` [PATCH u-boot v3 27/39] ARM: fix LTO for apf27
` [PATCH u-boot v3 28/39] ARM: fix LTO for keystone
` [PATCH u-boot v3 29/39] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v3 30/39] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v3 31/39] ARM: fix LTO for seaboard
` [PATCH u-boot v3 32/39] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v3 33/39] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v3 34/39] armv8: SPL: discard relocation information
` [PATCH u-boot v3 35/39] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v3 36/39] ARM: make LTO available
` [PATCH u-boot v3 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v3 38/39] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v3 39/39] ARM: enable LTO for some boards
[PATCH v2 0/5] board: imx8mm: Add Engicam i.Core MX8M Mini SoM
2021-03-16 15:52 UTC (7+ messages)
` [PATCH v2 1/5] arm64: dts: imx8mm: Add common -u-boot.dtsi
` [PATCH v2 2/5] configs: Add imx8mm-common header
` [PATCH v2 3/5] arm64: dts: imx8mm: Add Engicam i.Core MX8M Mini SoM
` [PATCH v2 4/5] board: imx8mm: Add Engicam i.Core MX8M Mini EDIMM2.2 Starter Kit
` [PATCH v2 5/5] board: imx8mm: Add Engicam i.Core MX8M Mini C.TOUCH 2.0
[PATCH] scmi: correctly configure MMU for SCMI buffer
2021-03-16 15:13 UTC (2+ messages)
[PATCH v2 0/9] stm32: Add Engicam STM32MP1 SoM
2021-03-16 15:02 UTC (20+ messages)
` [PATCH v2 1/9] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH v2 2/9] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH v2 3/9] ARM: stm32: Imply SPL_SPI_LOAD
` [PATCH v2 4/9] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
` [PATCH v2 5/9] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0
` [PATCH v2 6/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM
` [PATCH v2 7/9] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 1X4Gb DDR3
` [PATCH v2 8/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board
` [PATCH v2 9/9] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF
[PATCH] dm: spi: Prevent setting a speed of 0 Hz in spi_post_probe
2021-03-16 13:23 UTC (2+ messages)
[PATCH] doc: icicle: Fix incorrect board name in HSS docs
2021-03-16 12:56 UTC (7+ messages)
Ficus EE not working / supported ?
2021-03-16 12:44 UTC
Pull request for efi-2021-04-rc5
2021-03-16 11:34 UTC
[PATCH] pci: layerscape: Change to allocate zeroed memery for struct ls_pcie
2021-03-16 10:20 UTC (2+ messages)
[PATCH] arm: socfpga: smc: Remove unused SMC function ID
2021-03-16 9:17 UTC (2+ messages)
[PATCH u-boot v2.1 38/38] ARM: enable LTO for some boards
2021-03-16 9:13 UTC (12+ messages)
U-boot : Request for support - Adding more u-boot environment variables to /inlcude/configs/<board>.h does not allow u-boot to start
2021-03-16 9:00 UTC
[PATCH u-boot] regmap: fix a serious pointer casting bug
2021-03-16 8:46 UTC (4+ messages)
[PATCH v2 1/2] this: patman: Update documentation to match new usage
2021-03-16 5:58 UTC (4+ messages)
` [PATCH v2 2/2] patman: Quieten down the alias checking
[PATCH v2 1/1] sandbox: allow cross-compiling sandbox
2021-03-16 5:58 UTC (4+ messages)
[PATCH] tools: fdtgrep: Use unsigned chars for arrays
2021-03-16 5:58 UTC (3+ messages)
[PATCH] mmc: pci: Fix Kconfig dependency
2021-03-16 5:58 UTC (3+ messages)
[PATCH] test: cmd: setexpr: Fix a typo
2021-03-16 5:58 UTC (3+ messages)
[PATCH] test: print_ut: Fix potential build error
2021-03-16 5:58 UTC (3+ messages)
[PATCH] patman: Use less for help file, if available
2021-03-16 5:58 UTC (3+ messages)
[PATCH 1/1] sandbox: enable cros-ec-keyb in test.dtb
2021-03-16 5:58 UTC (3+ messages)
[PATCH 1/1] dm: error handling dev_get_dma_range()
2021-03-16 5:58 UTC (3+ messages)
[PATCH] sandbox: add FAT to the list of usable env drivers
2021-03-16 5:58 UTC (3+ messages)
[PATCH 0/2] mmc: Add support for checking device number against alias index
2021-03-16 5:48 UTC (5+ messages)
` [PATCH 1/2] mmc: Check for device with a seq number equal to num before checking against index
` [PATCH 2/2] mmc: mmc-uclass: Assign devnum as alias index in SPL too if CONFIG_SPL_DM_SEQ_ALIAS is enabled
[PATCH v2 00/14] spi: dw: Add support for DUAL/QUAD/OCTAL modes
2021-03-16 4:34 UTC (4+ messages)
[PATCH 0/7] Add FU740 chip and HiFive Unmatched board support
2021-03-16 3:28 UTC (11+ messages)
` [PATCH 6/7] board: sifive: add "
` [PATCH 7/7] drivers: net: macb: add fu740 support
[PATCH] riscv: sifive: Rename fu540 board to unleashed
2021-03-16 3:06 UTC
[PATCH] bus: ti-sysc: fix uclass driver id
2021-03-16 2:28 UTC (2+ messages)
Flaky EFI test
2021-03-16 1:57 UTC (3+ messages)
[PATCH 1/2] of: addr: Abort address translation for parent nodes missing 'ranges'
2021-03-16 1:28 UTC (7+ messages)
[PATCH v2 0/6] Enable ECDSA FIT verification for stm32mp
2021-03-16 0:24 UTC (7+ messages)
` [PATCH v2 1/6] dm: crypto: Define UCLASS API for ECDSA signature verification
` [PATCH v2 2/6] lib: ecdsa: Add skeleton to implement ecdsa verification in u-boot
` [PATCH v2 3/6] lib: ecdsa: Implement signature verification for crypto_algo API
` [PATCH v2 4/6] arm: stm32mp1: Implement ECDSA signature verification
` [PATCH v2 5/6] Kconfig: FIT_SIGNATURE should not select RSA_VERIFY
` [PATCH v2 6/6] test: dm: Add test for ECDSA UCLASS support
[PATCH 00/19] sandbox: Preparation for running vboot from coreboot
2021-03-16 0:09 UTC (8+ messages)
` [PATCH 01/19] sandbox: Only call timer_timebase_fallback() if present
` [PATCH 03/19] sandbox: cros_ec: Only write EC state when the EC is probed
` [PATCH 15/19] doc: Convert Chromium OS docs to rst
[PATCH 0/5] Add Silicon Linux EK874 board
2021-03-15 23:47 UTC (7+ messages)
` [PATCH 1/5] arm: dts: r8a774c0: Resync R8A774C0 SoC DTSI with Linux 5.11
` [PATCH 2/5] pinctrl: renesas: pfc-r8a77990: Sync PFC tables "
` [PATCH 3/5] pinctrl: renesas: Add support for R8A774C0
` [PATCH 4/5] arm: rmobile: Add Silicon Linux EK874 board support
` [PATCH 5/5] board: silinux: Enable recovery SPL for EK874 board
[PATCH] board: hoperun: Enable recovery SPL for HiHope RZ/G2[HMN] boards
2021-03-15 23:40 UTC (2+ messages)
[PATCH] finish removing mb862xx video driver
2021-03-15 22:52 UTC
[PATCH u-boot v2 00/38] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-15 22:34 UTC (4+ messages)
` [PATCH u-boot v2 10/38] efi_loader: fix warning when linking with LTO
Patches pending for review
2021-03-15 21:24 UTC
[PATCH] tools: Integrate the Dockerfile used for CI
2021-03-15 17:19 UTC
[PATCH v9 0/5] Add RZ/G2[HMN] board support
2021-03-15 17:18 UTC (2+ messages)
[PATCH 0/7] Fix compiler warnings for 32-bit ARM
2021-03-15 17:06 UTC (8+ messages)
` [PATCH 4/7] tpm: Correct warning on 32-bit build
` [PATCH 5/7] test: acpi: Fix warnings "
` [PATCH 7/7] doc: sandbox: Update instructions on quitting
[ANN] U-Boot v2021.04-rc4 released
2021-03-15 16:07 UTC
[PATCH 1/2] moveconfig.py: add try…except
2021-03-15 16:01 UTC (2+ messages)
` [PATCH 2/2] moveconfig.py: add to the "do not process" list
[GIT PULL] TI changes for v2021.04 rc4
2021-03-15 15:53 UTC (2+ messages)
[PULL] Pull request for u-boot master / v2021.07 = u-boot-stm32-20210312
2021-03-15 15:53 UTC (2+ messages)
[PATCHv5 0/6] SCP03 control, documentation and tests
2021-03-15 15:53 UTC (13+ messages)
` [PATCHv5 1/6] common: SCP03 control (enable and provision of keys)
` [PATCHv5 2/6] cmd: SCP03: enable and provision command
` [PATCHv5 3/6] drivers: tee: sandbox: SCP03 control emulator
` [PATCHv5 4/6] doc: describe the scp03 command
` [PATCHv5 5/6] sandbox: imply SCP03 and CMD_SCP03
` [PATCHv5 6/6] test: py: add initial coverage for scp03 cmd
[PATCH v2 0/6] log: Allow multiple lines and conversion to printf()
2021-03-15 15:52 UTC (9+ messages)
` [PATCH v2 1/6] log: Set up a flag byte for log records
` [PATCH v2 2/6] log: Handle line continuation
` [PATCH v2 3/6] log: Add return-checking macros for 0 being success
` [PATCH v2 5/6] tpm: Don't select LOG
[PATCH v2 0/5] stm32mp: Enable OP-TEE and TZC support in SPL
2021-03-15 15:47 UTC (6+ messages)
` [PATCH v2 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode
` [PATCH v2 2/5] spl: Introduce spl_board_prepare_for_optee() hook
` [PATCH v2 3/5] arm: stm32mp: Implement support for TZC 400 controller
` [PATCH v2 4/5] stm32mp1: spl: Configure TrustZone controller for OP-TEE
` [PATCH v2 5/5] ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb
bad block check loop in nand: mxs_nand_spl
2021-03-15 15:40 UTC
[PATCH resend] mmc: mtk-sd: don't ignore max-frequency from device tree
2021-03-15 15:31 UTC
[v1 0/2] Store QSPI reference clock in kHz for SOCFPGA SOC64
2021-03-15 14:36 UTC (3+ messages)
` [v1 1/2] arm: socfpga: Move Stratix10 and Agilex clock manager common code
` [v1 2/2] arm: socfpga: Changed to store QSPI reference clock in kHz
[PATCH v2 1/4] test: Include /sbin to the PATH when creating ext4 disk image
2021-03-15 13:59 UTC (2+ messages)
[RFC] dev_phys_to_bus() and PCI
2021-03-15 10:26 UTC (2+ messages)
[PATCH] efi_loader: fix memory type for memory reservation block
2021-03-15 9:57 UTC (2+ messages)
[v1 0/5] Restructure Stratix10 and Agilex handoff code
2021-03-15 9:43 UTC (6+ messages)
` [v1 1/5] arm: socfpga: Rename Stratix10 and Agilex handoff common macros
` [v1 2/5] arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.c
` [v1 3/5] arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.c
` [v1 4/5] arm: socfpga: Rearrange sequence of macros in handoff_soc64.h
` [v1 5/5] arm: socfpga: Restructure Stratix10 and Agilex handoff code
[PATCH] configs: omap3_logic: Enable CONFIG_SPL_ALLOC_BD
2021-03-15 9:10 UTC (3+ messages)
[PATCH] ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO
2021-03-15 9:10 UTC (2+ messages)
[PATCH] net: gem: Fix setting PCS auto-negotiation state
2021-03-15 9:08 UTC (2+ messages)
` [PATCH] net: gem: Fix setting PCS auto-negotiation statee
[PATCH] arm: socfpga: Move Stratix10 and Agilex SPL common code
2021-03-15 7:59 UTC
[PATCH v8 00/28] Add DM support for omap PWM backlight
2021-03-15 7:47 UTC (4+ messages)
` [PATCH v8 03/28] bus: ti: add minimal sysc interconnect target driver
[PATCH v2 00/21] binman: Support devicetree update in all entries
2021-03-15 7:26 UTC (3+ messages)
` [PATCH v2 20/21] binman: Drop repetitive heading for each entry
` [PATCH v2 21/21] binman: Update various pieces of the documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox