summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-04platform: generic: Change FW_JUMP_FDT_ADDR to 128MB offsetREL_DUBHE_SEPT2021REL_DUBHE_PRERELEASEstarfive-dubheLey Foon Tan1-1/+1
2021-07-27lib: utils: support both of gpio-poweroff, gpio-resetHeinrich Schuchardt2-2/+12
2021-07-27lib: utils: remove unused variable in fdt_reset_initHeinrich Schuchardt1-3/+0
2021-07-27generic: fu740: add workaround for CIP-1200 errataDavid Abdurachmanov3-0/+39
2021-07-27firmware: use _fw_start for load addressXiang W2-4/+4
2021-07-27Makefile: Manually forward RELAX_FLAG to the assembler when linking with LLDBin Meng1-0/+5
2021-07-17README: Update toolchain informationBin Meng1-5/+13
2021-07-17docs: Document FW_PIC compile time optionBin Meng1-0/+6
2021-07-17docs: Document parameters passed to firmware and alignment requirementBin Meng2-2/+10
2021-07-17firmware: Remove the unhelpful alignment codes before fdt relocationBin Meng1-4/+1
2021-07-17include: types: Use __builtin_offsetof when supportedAlex Richardson1-1/+7
2021-07-17firmware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.hAlex Richardson1-6/+6
2021-07-17lib: utils/reset: Add generic GPIO reset driverGreen Wan3-0/+144
2021-07-17lib: utils/gpio: Add minimal SiFive GPIO driverGreen Wan3-0/+109
2021-07-17lib: utils/gpio: Add simple FDT based GPIO frameworkAnup Patel3-0/+167
2021-07-17lib: utils/gpio: Add generic GPIO configuration libraryAnup Patel3-0/+225
2021-07-17lib: utils/fdt: Add fdt_parse_phandle_with_args() APIAnup Patel2-0/+58
2021-07-11lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquadJessica Clarke11-1/+683
2021-07-11Makefile: Support building with Clang and LLVM binutilsJessica Clarke2-9/+105
2021-07-11firmware: Only default FW_PIC to y if supportedJessica Clarke2-1/+4
2021-07-11firmware: Explicitly pass -pie to the linker, not just the driverJessica Clarke1-1/+1
2021-07-11fw_base: Put data in .data rather than .textJessica Clarke1-0/+1
2021-07-11fw_base: Don't mark fw_platform_init as both global and weakJessica Clarke1-1/+0
2021-07-11lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csrAnup Patel1-0/+4
2021-07-11firmware: Define a macro for version of struct fw_dynamic_infoBin Meng2-3/+4
2021-07-11firmware: Remove the sanity checks in fw_save_info()Bin Meng1-8/+0
2021-07-11docs: Make <xyz> visible in the rendered platform guideBin Meng1-8/+8
2021-07-11docs: Correct a typo in platform_guide.mdBin Meng1-1/+1
2021-07-11firmware: Minor optimization in _scratch_init()Bin Meng1-4/+9
2021-07-11platform: generic: Add PMU supportAtish Patra1-0/+30
2021-07-11lib: sbi: Improve TLB function namingAtish Patra1-21/+20
2021-07-11lib: sbi: Implement firmware countersAtish Patra6-0/+60
2021-07-11lib: sbi: Implement SBI PMU extensionAtish Patra5-1/+99
2021-07-11utils: fdt: Add fdt helper functions to parse PMU DT nodesAtish Patra4-0/+160
2021-07-11lib: sbi: Add PMU supportAtish Patra6-1/+844
2021-07-11lib: sbi: Add PMU specific platform hooksAtish Patra1-0/+39
2021-07-11lib: sbi: Use csr_read/write_num to read/update PMU countersAtish Patra1-0/+35
2021-07-11lib: sbi: Remove redundant boot time print statementAtish Patra1-2/+0
2021-07-11include: Add a list empty check functionAtish Patra1-0/+11
2021-07-11lib: sbi: Disable m/scounteren & enable mcountinhibitAtish Patra1-4/+21
2021-07-11lib: sbi: Detect number of bits implemented in mhpmcounterAtish Patra2-0/+49
2021-07-11lib: sbi: Remove stray '\' characterAtish Patra1-1/+1
2021-07-11lib: sbi: Detect mcountinihibit support at runtimeAtish Patra2-1/+14
2021-07-11docs: Add device tree bindings for SBI PMU extensionAtish Patra1-0/+79
2021-07-06platform: generic: Terminate platform.name with nullBin Meng1-1/+1
2021-07-06docs/platform: thead-c9xx: Remove FW_PIC=yBin Meng1-1/+1
2021-07-05lib: utils: reset: unify naming of 'sifive_test' deviceGreen Wan3-4/+4
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel9-337/+107
2021-06-24lib: utils/timer: Add FDT based ACLINT MTIMER driverAnup Patel4-60/+77
2021-06-24lib: utils/ipi: Add FDT based ACLINT MSWI IPI driverAnup Patel4-54/+70