[PATCH 0/3] Add bootm ZSTD support
2024-01-24 13:47 UTC (4+ messages)
` [PATCH 1/3] filetype: add zstd support
` [PATCH 2/3] bootm: add support to boot ZSTD compressed images
` [PATCH 3/3] uncompress: add detected file type debug print
[PATCH] ARM: i.MX93: tqma9352-mba93xxca: use upstream device tree
2024-01-24 8:51 UTC
[PATCH v2 1/2] Port SoC framework from Linux
2024-01-24 8:27 UTC (3+ messages)
` [PATCH v2 2/2] ARM: i.MX8M: convert the machine init to the soc driver
[PATCH] Documentation: user: usb: fix duplicate literal block
2024-01-24 7:46 UTC (2+ messages)
[PATCH] Documentation: usb: document bbu fastboot partition name
2024-01-23 16:47 UTC (4+ messages)
[PATCH] ddr: imx8m: add missing DDR clock rates
2024-01-23 12:15 UTC (4+ messages)
[PATCH 000/112] efi: prepare for ARM64 EFI loader support
2024-01-22 19:18 UTC (7+ messages)
` [PATCH 057/112] pbl: introduce CONFIG_PBL_FULLY_PIC
` [PATCH 060/112] ARM: pbl: add 64K segment alignment for PE/COFF
IMX8M and Optee support
2024-01-22 15:48 UTC (9+ messages)
[PATCH] fixup! pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanup
2024-01-22 12:55 UTC (2+ messages)
v2024.01.0
2024-01-22 12:47 UTC
[PATCH master] ARM: i.MX8MM bootsource: fix serial detection for QSPI boot source
2024-01-22 10:23 UTC (2+ messages)
[PATCH 0/7] ARM: Add i.MX93 OP-TEE support
2024-01-22 10:20 UTC (16+ messages)
` [PATCH 1/7] firmware: add missing FIRMWARE_IMX8MQ_OPTEE symbol
` [PATCH 2/7] firmware: add missing include
` [PATCH 3/7] firmware: i.MX OP-TEE: Add some Kconfig help
` [PATCH 4/7] ARM: i.MX93: add imx93_barebox_entry()
` [PATCH 5/7] ARM: i.MX: export imx9_ddrc_sdram_size()
` [PATCH 6/7] ARM: i.MX93: add scratch space support
` [PATCH 7/7] ARM: i.MX93: Add OP-TEE support
[PATCH 00/19] pmdomain: imx: add i.MX8MP HSIO blk-ctrl driver
2024-01-22 10:12 UTC (21+ messages)
` [PATCH 01/19] drivers: soc: split off powerdomains into new pmdomain directory
` [PATCH 02/19] pmdomain: use single implementation for dev_pm_domain_attach
` [PATCH 03/19] pmdomain: power: drop unused parameters for internal functions
` [PATCH 04/19] pmdomain: associate devices with their power domain
` [PATCH 05/19] pmdomain: push have_genpd_providers check into __genpd_dev_pm_attach
` [PATCH 06/19] pmdomain: drop superfluous parameter to __genpd_dev_pm_attach
` [PATCH 07/19] pmdomain: implement dev_pm_domain_attach_by_id/name
` [PATCH 08/19] pmdomain: add support for enabling power domains later on
` [PATCH 09/19] pmdomain: imx: gpcv2: enable COMPILE_TEST build
` [PATCH 10/19] pmdomain: add stub definition for dev_pm_domain_detach
` [PATCH 11/19] pmdomain: add stub definition for pm_runtime_put_genpd
` [PATCH 12/19] pmdomain: implement pm_genpd_remove/of_genpd_del_provider for cleanup
` [PATCH 13/19] driver: have dev_request_mem_region_err_null warn if resource starts at 0
` [PATCH 14/19] include: linux/device.h: implement dev_platform_ioremap_resource
` [PATCH 15/19] regmap: include missing header from linux/regmap.h
` [PATCH 16/19] clk: define aliases for clk_bulk_prepare_enable/disable_unprepare
` [PATCH 17/19] driver: make driver.h header self-contained
` [PATCH 18/19] pmdomain: imx: add i.MX8MP HSIO blk-ctrl driver
` [PATCH 19/19] ARM: dts: i.MX8MP: drop barebox,allow-dummy for HSIO blk-ctrl
[PATCH] ARM: dts: i.MX8MP: fix Debix environment partition unit address mismatch
2024-01-22 9:36 UTC (3+ messages)
[PATCH 0/3] soc: imx: featctrl: finalize support for i.MX8MP
2024-01-22 9:35 UTC (6+ messages)
` [PATCH 1/3] soc: imx: imx8m-featctrl: make header self-contained
` [PATCH 2/3] nvmem: ocotp: prepare adding tester3 support
` [PATCH 3/3] soc: imx: featctrl: finalize support for i.MX8MP
PPC initrd placement
2024-01-22 9:28 UTC
[PATCH] ARM: dts: i.MX8MP: drop temporary workaround
2024-01-22 9:14 UTC (2+ messages)
[PATCH v2 00/18] Dynamic OP-TEE Loading
2024-01-19 8:20 UTC (32+ messages)
` [PATCH v2 01/18] ARM: i.MX8M: atf: make use of imx8m*_save_bootrom_log macros
` [PATCH v2 02/18] ARM: i.MX8M: bundle imx-scratch code
` [PATCH v2 03/18] ARM: i.MX8M: scratch: make imx_scratch_space private
` [PATCH v2 04/18] ARM: i.MX8M: romapi: refactor saving the bootrom log
` [PATCH v2 05/18] ARM: i.MX8M: scratch: add optee_hdr area
` [PATCH v2 06/18] common: limit BOOTM_OPTEE to 32bit systems
` [PATCH v2 07/18] common: add OPTEE_SHM_SIZE to configure optee shared memory
` [PATCH v2 08/18] optee: add support to verify 64-bit headers as well
` [PATCH v2 09/18] optee: add header version check
` [PATCH v2 10/18] optee: add helper functions to set/get the optee memory base
` [PATCH v2 11/18] optee: optee_verify_header: constify optee_header
` [PATCH v2 12/18] ARM64: mmu: add dynamic optee memory mapping support
` [PATCH v2 13/18] ARM: i.MX8M: add dynamic optee memory of-fixup support
` [PATCH v2 14/18] drivers: tee: optee: add support for dynamic optee memory base address
` [PATCH v2 15/18] ARM: i.MX8M: atf: add support for optee hdr parsing
` [PATCH v2 16/18] ARM: i.MX8M: allow board code to configure the bl33 loadaddr
` [PATCH v2 17/18] ARM: i.MX8M: cleanup MX8M*_ATF_BL33_BASE_ADDR defines
` [PATCH v2 18/18] ARM: i.MX8M: fix optee of-fixup logic
[PATCH v2] firmware: fix missing firmware handling for external firmware
2024-01-19 8:07 UTC
[PATCH] ARM: i.MX8MP: enhance support for ocotp driver
2024-01-19 7:16 UTC (2+ messages)
[PATCH 1/2] clk: make COMMON_CLK a visible symbol
2024-01-19 6:50 UTC (3+ messages)
` [PATCH 2/2] clk: select CLKDEV_LOOKUP from COMMON_CLK
[PATCH] clk: fix of_clk_hw_simple_get stub definition
2024-01-19 6:43 UTC (2+ messages)
[PATCH] mtd: nand: denali: Make partition binding configurable
2024-01-19 6:42 UTC (2+ messages)
[PATCH] firmware: fix missing firmware handling for external firmware
2024-01-17 9:58 UTC (4+ messages)
[PATCH v2 0/2] Use HABv4 report_event implementation for imx8mm and imx8mn
2024-01-17 7:45 UTC (10+ messages)
` [PATCH v2 1/2] habv4: correct habv4 rom vector table
` [PATCH v2 2/2] habv4: use hab rom implementation of report_event
[PATCH] firmware: fix external firmware dependencies
2024-01-17 7:17 UTC (4+ messages)
[PATCH] fixup! ARM: i.MX8M: return error if imx_load_image can't honour entry address
2024-01-17 7:16 UTC (2+ messages)
[PATCH] fixup! pbl: add COMPILE_TEST prompt for PBL_VERIFY_PIGGY
2024-01-17 7:15 UTC (2+ messages)
[PATCH] fixup! habv4: use hab rom implementation of report_event
2024-01-16 16:16 UTC
[PATCH 1/3] ARM: i.MX8M: remove unutilized start parameter to i.MX8M load functions
2024-01-16 9:43 UTC (4+ messages)
` [PATCH 2/3] ARM: i.MX8M: return error if imx_load_image can't honour entry address
` [PATCH 3/3] pbl: add COMPILE_TEST prompt for PBL_VERIFY_PIGGY
[PATCH 1/2] watchdog: imxulp: Fix timeout calculation
2024-01-16 6:53 UTC (3+ messages)
` [PATCH 2/2] watchdog: imxulp: Fix prescaler setting on i.MX7ulp
[PATCH 0/2] Use HABv4 report_event implementation for imx8mm and imx8mn
2024-01-12 16:04 UTC (7+ messages)
` [PATCH 1/2] habv4: correct habv4 rom vector table
` [PATCH 2/2] habv4: use hab rom implementation of report_event
[PATCH] fixup! of: populate new device_d::dma_coherent attribute
2024-01-11 17:54 UTC (2+ messages)
` (subset) "
[PATCH 1/2] Port SoC framework from Linux
2024-01-11 16:30 UTC (4+ messages)
` [PATCH 2/2] ARM: i.MX8M: convert the machine init to the soc driver
[PATCH 00/18] Dynamic OP-TEE Loading
2024-01-11 15:28 UTC (26+ messages)
` [PATCH 01/18] ARM: i.MX8M: atf: make use of imx8m*_save_bootrom_log macros
` [PATCH 02/18] ARM: i.MX8M: bundle imx-scratch code
` [PATCH 03/18] ARM: i.MX8M: scratch: make imx_scratch_space private
` [PATCH 04/18] ARM: i.MX8M: romapi: refactor saving the bootrom log
` [PATCH 05/18] ARM: i.MX8M: scratch: add optee_hdr area
` [PATCH 06/18] common: limit BOOTM_OPTEE to 32bit systems
` [PATCH 07/18] common: add OPTEE_SHM_SIZE to configure optee shared memory
` [PATCH 08/18] optee: add support to verify 64-bit headers as well
` [PATCH 09/18] optee: add header version check
` [PATCH 10/18] optee: add helper functions to set/get the optee memory base
` [PATCH 11/18] optee: optee_verify_header: constify optee_header
` [PATCH 12/18] ARM64: mmu: add dynamic optee memory mapping support
` [PATCH 13/18] ARM: i.MX8M: add dynamic optee memory of-fixup support
` [PATCH 14/18] drivers: tee: optee: add support for dynamic optee memory base address
` [PATCH 15/18] ARM: i.MX8M: atf: add support for optee hdr parsing
` [PATCH 16/18] ARM: i.MX8M: allow board code to configure the bl33 loadaddr
` [PATCH 17/18] ARM: i.MX8M: cleanup MX8M*_ATF_BL33_BASE_ADDR defines
` [PATCH 18/18] ARM: i.MX8M: fix optee of-fixup logic
[PATCH master v2 1/2] hab: habv4: use explicitly unsigned types for pointers into SRAM
2024-01-11 15:15 UTC (3+ messages)
` [PATCH master v2 2/2] hab: habv4: warn if more than 10 HAB events are found
[PATCH v2 00/11] ARM64: layerscape: make LS1046 DMA coherent
2024-01-11 14:44 UTC (4+ messages)
[PATCH] scripts/get_maintainer.pl: Drop wrong line from output
2024-01-11 14:14 UTC (2+ messages)
[PATCH] regmap: clarify struct regmap::max_register value some more
2024-01-11 14:14 UTC (3+ messages)
[PATCH 0/2] omap3-usb-loader fixes
2024-01-11 14:09 UTC (2+ messages)
[PATCH master 1/2] hab: habv4: use explicitly unsigned types for pointers into SRAM
2024-01-11 12:12 UTC (2+ messages)
` [PATCH master 2/2] hab: habv4: warn if more than 10 HAB events are found
[PATCH master 0/7] regmap: fix size of regmap-backed cdev and nvmem
2024-01-11 7:35 UTC (7+ messages)
` [PATCH master 2/7] nvmem: bsec: correct regmap's max_register
[PATCH RFC] bootm: support printing bootm parameters determined at runtime to file
2024-01-11 7:10 UTC (4+ messages)
[PATCH RFC 00/12] ARM64: layerscape: make LS1046 DMA coherent
2024-01-11 7:05 UTC (4+ messages)
` [PATCH RFC 09/12] of: populate new device_d::dma_coherent attribute
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox