[U-Boot] [PATCH v2 09/28] acpi: Specify U-Boot include path for ASL files

2016-05-07 Thread Bin Meng
It will be much easier if we split the whole dsdt.asl file into multiple smaller ASL parts and have access to U-Boot include files. Signed-off-by: Bin Meng Reviewed-by: Stefan Roese Tested-by: Stefan Roese --- Changes in v2: None scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH v2 09/28] acpi: Specify U-Boot include path for ASL files

2016-05-07 Thread Simon Glass
On 7 May 2016 at 08:46, Bin Meng wrote: > It will be much easier if we split the whole dsdt.asl file into > multiple smaller ASL parts and have access to U-Boot include files. > > Signed-off-by: Bin Meng > Reviewed-by: Stefan Roese > Tested-by: Stefan Roese > --- > > Changes in v2: None > > sc

Re: [U-Boot] [PATCH v2 09/28] acpi: Specify U-Boot include path for ASL files

2016-05-08 Thread Bin Meng
On Sun, May 8, 2016 at 2:46 AM, Simon Glass wrote: > On 7 May 2016 at 08:46, Bin Meng wrote: >> It will be much easier if we split the whole dsdt.asl file into >> multiple smaller ASL parts and have access to U-Boot include files. >> >> Signed-off-by: Bin Meng >> Reviewed-by: Stefan Roese >> Te