messages from 2021-03-15 18:23:01 to 2021-03-17 01:28:45 UTC [more...]
[PATCH v4 00/42] dm: Implement OF_PLATDATA_INST in driver model (part E)
2021-03-17 1:28 UTC (63+ messages)
` [PATCH v4 12/42] clk: sandbox: Move priv/plat data to a header file
` [PATCH v4 13/42] clk: fixed-rate: Export driver parts for OF_PLATDATA_INST
` [PATCH v4 14/42] clk: sandbox: Create a special fixed-rate driver
` [PATCH v4 15/42] dm: core: Drop device_get_by_driver_info()
` [PATCH v4 16/42] dm: core: Drop uclass_find_device_by_phandle() with of-platdata
` [PATCH v4 17/42] sandbox: i2c: Move platdata structs to header files
` [PATCH v4 18/42] dm: Rename device_get_by_driver_info_idx()
` [PATCH v4 19/42] sandbox_spl: Increase SPL malloc() size
` [PATCH v4 20/42] sandbox: i2c: Support i2c emulation with of-platdata
` [PATCH v4 21/42] Revert "sandbox: Disable I2C emulators in SPL"
` [PATCH v4 22/42] sandbox: Create a new sandbox_noinst build
` [PATCH v4 23/42] test: Run sandbox_spl tests on sandbox_noinst
` [PATCH v4 24/42] azure/gitlab: Add tests for sandbox_noinst
` [PATCH v4 25/42] dm: core: Add an option to support SPL in read-only memory
` [PATCH v4 26/42] dm: core: Create a struct for device runtime info
` [PATCH v4 27/42] dm: core: Move flags to device-runtime info
` [PATCH v4 28/42] dm: core: Allow storing priv/plat data separately
` [PATCH v4 29/42] sandbox: Define a region for device priv/plat data
` [PATCH v4 30/42] dm: core: Use separate priv/plat data region
` [PATCH v4 31/42] dm: core: Add warnings to private / platform setters
` [PATCH v4 32/42] dm: doc: Tidy up of-platdata docs
` [PATCH v4 33/42] dm: doc: Add documentation for of-platdata-inst
` [PATCH v4 34/42] x86: Define a region for device priv/plat data
` [PATCH v4 35/42] x86: apl: Fix the header order in pmc
` [PATCH v4 36/42] x86: apl: Tell of-platdata about a required header file
` [PATCH v4 37/42] x86: itss: Tidy up bind() for of-platdata-inst
` [PATCH v4 38/42] x86: Support a fake PCI device with of-platdata-inst
` [PATCH v4 39/42] x86: Don't include reset driver in SPL
` [PATCH v4 40/42] x86: coral: Drop ACPI properties from of-platdata
` [PATCH v4 41/42] x86: coral: Drop TPM and ACPI interrupts from TPL
` [PATCH v4 42/42] x86: apl: Use read-only SPL and new of-platdata
[PATCH 1/2] of: addr: Abort address translation for parent nodes missing 'ranges'
2021-03-17 1:26 UTC (9+ messages)
[PATCH 0/2] power: move power_max77696_init() to board file
2021-03-16 22:34 UTC (5+ messages)
Patches pending for review
2021-03-16 22:26 UTC (3+ messages)
[PATCH 0/2] mmc: Add support for checking device number against alias index
2021-03-16 21:40 UTC (7+ 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 00/34] x86: Enhancements for booting from coreboot
2021-03-16 21:39 UTC (5+ messages)
` [PATCH 05/34] x86: coral: Put the eMMC first
` [PATCH 06/34] x86: coral: Update the SD card-detect GPIO
[PATCH] board: hoperun: Enable recovery SPL for HiHope RZ/G2[HMN] boards
2021-03-16 21:24 UTC (3+ messages)
[PATCH v2] bus: ti-sysc: change in a normal driver
2021-03-16 20:51 UTC
[PATCH 1/1] imx6: icorem6: chmod 644 enigcam.bmp
2021-03-16 20:48 UTC (2+ messages)
[PATCH 0/6 v3] Loadfile2 for initrd loading
2021-03-16 20:25 UTC (5+ messages)
` [PATCH 1/6 v3] efi_selftest: Remove loadfile2 for initrd selftests
` [PATCH 5/6 v3] efidebug: add multiple device path instances on Boot####
Flaky EFI test
2021-03-16 18:08 UTC (4+ messages)
[PATCH] ahci: mediatek: fix undefined reference of dev_err
2021-03-16 18:05 UTC
[PATCH] arm: omap3: Make try_unlock_memory() static
2021-03-16 17:42 UTC (4+ messages)
[PATCH] efi_loader: NULL dereference in EFI console
2021-03-16 16:56 UTC
[PATCH u-boot v3 00/39] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-16 16:51 UTC (48+ 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
Pull request for efi-2021-04-rc5
2021-03-16 16:37 UTC (2+ messages)
[PATCH v2 0/8] Add FU740 chip and HiFive Unmatched board support
2021-03-16 16:33 UTC (9+ messages)
` [PATCH v2 1/8] riscv: dts: add fu740 support
` [PATCH v2 2/8] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v2 3/8] drivers: clk: add fu740 support
` [PATCH v2 4/8] drivers: ram: sifive: rename fu540_ddr to sifive_ddr
` [PATCH v2 5/8] drivers: ram: add fu740 support
` [PATCH v2 6/8] drivers: pci: add pcie support for fu740
` [PATCH v2 7/8] board: sifive: add HiFive Unmatched board support
` [PATCH v2 8/8] drivers: net: macb: add fu740 support
[PATCH v3 0/8] stm32: Add Engicam STM32MP1 SoM
2021-03-16 16:22 UTC (9+ messages)
` [PATCH v3 1/8] ARM: dts: stm32: Add Engicam i.Core "
` [PATCH v3 2/8] ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3
` [PATCH v3 3/8] ARM: stm32: Imply SPL_SPI_LOAD
` [PATCH v3 4/8] board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter Kit
` [PATCH v3 5/8] board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0
` [PATCH v3 6/8] ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoM
` [PATCH v3 7/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 board
` [PATCH v3 8/8] board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OF
[PATCH v2 0/5] board: imx8mm: Add Engicam i.Core MX8M Mini SoM
2021-03-16 15:52 UTC (3+ messages)
` [PATCH v2 2/5] configs: Add imx8mm-common header
[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
[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 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 (6+ messages)
` [PATCH 6/7] board: sifive: add "
[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)
[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 (6+ 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 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] 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
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