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
/
bt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-10
ipmi: ensure forward progress on ipmi_queue_msg_sync()
Stewart Smith
1
-0
/
+6
2019-03-01
hw/bt: Introduce separate list for synchronous messages
Vasant Hegde
1
-45
/
+63
2019-02-20
hw/bt: Add backend interface to disable ipmi message retry option
Vasant Hegde
1
-1
/
+14
2019-02-19
hw/bt: Fix message retry handler
Vasant Hegde
1
-2
/
+10
2018-12-10
hw/bt.c: Move some debug ifdef to make static analysis happy
Stewart Smith
1
-2
/
+4
2018-06-18
hw/bt.c: quieten all the noisy BT/IPMI messages
Stewart Smith
1
-4
/
+4
2018-06-05
Quieten console output on boot
Stewart Smith
1
-1
/
+1
2017-10-10
ipmi: Convert common debug prints to trace
Vasant Hegde
1
-2
/
+2
2017-09-05
hw/bt: Remove init of static variable to false
Joel Stanley
1
-1
/
+1
2017-09-05
hw/bt: Add space between while and (
Joel Stanley
1
-1
/
+1
2017-09-05
hw/bt: Remove space before tab in comment
Joel Stanley
1
-1
/
+1
2017-03-03
lpc/uart: Support routing of selected LPC interrupts to Linux
Benjamin Herrenschmidt
1
-1
/
+3
2016-08-11
platform: Add BT to Generic platform
Benjamin Herrenschmidt
1
-3
/
+7
2016-05-03
hw/bt: Move BT_QUEUE_DEBUG macro inside print_debug_queue_info fn
Vipin K Parashar
1
-64
/
+58
2016-04-01
bt: use the maximum retry count returned by the BMC
Cédric Le Goater
1
-6
/
+6
2016-03-08
hw/bt: allow BT driver to use different buffer size
Cédric Le Goater
1
-4
/
+2
2016-03-07
ipmi: Log exact NetFn value in OPAL logs
Vipin K Parashar
1
-2
/
+3
2016-02-25
hw/bt.c: Fix message timeout
Alistair Popple
1
-3
/
+5
2016-01-08
hw/bt: improve logging
Cédric Le Goater
1
-22
/
+20
2016-01-06
hw/bt: Fixup problems with BT get capabilities code
Cyril Bur
1
-12
/
+13
2015-11-17
hw/bt: Ask the BMC for its BT interface capabilities
Cyril Bur
1
-3
/
+83
2015-11-17
hw/bt: Clear the fifo when an unknown response is received
Cyril Bur
1
-1
/
+23
2015-11-17
hw/bt: Remove state machine and use only B2H_ATN and H2B_ATN.
Cyril Bur
1
-21
/
+7
2015-11-17
hw/bt: Convert retry_count to send_count
Cyril Bur
1
-6
/
+8
2015-11-17
hw/bt: Improve debug printing
Cyril Bur
1
-19
/
+40
2015-10-08
hw/bt.c: Timeout messages when bt interface isn't functional
Alistair Popple
1
-9
/
+17
2015-10-07
hw/bt.c: Check for timeout after checking for message response
Alistair Popple
1
-1
/
+2
2015-09-11
timer: Pass current timer to timer callbacks
Benjamin Herrenschmidt
1
-7
/
+6
2015-07-10
ipmi: Provide a macro for netfn return code
Neelesh Gupta
1
-1
/
+2
2015-07-03
bt: Check before dequeuing messages with ipmi_dequeue_msg
Alistair Popple
1
-1
/
+1
2015-07-02
hw/bt.c: Fix trivial typos
Kamalesh Babulal
1
-3
/
+3
2015-06-19
Support for Naples LPC serial interrupts
Benjamin Herrenschmidt
1
-1
/
+11
2015-06-19
hw/bt: Fix bt_msg_del locking
Alistair Popple
1
-1
/
+5
2015-06-18
Merge branch 'stable'
Stewart Smith
1
-4
/
+5
2015-06-18
hw/bt.c: Fix message response search
Alistair Popple
1
-4
/
+5
2015-05-13
bt: Remove B_BUSY state
Alistair Popple
1
-18
/
+6
2015-05-11
hw/bt: Add netfn to BT_ERR message
Jeremy Kerr
1
-2
/
+3
2015-05-01
Add xscom_ok() and lpc_ok() to check XSCOM and LPC usability
skiboot-5.0.1
Benjamin Herrenschmidt
1
-2
/
+9
2015-04-09
bt: Add a temporary workaround for bmc dropping messages
Alistair Popple
1
-8
/
+26
2015-03-05
sparse: bt_backend can be static
Cédric Le Goater
1
-1
/
+1
2015-03-04
bt: Make queue length 10
Joel Stanley
1
-2
/
+2
2015-02-26
sparse: state_str is unused
Cédric Le Goater
1
-6
/
+0
2015-02-23
bt: Minor locking fix for bt_get_resp()
Alistair Popple
1
-1
/
+0
2015-02-23
bt: Improve error messages
Alistair Popple
1
-5
/
+10
2015-02-19
bt: Cleanup bt state machine and fix SMS_ATN bug
Alistair Popple
1
-88
/
+88
2015-02-09
ipmi: handle SMS_ATN events
Jeremy Kerr
1
-0
/
+6
2014-12-02
ipmi/bt: Enable adding messages to the start of the queue
Alistair Popple
1
-5
/
+23
2014-11-12
bt: Use new polling timer interface instead of OPAL pollers
Benjamin Herrenschmidt
1
-7
/
+22
2014-11-12
bt: Reinitialise bt interface correctly after a reset
Alistair Popple
1
-6
/
+6
2014-11-12
bt/ipmi: Quieten logging output
Alistair Popple
1
-3
/
+0
[next]