Hi Mario, On 14 July 2017 at 05:55, Mario Six <[email protected]> wrote: > Add driver for the IHS IO endpoint on IHS FPGAs.
Would UCLASS_MAILBOX work for this? Or MISC? > > Signed-off-by: Mario Six <[email protected]> > --- > > drivers/misc/Kconfig | 6 + > drivers/misc/Makefile | 1 + > drivers/misc/gdsys_ioep.c | 301 > ++++++++++++++++++++++++++++++++++++++++++++++ > include/dm/uclass-id.h | 1 + > include/gdsys_ioep.h | 196 ++++++++++++++++++++++++++++++ > 5 files changed, 505 insertions(+) > create mode 100644 drivers/misc/gdsys_ioep.c > create mode 100644 include/gdsys_ioep.h _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

