[PATCH 2/8] barebox remote control
Andrey Smirnov
andrew.smirnov at gmail.com
Sun Jan 17 17:04:33 PST 2016
One more time without HTML (my apologies)
On Sun, Jan 10, 2016 at 11:52 PM, Sascha Hauer <s.hauer at pengutronix.de> wrote:
> On Sun, Jan 10, 2016 at 06:10:12PM -0800, Andrey Smirnov wrote:
>> On Fri, Jan 8, 2016 at 3:13 AM, Sascha Hauer <s.hauer at pengutronix.de> wrote:
>> > +#include <ratp.h>
>> > +#include <command.h>
>> > +#include <byteorder.h>
>> > +#include <environment.h>
>> > +#include <kfifo.h>
>> > +#include <poller.h>
>> > +#include <linux/sizes.h>
>> > +#include <ratp_bb.h>
>>
>> It looks like this file is missing from the patchset
>>
>
> Sorry. Here comes:
>
> Sascha
>
> -----------------------------8<-------------------
>
> From e4bea815fad4cecb14cf8361f50cd10ab6e3ebb1 Mon Sep 17 00:00:00 2001
> From: Sascha Hauer <s.hauer at pengutronix.de>
> Date: Mon, 11 Jan 2016 08:48:53 +0100
> Subject: [PATCH] fixup! barebox remote control
>
> ---
> include/ratp_bb.h | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 include/ratp_bb.h
>
> diff --git a/include/ratp_bb.h b/include/ratp_bb.h
> new file mode 100644
> index 0000000..2885731
> --- /dev/null
> +++ b/include/ratp_bb.h
> @@ -0,0 +1,14 @@
> +#ifndef __RATP_BB_H
> +#define __RATP_BB_H
> +
> +struct ratp_bb_pkt {
> + struct list_head list;
> +
> + unsigned int len;
> + uint8_t data[];
> +};
> +
> +int barebox_ratp_fs_call(struct ratp_bb_pkt *tx, struct ratp_bb_pkt **rx);
> +int barebox_ratp_fs_mount(const char *path);
> +
> +#endif /* __RATP_BB_H */
> --
> 2.6.4
>
>
>
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
For the original patch + the fix,
Tested-by: Andrey Smirnov <andrew.smirnov at gmail.com>
More information about the barebox
mailing list