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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
Modify HOMER printouts in hw/homer.c to be (mostly) PR_DEBUG prlog calls
Stewart Smith
1
-9
/
+9
2014-10-10
CUPD: Log LID ID in elog if size crosses the limit
Vasant Hegde
1
-3
/
+4
2014-10-10
Merge branch 'release-2.1.1'
Stewart Smith
1
-2
/
+7
2014-10-10
OCC: Change OCC timeout elog severity
skiboot-2.1.1-fw810.20-1
Vasant Hegde
1
-2
/
+7
2014-10-09
uart: Exploit Tx FIFO
Benjamin Herrenschmidt
1
-10
/
+18
2014-10-08
Merge branch 'release-2.1.1'
Benjamin Herrenschmidt
3
-324
/
+542
2014-10-08
slw: Remove log flooding from fast sleep code
Benjamin Herrenschmidt
1
-4
/
+0
2014-10-08
PHB3: Support DMA error injection
Gavin Shan
1
-0
/
+98
2014-10-08
PHB3: Support MM64 error injection
Gavin Shan
1
-6
/
+82
2014-10-08
PHB3: Support multiple MM32 segments for error injection
Gavin Shan
1
-17
/
+26
2014-10-08
PCI: Refactor error injection
Gavin Shan
2
-324
/
+363
2014-10-08
remove unused DBG and FSP_TRACE macros from hw/psi.c
Stewart Smith
1
-4
/
+0
2014-10-08
hw/fake-rtc.c now uses prlog(PR_TRACE instead of DBG macro
Stewart Smith
1
-5
/
+3
2014-10-08
Use prlog(PR_INSANE in hw/chiptod.c instead of DBG macro.
Stewart Smith
1
-15
/
+12
2014-10-08
Convert hw/fsi-master.c from DBG define to prlog PR_INSANE
Stewart Smith
1
-8
/
+4
2014-10-08
Convert hw/slw.c from DBG #define to prlog
Stewart Smith
1
-20
/
+21
2014-10-08
Remove (unused) DBG macros from hw/fsp/fsp-nvram.c
Stewart Smith
1
-3
/
+0
2014-10-08
Use prlog instead of DBG macros in hw/fsp/fsp-rtc.c
Stewart Smith
1
-16
/
+16
2014-10-08
Use prlog rather than DBG #ifdef in hw/fsp/fsp-leds.c
Stewart Smith
1
-14
/
+11
2014-10-08
use prlog(PR_INSANE in hw/fsp/fsp.c in place of DBG ifdef
Stewart Smith
1
-8
/
+6
2014-10-08
Change DBG to prlog PR_TRACE and PR_INSANE in hw/fsp/fsp-sensor.c
Stewart Smith
1
-13
/
+16
2014-10-08
ast/io: Fix a number of issues with SuperIO access
Benjamin Herrenschmidt
1
-56
/
+74
2014-10-05
ipmi/bt: Rework iBT register access
Benjamin Herrenschmidt
1
-33
/
+54
2014-10-05
plat/palmetto: Fix SIO UART vs UART setup and iBT setup
Benjamin Herrenschmidt
1
-3
/
+107
2014-10-01
bt: Add message timeout
Alistair Popple
2
-7
/
+50
2014-10-01
bt: Limit the outstanding message queue length
Alistair Popple
1
-0
/
+21
2014-10-01
ipmi/bt: Improve message validation and allow out-of-order command responses
Alistair Popple
1
-27
/
+32
2014-10-01
ipmi: Add ipmi_present API
Joel Stanley
1
-0
/
+6
2014-10-01
ipmi/power: Add power state IPMI command
Joel Stanley
1
-2
/
+29
2014-10-01
ipmi/power: Update chassis control command
Joel Stanley
1
-6
/
+4
2014-10-01
bt/ipmi: Convert to using asynchronous messaging
Alistair Popple
3
-71
/
+49
2014-10-01
ipmi: Refactored ipmi layer to use generic backend
Alistair Popple
5
-22
/
+169
2014-10-01
bt/ipmi: Fixup allocation of bt/ipmi messages
Alistair Popple
1
-24
/
+42
2014-10-01
occ/slw: Fix OCC/SLW initialization for power management
Preeti U Murthy
2
-63
/
+30
2014-09-30
phb3/capi: Some tweaks to the new CAPI interfaces
Benjamin Herrenschmidt
1
-7
/
+6
2014-09-30
phb3/capi: Add capp recovery to phb3
Ryan Grimm
1
-3
/
+60
2014-09-30
phb3/capi: Add two new modes to opal_pci_set_phb_capi_mode
Ryan Grimm
1
-2
/
+34
2014-09-30
phb3/capi: Initialize capp regs with field values.
Ryan Grimm
1
-7
/
+9
2014-09-30
dpo: Return OPAL_WRONG_STATE when not in DPO pending state
Anshuman Khandual
1
-7
/
+7
2014-09-30
dpo: Return error status to FSP when OPAL message queueing fails
Anshuman Khandual
1
-0
/
+2
2014-09-30
dpo: Fix missing return statement
Anshuman Khandual
1
-0
/
+1
2014-09-30
dpo: Minor code cleanup
Anshuman Khandual
1
-5
/
+9
2014-09-23
psi: Workaround for "pulse" external interrupt
Benjamin Herrenschmidt
1
-0
/
+12
2014-09-01
core: Setup the OPAL DT node before platform probe
Benjamin Herrenschmidt
1
-1
/
+3
2014-08-29
PCI: Add pci_device_init()
Gavin Shan
2
-4
/
+4
2014-08-29
occ: Make timeout platform dependent
Benjamin Herrenschmidt
1
-1
/
+5
2014-08-18
console/sysparam: Use the system param to switch console selection
Benjamin Herrenschmidt
2
-25
/
+49
2014-08-18
slw: Parse DT from host-boot for fast-sleep string
Vaidyanathan Srinivasan
1
-1
/
+1
2014-08-15
fsp/rtc: Use libc time functions
Alistair Popple
1
-147
/
+9
2014-08-15
SURV: Trigger HIR on surv sysparam query error
Ananth N Mavinakayanahalli
1
-1
/
+2
[next]