summaryrefslogtreecommitdiffstats
path: root/mboxd.c
Commit message (Expand)AuthorAgeFilesLines
* windows: Rename free_windows to windows_freeAndrew Jeffery2018-09-051-1/+1
* windows: Rename init_windows to windows_initAndrew Jeffery2018-09-051-1/+1
* mboxd: Rename windows filesAndrew Jeffery2018-09-051-1/+1
* lpc: Rename reset_lpc to lpc_resetAndrew Jeffery2018-09-051-3/+3
* lpc: Rename free_lpc_dev to lpc_dev_freeAndrew Jeffery2018-09-051-1/+1
* lpc: Rename init_lpc_dev to lpc_dev_initAndrew Jeffery2018-09-051-1/+1
* mboxd: Rename lpc source filesAndrew Jeffery2018-09-051-1/+1
* flash: Rename free_flash_dev to flash_dev_freeAndrew Jeffery2018-09-051-1/+1
* flash: Rename init_flash_dev to flash_dev_initAndrew Jeffery2018-09-051-1/+1
* mboxd: Rename flash filesAndrew Jeffery2018-09-051-1/+1
* mboxd: Clean up dbus objectsAndrew Jeffery2018-09-051-4/+53
* dbus: Use new bus name, object and interfaceAndrew Jeffery2018-09-051-1/+4
* dbus: Use consistent prefix for dbus function symbolsAndrew Jeffery2018-09-051-2/+2
* vpnor: Catch ReasonedError in vpnor_copy_bootloader_partitionAndrew Jeffery2018-05-221-1/+1
* vpnor: Isolate relevant code in vpnor directoryAndrew Jeffery2018-04-041-1/+1
* misc: Replace license blurb with kernel-style SPDX markersAndrew Jeffery2018-03-241-18/+2
* vpnor: rename APIsDeepak Kodihalli2017-07-191-6/+2
* vpnor: create hostboot bootloader partitionDeepak Kodihalli2017-07-191-13/+13
* vpnor: make PNOR block size configurableDeepak Kodihalli2017-07-191-8/+8
* Read/write window property defines FFS partition file location.Ratan Gupta2017-06-291-1/+4
* Load the partitions into virtual pnorRatan Gupta2017-06-291-0/+1
* msg: handle partition table read requestDeepak Kodihalli2017-06-271-0/+8
* version: Update to version 2.1.0v2.1.0Suraj Jitindar Singh2017-05-041-2/+2
* mboxd: Introduce a new DEBUG log levelSuraj Jitindar Singh2017-05-041-8/+12
* mboxd: Check that window size is indeed a power of 2Suraj Jitindar Singh2017-04-191-0/+4
* mboxd: Make window size and number optional command line parametersSuraj Jitindar Singh2017-04-121-36/+7
* mboxd: Update mboxd to implement protocol V2 and add dbus supportSuraj Jitindar Singh2017-04-111-487/+273
* mboxd: Fix MBOX_C_GET_FLASH_INFO to return size specified on command lineSuraj Jitindar Singh2017-03-091-1/+1
* mboxd: Workaround buggy kernel flash driverCyril Bur2017-01-251-5/+16
* mboxd: Zero ioctl() map structCyril Bur2017-01-251-4/+5
* Fix MBOX_C_RESET_STATE command crashMichael Neuling2017-01-181-17/+9
* mboxd: Add command-line option to specify platform flash sizeCyril Bur2017-01-181-8/+40
* Enable SIGHUP to reset point to flash are reread flash.Michael Neuling2017-01-171-13/+63
* mboxd: Use MAP ioctl() to reset to flashCyril Bur2017-01-171-38/+20
* mboxd: Whitespace cleanupsAndrew Jeffery2017-01-171-1/+1
* mboxd: Fixup unused-result compilation warningAndrew Jeffery2017-01-171-2/+8
* mboxd: Test the single write functionalityCyril Bur2017-01-171-0/+26
* mboxd: Stripped down super simple daemonCyril Bur2017-01-161-0/+508
OpenPOWER on IntegriCloud