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
2016-07-22
platform/mambo: Add a heartbeat time
Chris Smart
1
-0
/
+10
2016-07-22
core/timer: Add support for platform specific heartbeat
Chris Smart
2
-6
/
+14
2016-07-22
core/timer: Actually use default heartbeat value
Chris Smart
1
-3
/
+3
2016-07-21
Merge branch 'skiboot-5.2.x'
Stewart Smith
0
-0
/
+0
2016-07-21
Merge branch 'skiboot-5.1.x' into skiboot-5.2.x
Stewart Smith
3
-39
/
+89
2016-07-21
FSP/ELOG: Fix OPAL generated elog resend logic
Vasant Hegde
1
-5
/
+0
2016-07-21
FSP/ELOG: Fix possible event notifier hangs
Vasant Hegde
2
-3
/
+18
2016-07-21
FSP/ELOG: Disable event notification if list is not consistent
Vasant Hegde
1
-0
/
+2
2016-07-21
FSP/ELOG: Improve elog event states
Vasant Hegde
2
-1
/
+3
2016-07-21
FSP/ELOG: Fix OPAL generated elog event notification
Vasant Hegde
3
-18
/
+34
2016-07-21
FSP/ELOG: Disable event notification during kexec
Vasant Hegde
1
-13
/
+33
2016-07-21
FSP/ELOG: Fix OPAL generated elog resend logic
Vasant Hegde
1
-5
/
+0
2016-07-21
FSP/ELOG: Fix possible event notifier hangs
Vasant Hegde
2
-3
/
+18
2016-07-21
FSP/ELOG: Disable event notification if list is not consistent
Vasant Hegde
1
-0
/
+2
2016-07-21
FSP/ELOG: Improve elog event states
Vasant Hegde
2
-1
/
+3
2016-07-21
FSP/ELOG: Fix OPAL generated elog event notification
Vasant Hegde
3
-18
/
+34
2016-07-21
FSP/ELOG: Disable event notification during kexec
Vasant Hegde
1
-13
/
+33
2016-07-21
Merge branch 'skiboot-5.2.x' (5.1.17 release notes)
Stewart Smith
1
-0
/
+19
2016-07-21
Merge branch 'skiboot-5.1.x' into skiboot-5.2.x (release notes)
Stewart Smith
1
-0
/
+19
2016-07-21
Merge skiboot-5.1.x into skiboot-5.2.x
Stewart Smith
0
-0
/
+0
2016-07-21
Add skiboot-5.1.17 release notes
skiboot-5.1.17
Stewart Smith
1
-0
/
+19
2016-07-21
hw/xscom: Reset XSCOM engine after querying sleeping core FIR
Vipin K Parashar
1
-2
/
+2
2016-07-21
hw/xscom: Reset XSCOM engine after finite number of retries when busy
Vipin K Parashar
3
-17
/
+64
2016-07-21
xscom: Return OPAL_WRONG_STATE on XSCOM ops if CPU is asleep
Russell Currey
2
-11
/
+23
2016-07-20
mambo: Fix bt command and add little endian support
Michael Neuling
1
-8
/
+32
2016-07-20
Document changes to how firmware versions are passed to host on P9
Stewart Smith
2
-1
/
+4
2016-07-20
device-tree: Only advertise ibm, opal-v3 (not v2) on POWER9 and above
Stewart Smith
3
-3
/
+13
2016-07-20
Stop adding legacy linux, phandle to device tree, just add phandle
Stewart Smith
1
-5
/
+0
2016-07-20
occ: add missing packed attribute to occ_pstate_entry
Stewart Smith
1
-1
/
+1
2016-07-20
flash: Allocate flashes dynamically
Michael Neuling
1
-34
/
+35
2016-07-20
hw/npu: assert() on PHB device node
Gavin Shan
1
-11
/
+1
2016-07-20
hw/npu: Get AT BAR from MMIO layout
Gavin Shan
1
-18
/
+6
2016-07-20
hw/npu: Get number of links from NPU node property
Gavin Shan
1
-4
/
+2
2016-07-20
nvlink: Associate and allocate NPUs using slots
Russell Currey
5
-77
/
+62
2016-07-20
doc/opal-api: Document OPAL_PCI_GET_PHB_DIAG_DATA2
Russell Currey
1
-0
/
+24
2016-07-19
platforms/ibm-fsp: Avoid associating PHB slot with platform slot
Gavin Shan
2
-18
/
+0
2016-07-19
platforms/ibm-fsp: Reuse PCI slot mechanism for fixup
Gavin Shan
1
-121
/
+107
2016-07-19
Allow mtspr/mfspr to compile indepedantly of the optimization level
Balbir Singh
1
-2
/
+4
2016-07-18
doc: add OPAL_SYNC_HOST_REBOOT documentation
Stewart Smith
1
-0
/
+15
2016-07-18
Use mktemp rather than the deprecated tempfile
Stewart Smith
3
-3
/
+3
2016-07-18
libc: Remove NULL check for format argument in snprintf()
Cyril Bur
1
-1
/
+1
2016-07-18
make check: Use mktemp instead of tempfile
Vasant Hegde
1
-1
/
+1
2016-07-15
Merge branch 'skiboot-5.2.x'
Stewart Smith
1
-2
/
+2
2016-07-15
SEL: Fix eSEL ID while logging eSEL event
Vasant Hegde
1
-2
/
+2
2016-07-15
Merge branch 'skiboot-5.2.x'
Stewart Smith
0
-0
/
+0
2016-07-15
fsp/console: Ignore data on unresponsive consoles
Sam Mendoza-Jonas
1
-2
/
+16
2016-07-15
fsp/console: Ignore data on unresponsive consoles
Sam Mendoza-Jonas
1
-2
/
+16
2016-07-14
FSP/ELOG: Remove redundant validation
Vasant Hegde
1
-2
/
+0
2016-07-14
errorlog : Typo mistake
Mukesh Ojha
1
-1
/
+1
2016-07-14
Reassign duplicate error log component IDs to free ones
Stewart Smith
1
-2
/
+2
[next]