index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
Add test for pr_fmt
Stewart Smith
1
-0
/
+72
2015-05-12
ipmi/wdt: Stop calling synchronous message functions from timers
Alistair Popple
1
-9
/
+24
2015-05-12
Fix race in flash resource preloading
Stewart Smith
1
-4
/
+5
2015-05-12
Fix infinite loop in wait_for_resource if CAPP ucode load fails
Stewart Smith
1
-11
/
+8
2015-05-12
Add pr_fmt to do printf/prlog prefixing automagically
Stewart Smith
15
-190
/
+177
2015-05-11
hw/bt: Add netfn to BT_ERR message
Jeremy Kerr
1
-2
/
+3
2015-05-11
core/lock: Simplify the check in lock_recursive()
Gavin Shan
1
-3
/
+1
2015-05-07
Fix synchronous running of CPU jobs for NRCPUs=1
Stewart Smith
1
-8
/
+9
2015-05-07
Fixup hdata test for fsp LID preloading
Stewart Smith
2
-1
/
+4
2015-05-07
Add prlog_once for logging a message only once
Joel Stanley
1
-0
/
+8
2015-05-07
Preload VPD LID and set up fsp_lid_load() for async queued loading
Stewart Smith
11
-39
/
+114
2015-05-07
Don't double preload hservices LIDs
Stewart Smith
1
-4
/
+0
2015-05-07
Add global CPU job queue
Stewart Smith
5
-42
/
+73
2015-05-07
Asynchronously preload CAPP microcode
Stewart Smith
3
-60
/
+80
2015-05-07
Track how long we spend spinning waiting for resource to be loaded
Stewart Smith
1
-0
/
+4
2015-05-07
astbmc: asynchronous preloading of resources
Stewart Smith
5
-7
/
+126
2015-05-07
FSP LID loading: always remove from lid_loaded list
Stewart Smith
1
-4
/
+2
2015-05-07
Start preload of kernel and initramfs early in boot
Stewart Smith
1
-30
/
+50
2015-05-07
Fix FSP resource/LID loading for preloading LIDs.
Stewart Smith
1
-5
/
+9
2015-05-07
core: add a read sensors op to the Apollo platform
Cédric Le Goater
1
-0
/
+1
2015-05-07
hdata/vpd: Add compatible property
Vasant Hegde
1
-0
/
+1
2015-05-07
hdata/vpd: Improve error logging
Vasant Hegde
1
-3
/
+16
2015-05-07
eeh: Fix eeh event handling
Alistair Popple
5
-5
/
+32
2015-05-07
FSP/ELOG: Remove TCE mapping for host buffer
Vasant Hegde
2
-4
/
+1
2015-05-07
FSP/ELOG: Reduce elog write buffer size
Vasant Hegde
1
-3
/
+3
2015-05-07
FSP/ELOG: Free error log buffer in error path
Vasant Hegde
1
-1
/
+5
2015-05-07
FSP/ELOG: Do not reject elog in acknowledgement path
Vasant Hegde
1
-2
/
+0
2015-05-07
FSP/ELOG: Use elog REJECT state properly
Vasant Hegde
1
-2
/
+7
2015-05-07
FSP/ELOG: Reduce elog read buffer size
Vasant Hegde
1
-1
/
+1
2015-05-07
FSP/LED: Handle SA indicator update notification
Vasant Hegde
2
-0
/
+33
2015-05-07
FSP/SYSPARAM: Introduce update notify system parameter notifier
Vasant Hegde
2
-0
/
+61
2015-05-07
FSP/LED: Add system attention indicator support
Vasant Hegde
4
-2
/
+209
2015-05-07
FSP/LED: Get SAI location code from device tree
Vasant Hegde
2
-11
/
+65
2015-05-07
FSP/hdata: Populate System Attention Indicator location code
Vasant Hegde
4
-0
/
+84
2015-05-07
FSP/LED: Use LED mode information
Vasant Hegde
1
-2
/
+15
2015-05-07
hdata: Detect LED mode and populate device tree
Vasant Hegde
3
-0
/
+16
2015-05-07
hdata: Create LED node
Vasant Hegde
1
-0
/
+20
2015-05-07
FSP/LED: Validate before creating led node
Vasant Hegde
1
-3
/
+4
2015-05-07
OPAL: Validate before creating opal device tree node
Vasant Hegde
1
-1
/
+5
2015-05-07
FSP/LED: Define macro instead of hardcoding led type
Vasant Hegde
2
-5
/
+28
2015-05-07
FSP/LED: Move led header file to include directory
Vasant Hegde
2
-2
/
+1
2015-05-07
FSP/CUPD: Code Update OPAL API documentation
Vasant Hegde
1
-0
/
+78
2015-05-07
update version/m[il]-version docs indicating properties may not be present
Stewart Smith
1
-3
/
+4
2015-05-07
FSP/CUPD: Device tree documentation for firmware information
Vasant Hegde
1
-0
/
+27
2015-05-01
Merge branch 'stable', skiboot-5.0.1
Stewart Smith
6
-20
/
+47
2015-05-01
Add xscom_ok() and lpc_ok() to check XSCOM and LPC usability
skiboot-5.0.1
Benjamin Herrenschmidt
6
-2
/
+41
2015-05-01
xscom: Remove recursive locking
Benjamin Herrenschmidt
1
-18
/
+6
2015-05-01
init: Display message before loading kernel
Joel Stanley
1
-0
/
+2
2015-05-01
prd: Only alter host presentation bits of IPOLL mask
Jeremy Kerr
1
-4
/
+6
2015-05-01
Add fallback to .version if not git and no SKIBOOT_VERSION
Stewart Smith
1
-1
/
+6
[next]