aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-17docs: Document parameters passed to firmware and alignment requirementBin Meng
2021-07-17firmware: Remove the unhelpful alignment codes before fdt relocationBin Meng
2021-07-17include: types: Use __builtin_offsetof when supportedAlex Richardson
2021-07-17firmware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.hAlex Richardson
2021-07-17lib: utils/reset: Add generic GPIO reset driverGreen Wan
2021-07-17lib: utils/gpio: Add minimal SiFive GPIO driverGreen Wan
2021-07-17lib: utils/gpio: Add simple FDT based GPIO frameworkAnup Patel
2021-07-17lib: utils/gpio: Add generic GPIO configuration libraryAnup Patel
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel
2021-07-11lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquadJessica Clarke
2021-07-11Makefile: Support building with Clang and LLVM binutilsJessica Clarke
2021-07-11firmware: Only default FW_PIC to y if supportedJessica Clarke
2021-07-11firmware: Explicitly pass -pie to the linker, not just the driverJessica Clarke
2021-07-11fw_base: Put data in .data rather than .textJessica Clarke
2021-07-11fw_base: Don't mark fw_platform_init as both global and weakJessica Clarke
2021-07-11lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csrAnup Patel
2021-07-11firmware: Define a macro for version of struct fw_dynamic_infoBin Meng
2021-07-11firmware: Remove the sanity checks in fw_save_info()Bin Meng
2021-07-11docs: Make <xyz> visible in the rendered platform guideBin Meng
2021-07-11docs: Correct a typo in platform_guide.mdBin Meng
2021-07-11firmware: Minor optimization in _scratch_init()Bin Meng
2021-07-11platform: generic: Add PMU supportAtish Patra
2021-07-11lib: sbi: Improve TLB function namingAtish Patra
2021-07-11lib: sbi: Implement firmware countersAtish Patra
2021-07-11lib: sbi: Implement SBI PMU extensionAtish Patra
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra
2021-07-11lib: sbi: Add PMU supportAtish Patra
2021-07-11lib: sbi: Add PMU specific platform hooksAtish Patra
2021-07-11lib: sbi: Use csr_read/write_num to read/update PMU countersAtish Patra
2021-07-11lib: sbi: Remove redundant boot time print statementAtish Patra
2021-07-11include: Add a list empty check functionAtish Patra
2021-07-11lib: sbi: Disable m/scounteren & enable mcountinhibitAtish Patra
2021-07-11lib: sbi: Detect number of bits implemented in mhpmcounterAtish Patra
2021-07-11lib: sbi: Remove stray '\' characterAtish Patra
2021-07-11lib: sbi: Detect mcountinihibit support at runtimeAtish Patra
2021-07-11docs: Add device tree bindings for SBI PMU extensionAtish Patra
2021-07-06platform: generic: Terminate platform.name with nullBin Meng
2021-07-06docs/platform: thead-c9xx: Remove FW_PIC=yBin Meng
2021-07-05lib: utils: reset: unify naming of 'sifive_test' deviceGreen Wan
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel
2021-06-24lib: utils/timer: Add FDT based ACLINT MTIMER driverAnup Patel
2021-06-24lib: utils/ipi: Add FDT based ACLINT MSWI IPI driverAnup Patel
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel
2021-06-24lib: utils/ipi: Add ACLINT MSWI libraryAnup Patel
2021-06-24lib: utils/timer: Add ACLINT MTIMER libraryAnup Patel
2021-06-22lib: simplify sbi_fifo_inplace_update()Heinrich Schuchardt
2021-06-22lib: sign conflict in wake_coldboot_harts()Heinrich Schuchardt
2021-06-22lib: sign conflict in sbi_tlb_entry_process()Heinrich Schuchardt
2021-06-22lib: utils/libfdt: Upgrade to v1.6.1 releaseBin Meng
2021-06-12lib: sbi: Fix GET_F64_REG inline assemblyCharles Papon