[Skiboot] [PATCH] Move ec/ code to Rhesus platform

Oliver O'Halloran oohall at gmail.com
Fri Jul 19 20:14:25 AEST 2019


On Mon, Jul 15, 2019 at 12:01 PM Stewart Smith <stewart at linux.ibm.com> wrote:
>
> The embedded controller that Rhesus uses is exclusive to that platform,
> make it purely part of tha platform
>
> Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
> ---
>  hw/Makefile.inc                           | 1 -
>  hw/ec/Makefile.inc                        | 8 --------
>  hw/ec/makefile                            | 8 --------
>  platforms/rhesus/Makefile.inc             | 2 +-
>  {include => platforms/rhesus}/ec/config.h | 0
>  {include => platforms/rhesus}/ec/gpio.h   | 0
>  {hw/ec => platforms/rhesus}/gpio.c        | 0
>  platforms/rhesus/rhesus.c                 | 4 ++--
>  8 files changed, 3 insertions(+), 20 deletions(-)
>  delete mode 100644 hw/ec/Makefile.inc
>  delete mode 100644 hw/ec/makefile
>  rename {include => platforms/rhesus}/ec/config.h (100%)
>  rename {include => platforms/rhesus}/ec/gpio.h (100%)
>  rename {hw/ec => platforms/rhesus}/gpio.c (100%)

I always wondered what that stuff was.

merged as 067de39aa3334248232ea09d3215ae7055a811f3


More information about the Skiboot mailing list