aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde1-0/+60
2015-03-17fsp: Fix FSP irq initialization on PSIHBCR for resetsAnanth N Mavinakayanahalli1-1/+3
2015-03-17Add NX P7+ supportDan Streetman3-78/+82
2015-03-17PHB3: Do not release unhold lock in error pathVasant Hegde1-1/+1
2015-03-17move nx-842 ct and ci nodes into main nx nodeDan Streetman1-11/+2
2015-03-10FSP/RTC: Check for TOD state in fsp_opal_rtc_readVasant Hegde1-11/+19
2015-03-10OCC: Fix possible memory leak in error pathVasant Hegde1-0/+5
2015-03-10fsp/rtc: Introduce the rtc write state machineNeelesh Gupta1-44/+74
2015-03-10fsp/rtc: Rename the rtc_request_state to rtc_read_request_stateNeelesh Gupta1-19/+20
2015-03-10OCC: Do not call occ_do_load if hostservice LID load is not completeVasant Hegde1-1/+3
2015-03-06trailing whitespace cleanup in p7ioc.cStewart Smith1-2/+2
2015-03-06Merge branch 'openpower'Stewart Smith5-3/+207
2015-03-06Refactor fsp-rtc.c to not call fsp_sync_msg (and thus pollers) with lock heldStewart Smith1-83/+71
2015-03-05hw/ipmmi: Disable watchdog on final resetJeremy Kerr1-0/+6
2015-03-05sparse: bt_backend can be staticCédric Le Goater1-1/+1
2015-03-05sparse: rtc_tod_state and rtc_tod_cache_dirty and be staticCédric Le Goater1-2/+2
2015-03-04hw/ipmi: Fix sensor type mappingsJeremy Kerr1-10/+20
2015-03-04hw/ipmi: Set boot count sensorJoel Stanley1-4/+26
2015-03-04hw/ipmi: Add API for setting sensorsJoel Stanley2-1/+104
2015-03-04occ: Inform OCC of BMC PNOR ownership requestsJeremy Kerr2-0/+31
2015-03-04hw/ipmi: Disable flash access when requestedJoel Stanley1-2/+34
2015-03-04bt: Make queue length 10Joel Stanley1-2/+2
2015-03-04hw/prd: Handle BMC OCC reset requests through PRDJeremy Kerr1-0/+27
2015-03-04hw/prd: Handle OCC TMGT interrupts through PRDJeremy Kerr1-7/+1
2015-03-04hw/prd: Add firmware PRD handling subsystemJeremy Kerr3-2/+362
2015-03-04i2c: Workaround bad clock-frequency property from HostBootBenjamin Herrenschmidt1-0/+6
2015-03-04p8/i2c: Add OPAL properties in the i2c bus nodesNeelesh Gupta1-97/+162
2015-02-26sparse: fsp_dpo_init_tb can be staticCédric Le Goater1-1/+1
2015-02-26sparse: epow_status can be staticCédric Le Goater1-1/+1
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-26sparse: fix fsp_fillmsg definitionCédric Le Goater1-1/+1
2015-02-26sparse: fake_ymd and fake_hmsm can be staticCédric Le Goater1-2/+2
2015-02-26sparse: state_str is unusedCédric Le Goater1-6/+0
2015-02-26sparse: psi_link_poll_active can be staticCédric Le Goater1-1/+1
2015-02-23bt: Minor locking fix for bt_get_resp()Alistair Popple1-1/+0
2015-02-23bt: Improve error messagesAlistair Popple1-5/+10
2015-02-23capi: Rework microcode flash download and CAPP uploadMichael Neuling1-60/+107
2015-02-23capi: Make microcode lid parsing code endian safeMichael Neuling1-46/+60
2015-02-23capi: Move code aroundMichael Neuling1-130/+129
2015-02-23capi: Dynamically calculate which CAPP port to useMichael Neuling1-6/+23
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling1-0/+9
2015-02-23hw: Create xscom_read_cfam_chipid()Michael Neuling1-6/+16
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli1-24/+76
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-19add nx-842 coproc supportDan Streetman5-100/+596
2015-02-19change direct use of LSH to SETFIELDDan Streetman3-6/+11
2015-02-19update users of GET/SETFIELD()Dan Streetman6-15/+15
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman4-55/+30
2015-02-18fsp-op-panel: don't call fsp_sync_msg with lock heldStewart Smith1-33/+45