Commit 457a6e5f authored by Andrew Jeffery's avatar Andrew Jeffery
Browse files

mboxd: Rename mboxd_msg to transport_mbox


Change-Id: I0f4e206648c02a98fa938a7e582470c8d90904f1
Signed-off-by: Andrew Jeffery's avatarAndrew Jeffery <andrew@aj.id.au>
parent ebbfce5e
......@@ -29,7 +29,7 @@ flash.c - Contains the functions for performing flash access including
read, write and erase.
lpc.c - Contains the functions for controlling the LPC bus mapping
including pointing the bus so it maps flash and memory.
mboxd_msg.c - Contains the handlers for the mbox commands which the daemon
transport_mbox.c - Contains the handlers for the mbox commands which the daemon
can receive.
windows.c - Contains the functions for managing the window cache.
```
......
......@@ -8,7 +8,7 @@ mboxd_SOURCES = \
control_legacy.c \
control_dbus.c \
lpc.c \
mboxd_msg.c \
transport_mbox.c \
windows.c \
mtd.c
mboxd_LDFLAGS = $(LIBSYSTEMD_LIBS)
......
......@@ -7,7 +7,7 @@
#include "mbox.h"
#include "flash.h"
#include "lpc.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "windows.h"
int control_ping(struct mbox_context *context)
......
......@@ -33,7 +33,7 @@
#include "control_dbus.h"
#include "flash.h"
#include "lpc.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "windows.h"
#include "vpnor/mboxd_pnor_partition_table.h"
......
......@@ -19,7 +19,7 @@ test_flash_write_SOURCES = \
%reldir%/tmpf.c
TEST_MBOX_SRCS = \
mboxd_msg.c \
transport_mbox.c \
windows.c \
lpc.c \
lpc_reset.c \
......
......@@ -8,7 +8,7 @@
#include <unistd.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -5,7 +5,7 @@
#include <sys/mman.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -4,7 +4,7 @@
#include <assert.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -5,7 +5,7 @@
#include <sys/mman.h>
#include "mbox.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "test/mbox.h"
#include "test/system.h"
......
......@@ -16,7 +16,7 @@
#include "mbox.h"
#include "flash.h"
#include "lpc.h"
#include "mboxd_msg.h"
#include "transport_mbox.h"
#include "windows.h"
#include "test/mbox.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment