messages from 2022-09-15 01:51:11 to 2022-11-08 09:46:55 UTC [more...]
[PATCH] lib: utils/serial: Fix semihosting compile error using LLVM
2022-11-08 9:46 UTC (4+ messages)
[PATCH RFC 0/7] Add support for Renesas RZ/Five SoC
2022-11-08 8:42 UTC (16+ messages)
` [PATCH RFC 1/7] lib: utils: serial: Add Renesas SCIF driver
` [PATCH RFC 2/7] lib: utils: serial: Add FDT driver for Renesas SCIF
` [PATCH RFC 3/7] platform: andes/ae350: Split header platform.h header file
` [PATCH RFC 4/7] lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
` [PATCH RFC 5/7] platform: Add Renesas RZ/Five initial support
` [PATCH RFC 6/7] scripts: Add Renesas RZ/Five to platform list in the binary archive script
` [PATCH RFC 7/7] docs: platform: Add documentation for Renesas RZ/Five SoC
[PATCH RFC v1 1/1] lib: sbi: add support for debug triggers
2022-11-01 16:25 UTC (10+ messages)
[PATCH 0/2] miscellaneous
2022-10-31 11:21 UTC (3+ messages)
` [PATCH 1/2] lib: utils/fdt: Remove redundant code
` [PATCH 2/2] lib: utils/fdt: Simplified code
[PATCH v4 00/14] Add Andes AE350 fdt driver support
2022-10-29 15:51 UTC (31+ messages)
` [PATCH v4 01/14] include: sbi: Fix typo in comment
` [PATCH v4 02/14] lib: "
` [PATCH v4 03/14] include: sbi: Fix grammar "
` [PATCH v4 04/14] lib: sbi: Add sbi_domain_root_add_memrange() API
` [PATCH v4 05/14] platform: andes/ae350: Remove enabling cache from an350_final_init
` [PATCH v4 06/14] platform: andes/ae350: Use kconfig to set platform version and default name
` [PATCH v4 07/14] platform: andes/ae350: Use fdt serial driver
` [PATCH v4 08/14] lib: utils/timer: Add Andes fdt timer support
` [PATCH v4 09/14] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH v4 10/14] platform: andes/ae350: Use fdt irqchip driver
` [PATCH v4 11/14] platform: andes/ae350: Add fw_platform_init for platform initialization
` [PATCH v4 12/14] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH v4 13/14] platform: andes/ae350: Add AE350 domain support
` [PATCH v4 14/14] docs: andes-ae350.md: Update ae350 documentation for fdt driver support
[QUERY] Adding a new platform
2022-10-27 23:19 UTC (3+ messages)
[PATCH] docs: fix some typos
2022-10-25 0:57 UTC
[PATCH 0/3] Add Kconfig option for each extension
2022-10-23 5:45 UTC (10+ messages)
` [PATCH 1/3] Makefile: Add rules for carray sources in lib/sbi
` [PATCH 2/3] lib: sbi_ecall: Generate extensions list with carray
` [PATCH 3/3] lib: sbi_ecall: Add Kconfig option for each extension
[1/1] Makefile: Add cscope support
2022-10-23 5:20 UTC (5+ messages)
[PATCH] docs/firmware: update the document
2022-10-23 5:18 UTC (3+ messages)
[PATCH] docs: update docs/firmware/fw_payload.md
2022-10-18 12:58 UTC
[PATCH v5 0/5] Add support for T-HEAD C9xx PMU extensions
2022-10-13 16:44 UTC (16+ messages)
` [PATCH v5 1/5] lib: sbi_pmu: move pmu irq information into pmu itself
` [PATCH v5 2/5] lib: sbi_hart: move hart_features struct to a public location
` [PATCH v5 3/5] lib: sbi_platform: expose hart_features to extension_init callback
` [PATCH v5 4/5] platform: generic: add extensions_init handler and platform-override
` [PATCH v5 5/5] platform: generic: allwinner: add support for c9xx pmu
[PATCH v2 00/12] Add Andes AE350 fdt driver support
2022-10-13 9:40 UTC (25+ messages)
` [PATCH v2 01/12] platform: andes/ae350: Remove enabling cache from an350_final_init
` [PATCH v2 02/12] platform: andes/ae350: Use kconfig to set platform version and default name
` [PATCH v2 03/12] platform: andes/ae350: Use fdt serial driver
` [PATCH v2 04/12] lib: utils/timer: Add Andes fdt timer support
` [PATCH v2 05/12] lib: utils/timer: Add PLMT mmio region to root domain
` [PATCH v2 06/12] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH v2 07/12] platform: andes/ae350: Use fdt irqchip driver
` [PATCH v2 08/12] platform: andes/ae350: Add fw_platform_init for platform initialization
` [PATCH v2 09/12] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH v2 10/12] lib: utils/ipi: Add PLICSW mmio region to root domain
` [PATCH v2 11/12] platform: andes/ae350: Add AE350 domain support
` [PATCH v2 12/12] docs: andes-ae350.md: Update ae350 documentation for fdt driver support
[PATCH] doc:fix some typos
2022-10-13 4:01 UTC (4+ messages)
[PATCH v5] docs/firmware: Update FW_JUMP documentation
2022-10-13 3:55 UTC (2+ messages)
[PATCH v3 00/13] Add Andes AE350 fdt driver support
2022-10-13 3:46 UTC (19+ messages)
` [PATCH v3 01/13] include: sbi: Fix typo in comment
` [PATCH v3 02/13] lib: "
` [PATCH v3 03/13] lib: sbi: Add sbi_domain_root_add_memrange() API
` [PATCH v3 04/13] platform: andes/ae350: Remove enabling cache from an350_final_init
` [PATCH v3 05/13] platform: andes/ae350: Use kconfig to set platform version and default name
` [PATCH v3 06/13] platform: andes/ae350: Use fdt serial driver
` [PATCH v3 07/13] lib: utils/timer: Add Andes fdt timer support
` [PATCH v3 08/13] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH v3 09/13] platform: andes/ae350: Use fdt irqchip driver
` [PATCH v3 10/13] platform: andes/ae350: Add fw_platform_init for platform initialization
` [PATCH v3 11/13] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH v3 12/13] platform: andes/ae350: Add AE350 domain support
` [PATCH v3 13/13] docs: andes-ae350.md: Update ae350 documentation for fdt driver support
[PATCH v4 0/5] Add support for T-HEAD C9xx PMU extensions
2022-09-29 11:54 UTC (16+ messages)
` [PATCH v4 1/5] lib: sbi: do platform-specific extension population earlier
` [PATCH v4 2/5] lib: sbi_pmu: move pmu irq information into pmu itself
` [PATCH v4 3/5] lib: sbi_pmu: add override for counter data
` [PATCH v4 4/5] platform: generic: add extensions_init handler and platform-override
` [PATCH v4 5/5] platform: generic: allwinner: add support for c9xx pmu
gdb needs an sbi extension
2022-09-27 17:54 UTC
[PATCH v4] docs/firmware: Update FW_JUMP documentation
2022-09-27 5:30 UTC (2+ messages)
[PATCH v3] docs/firmware: Update FW_JUMP documentation
2022-09-27 3:20 UTC
[PATCH v3 0/5] Add support for T-HEAD C9xx PMU extensions
2022-09-25 13:56 UTC (4+ messages)
` [PATCH v3 3/5] lib: sbi_pmu: add ability to override methods on non-standard platforms
[PATCH v2] docs/firmware: Update FW_JUMP documentation
2022-09-22 8:09 UTC (2+ messages)
[PATCH 00/12] Add Andes AE350 fdt driver support
2022-09-22 6:33 UTC (26+ messages)
` [PATCH 01/12] platform: ae350: Remove enabling cache from platform final initailzation
` [PATCH 02/12] platform: ae350: Use kconfig to set platform version and default name
` [PATCH 03/12] lib: utils/serial: Add Andes fdt serial driver support
` [PATCH 04/12] lib: utils/timer: Add Andes fdt timer support
` [PATCH 05/12] lib: utils/timer: Add PLMT mmio region to root domain
` [PATCH 06/12] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH 07/12] platform: andes/ae350: Use fdt irqchip driver
` [PATCH 08/12] platform: ae350: Add fw_platform_init for platform initialization
` [PATCH 09/12] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH 10/12] lib: utils/ipi: Add PLICSW mmio region to root domain
` [PATCH 11/12] platform: ae350: Add AE350 domain support
` [PATCH 12/12] docs: andes-ae350.md: Update ae350 documentation for fdt driver support
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