Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
hiomapd
/
4519bb82624e8a80905b2914334edd27fbe61029
/
mboxd.c
4ef0c13
mboxd: Tidy up failure paths on daemon startup
by Andrew Jeffery
· 6 years ago
f4bc335
vpnor: Rename mboxd_pnor_partition_table sources to backend
by Andrew Jeffery
· 6 years ago
5320f6e
mboxd: Add backend DBus interface and commandline options
by Andrew Jeffery
· 6 years ago
a042978
mboxd: Add support for file-backed flash devices.
by Evan Lojewski
· 6 years ago
0297e5b
mboxd: Remove flash API compatibility shim
by Andrew Jeffery
· 6 years ago
f1e547c
mboxd: Add a backend abstraction layer to mboxd.
by Evan Lojewski
· 6 years ago
f69760d
protocol: Introduce protocol_reset()
by Andrew Jeffery
· 6 years ago
4c15bb1
mboxd: Set BMC_EVENT_PROTOCOL_RESET on startup
by Andrew Jeffery
· 6 years ago
fd4fa34
protocol: Rework publication of events over DBus transport
by Andrew Jeffery
· 6 years ago
fab672b
mboxd: Mark the protocol as reset on shutdown
by Andrew Jeffery
· 6 years ago
fe0c9e8
mboxd: Broadcast the daemon is ready on all transports
by Andrew Jeffery
· 6 years ago
2ebfd20
daemon: Remove the concept of triggering or suppressing events
by Andrew Jeffery
· 6 years ago
23140be
transport: dbus: Add get_info
by Andrew Jeffery
· 6 years ago
26558db
mboxd: Refactor and rename mbox.h to mboxd.h
by Andrew Jeffery
· 6 years ago
55260ce
transport: mbox: Rename free_mbox_dev to transport_mbox_free
by Andrew Jeffery
· 6 years ago
b2466ee
transport: mbox: Rename *init_mbox_dev to *transport_mbox_init
by Andrew Jeffery
· 6 years ago
d86141b
transport: mbox: Rename dispatch_mbox to transport_mbox_dispatch
by Andrew Jeffery
· 6 years ago
5335f09
protocol: Provide abstraction over event notification
by Andrew Jeffery
· 6 years ago
1e531af
protocol: Add get_info
by Andrew Jeffery
· 6 years ago
457a6e5
mboxd: Rename mboxd_msg to transport_mbox
by Andrew Jeffery
· 6 years ago
d6a7426
windows: Rename reset_all_windows to windows_reset_all
by Andrew Jeffery
· 6 years ago
f5f5142
windows: Rename free_windows to windows_free
by Andrew Jeffery
· 6 years ago
c1a67fa
windows: Rename init_windows to windows_init
by Andrew Jeffery
· 6 years ago
f593b1b
mboxd: Rename windows files
by Andrew Jeffery
· 6 years ago
17971e4
lpc: Rename reset_lpc to lpc_reset
by Andrew Jeffery
· 6 years ago
2e2df28
lpc: Rename free_lpc_dev to lpc_dev_free
by Andrew Jeffery
· 6 years ago
cb9b210
lpc: Rename init_lpc_dev to lpc_dev_init
by Andrew Jeffery
· 6 years ago
cd18611
mboxd: Rename lpc source files
by Andrew Jeffery
· 6 years ago
dec6ca6
flash: Rename free_flash_dev to flash_dev_free
by Andrew Jeffery
· 6 years ago
d6b09bc
flash: Rename init_flash_dev to flash_dev_init
by Andrew Jeffery
· 6 years ago
eebc6bd
mboxd: Rename flash files
by Andrew Jeffery
· 6 years ago
ef9e62d
mboxd: Clean up dbus objects
by Andrew Jeffery
· 6 years ago
55f4d6f
dbus: Use new bus name, object and interface
by Andrew Jeffery
· 6 years ago
ba0bbab
dbus: Use consistent prefix for dbus function symbols
by Andrew Jeffery
· 6 years ago
8fe809e
vpnor: Catch ReasonedError in vpnor_copy_bootloader_partition
by Andrew Jeffery
· 6 years ago
53c21aa
vpnor: Isolate relevant code in vpnor directory
by Andrew Jeffery
· 7 years ago
4fe996c
misc: Replace license blurb with kernel-style SPDX markers
by Andrew Jeffery
· 7 years ago
64ec3e4
vpnor: rename APIs
by Deepak Kodihalli
· 7 years ago
017e45c
vpnor: create hostboot bootloader partition
by Deepak Kodihalli
· 7 years ago
d1d7930
vpnor: make PNOR block size configurable
by Deepak Kodihalli
· 7 years ago
c0ef987
Read/write window property defines FFS partition file location.
by Ratan Gupta
· 7 years ago
8441a39
Load the partitions into virtual pnor
by Ratan Gupta
· 8 years ago
6c2fa90
msg: handle partition table read request
by Deepak Kodihalli
· 8 years ago
8d65bb4
version: Update to version 2.1.0
by Suraj Jitindar Singh
· 8 years ago
2851959
mboxd: Introduce a new DEBUG log level
by Suraj Jitindar Singh
· 8 years ago
0aff80c
mboxd: Check that window size is indeed a power of 2
by Suraj Jitindar Singh
· 8 years ago
c29172e
mboxd: Make window size and number optional command line parameters
by Suraj Jitindar Singh
· 8 years ago
e39c916
mboxd: Update mboxd to implement protocol V2 and add dbus support
by Suraj Jitindar Singh
· 8 years ago
1974c6f
mboxd: Fix MBOX_C_GET_FLASH_INFO to return size specified on command line
by Suraj Jitindar Singh
· 8 years ago
f0409b9
mboxd: Workaround buggy kernel flash driver
by Cyril Bur
· 8 years ago
ef315c1
mboxd: Zero ioctl() map struct
by Cyril Bur
· 8 years ago
622992b
Fix MBOX_C_RESET_STATE command crash
by Michael Neuling
· 8 years ago
e8f2de1
mboxd: Add command-line option to specify platform flash size
by Cyril Bur
· 8 years ago
899ebac
Enable SIGHUP to reset point to flash are reread flash.
by Michael Neuling
· 8 years ago
4623367
mboxd: Use MAP ioctl() to reset to flash
by Cyril Bur
· 8 years ago
d7a15b8
mboxd: Whitespace cleanups
by Andrew Jeffery
· 8 years ago
78210b9
mboxd: Fixup unused-result compilation warning
by Andrew Jeffery
· 8 years ago
d8f6d7a
mboxd: Test the single write functionality
by Cyril Bur
· 8 years ago
c85e34d
mboxd: Stripped down super simple daemon
by Cyril Bur
· 8 years ago