summaryrefslogtreecommitdiffstats
path: root/hw/bt.c
Commit message (Expand)AuthorAgeFilesLines
* hw/bt: Introduce separate list for synchronous messagesVasant Hegde2019-03-011-45/+63
* hw/bt: Add backend interface to disable ipmi message retry optionVasant Hegde2019-02-201-1/+14
* hw/bt: Fix message retry handlerVasant Hegde2019-02-191-2/+10
* hw/bt.c: Move some debug ifdef to make static analysis happyStewart Smith2018-12-101-2/+4
* hw/bt.c: quieten all the noisy BT/IPMI messagesStewart Smith2018-06-181-4/+4
* Quieten console output on bootStewart Smith2018-06-051-1/+1
* ipmi: Convert common debug prints to traceVasant Hegde2017-10-101-2/+2
* hw/bt: Remove init of static variable to falseJoel Stanley2017-09-051-1/+1
* hw/bt: Add space between while and (Joel Stanley2017-09-051-1/+1
* hw/bt: Remove space before tab in commentJoel Stanley2017-09-051-1/+1
* lpc/uart: Support routing of selected LPC interrupts to LinuxBenjamin Herrenschmidt2017-03-031-1/+3
* platform: Add BT to Generic platformBenjamin Herrenschmidt2016-08-111-3/+7
* hw/bt: Move BT_QUEUE_DEBUG macro inside print_debug_queue_info fnVipin K Parashar2016-05-031-64/+58
* bt: use the maximum retry count returned by the BMCCédric Le Goater2016-04-011-6/+6
* hw/bt: allow BT driver to use different buffer sizeCédric Le Goater2016-03-081-4/+2
* ipmi: Log exact NetFn value in OPAL logsVipin K Parashar2016-03-071-2/+3
* hw/bt.c: Fix message timeoutAlistair Popple2016-02-251-3/+5
* hw/bt: improve loggingCédric Le Goater2016-01-081-22/+20
* hw/bt: Fixup problems with BT get capabilities codeCyril Bur2016-01-061-12/+13
* hw/bt: Ask the BMC for its BT interface capabilitiesCyril Bur2015-11-171-3/+83
* hw/bt: Clear the fifo when an unknown response is receivedCyril Bur2015-11-171-1/+23
* hw/bt: Remove state machine and use only B2H_ATN and H2B_ATN.Cyril Bur2015-11-171-21/+7
* hw/bt: Convert retry_count to send_countCyril Bur2015-11-171-6/+8
* hw/bt: Improve debug printingCyril Bur2015-11-171-19/+40
* hw/bt.c: Timeout messages when bt interface isn't functionalAlistair Popple2015-10-081-9/+17
* hw/bt.c: Check for timeout after checking for message responseAlistair Popple2015-10-071-1/+2
* timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2015-09-111-7/+6
* ipmi: Provide a macro for netfn return codeNeelesh Gupta2015-07-101-1/+2
* bt: Check before dequeuing messages with ipmi_dequeue_msgAlistair Popple2015-07-031-1/+1
* hw/bt.c: Fix trivial typosKamalesh Babulal2015-07-021-3/+3
* Support for Naples LPC serial interruptsBenjamin Herrenschmidt2015-06-191-1/+11
* hw/bt: Fix bt_msg_del lockingAlistair Popple2015-06-191-1/+5
* Merge branch 'stable'Stewart Smith2015-06-181-4/+5
|\
| * hw/bt.c: Fix message response searchAlistair Popple2015-06-181-4/+5
* | bt: Remove B_BUSY stateAlistair Popple2015-05-131-18/+6
* | hw/bt: Add netfn to BT_ERR messageJeremy Kerr2015-05-111-2/+3
|/
* Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityBenjamin Herrenschmidt2015-05-011-2/+9
* bt: Add a temporary workaround for bmc dropping messagesAlistair Popple2015-04-091-8/+26
* sparse: bt_backend can be staticCédric Le Goater2015-03-051-1/+1
* bt: Make queue length 10Joel Stanley2015-03-041-2/+2
* sparse: state_str is unusedCédric Le Goater2015-02-261-6/+0
* bt: Minor locking fix for bt_get_resp()Alistair Popple2015-02-231-1/+0
* bt: Improve error messagesAlistair Popple2015-02-231-5/+10
* bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple2015-02-191-88/+88
* ipmi: handle SMS_ATN eventsJeremy Kerr2015-02-091-0/+6
* ipmi/bt: Enable adding messages to the start of the queueAlistair Popple2014-12-021-5/+23
* bt: Use new polling timer interface instead of OPAL pollersBenjamin Herrenschmidt2014-11-121-7/+22
* bt: Reinitialise bt interface correctly after a resetAlistair Popple2014-11-121-6/+6
* bt/ipmi: Quieten logging outputAlistair Popple2014-11-121-3/+0
* bt: Fix message timeoutsAlistair Popple2014-11-121-7/+14
OpenPOWER on IntegriCloud