index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
Age
Commit message (
Expand
)
Author
2019-01-29
platform: fu540: Provide a compile time option selective hart booting.
Atish Patra
2019-01-24
platform: add template platform files
Damien Le Moal
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-23
include: Rename ipi_inject() to ipi_send() for sbi_platform
Anup Patel
2019-01-23
include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE
Anup Patel
2019-01-23
lib: Remove target_hart and hartid parameter from TIMER callbacks
Anup Patel
2019-01-23
lib: Remove hartid parameter from IRQCHIP callbacks
Anup Patel
2019-01-23
lib: Remove source_hart and hartid parameter from IPI callbacks
Anup patel
2019-01-23
lib: Remove hartid paramter from early_init() and final_init() callbacks
Anup Patel
2019-01-21
kendryte/k210: Add device tree support
Damien Le Moal
2019-01-21
kendryte/k210: Fix console
Damien Le Moal
2019-01-21
build: Introduce FW_PAYLOAD_ALIGN
Damien Le Moal
2019-01-18
platform: Fix compile error caused by standard includes
Anup Patel
2019-01-18
platform: No need to pass context id for plic fixup.
Atish Patra
2019-01-18
platform: Modify DT using libfdt
Atish Patra
2019-01-18
platform: Remove string functions from tinyfdt.c
Atish Patra
2019-01-18
platform: Include libfdt & libc.
Atish Patra
2019-01-18
platform: Rename fdt.c to tinyfdt.c
Atish Patra
2019-01-18
platform: Add libfdt support.
Atish Patra
2019-01-18
platform: Add minimal libc support.
Atish Patra
2019-01-03
platform: kendryte/k210: Simplify sysctl code
Damien Le Moal
2019-01-03
platform: kendryte/k210: Declare local function static
Damien Le Moal
2018-12-31
platform: Fix author name for Kendryte K210 platform
Anup Patel
2018-12-31
platform: Rename sifive/hifive_u540 to sifive/fu540
Anup Patel
2018-12-27
lib: Rename target_hart parameter to hartid for PMP platform callbacks
Anup Patel
2018-12-27
lib: Simplify sbi_platform timer_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform ipi_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform irqchip_init() hooks
Anup Patel
2018-12-27
lib: Simplify sbi_platform early_init() and final_init() hooks
Anup Patel
2018-12-22
platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZE
Anup Patel
2018-12-22
platform: Remove PLAT_NAME from all platforms
Anup Patel
2018-12-21
Disable all interrupts during warm irqchip init.
Atish Patra
2018-12-21
Introduce hart disabled parameter in platform.
Atish Patra
2018-12-21
Fix plic warm init in platform code.
Anup Patel
2018-12-21
Fix plic warm init in common code.
Anup Patel
2018-12-21
Move hardcoded uart constant to macros.
Atish Patra
2018-12-21
Introduce HAS_MFAULTS_DELEGATION feature
Damien Le Moal
2018-12-21
platform: kendryte/k210: Don't include math.h
Anup Patel
2018-12-21
Kendryte-k210: Remove unnecessary asm functions
Damien Le Moal
2018-12-21
Update Kendryte k210 support
Damien Le Moal
2018-12-21
Refine platform features control
Damien Le Moal
2018-12-21
top: Rename "plat" to "platform" everywhere
Anup Patel