Re: [PATCH v5 16/29] x86: Move acpi_s3.h to include/acpi/

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > This header relates to ACPI and we are about to add some more ACPI > headers. Move this one into a new directory so they are together. > > The header inclusion in pci_rom.c is not specific to x86 anymore, so drop > the #ifdef CONFIG_X86. > > Si

Re: [PATCH v5 19/29] acpi: Add a central location for table version numbers

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Each ACPI table has its own version number. Add the version numbers in a > single function so we can keep them consistent and easily see what > versions are supported. > > Start a new acpi_table file in a generic directory to house this functio

Re: [PATCH 1/2] arm: mvebu: clearfog: add SCSI to distro bootcmd

2020-04-15 Thread Stefan Roese
On 16.04.20 06:09, Joel Johnson wrote: On 2020-03-23 04:20, Stefan Roese wrote: Added Josua to Cc. On 29.01.20 04:59, Joel Johnson wrote: Include attempting to boot from SCSI (SATA) devices within generated board distro bootcmd environment. The reasoning for boot ordering is that MMC and USB a

Re: [PATCH v5 19/29] acpi: Add a central location for table version numbers

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Each ACPI table has its own version number. Add the version numbers in a > single function so we can keep them consistent and easily see what > versions are supported. > > Start a new acpi_table file in a generic directory to house this functio

Re: [PATCH v5 17/29] x86: Move acpi_table header to main include/ directory

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > This file is potentially useful to other architectures saddled with ACPI > so move most of its contents to a common location. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > Reviewed-by: Wolfgang Wallner > --- > > Changes in v5: Non

Re: [PATCH v5 16/29] x86: Move acpi_s3.h to include/acpi/

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > This header relates to ACPI and we are about to add some more ACPI > headers. Move this one into a new directory so they are together. > > The header inclusion in pci_rom.c is not specific to x86 anymore, so drop > the #ifdef CONFIG_X86. > > Si

Re: [PATCH v5 18/29] acpi: Add an __ACPI__ preprocessor symbol

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > The ASL compiler cannot handle C structures and the like so needs some > sort of header guard around these. > > We already have an __ASSEMBLY__ #define but it seems best to create a new > one for ACPI since the rules may be different. > > Add t

Re: [PATCH v6 09/12] arm: mvebu: enable working default boot support

2020-04-15 Thread Stefan Roese
On 16.04.20 07:52, Joel Johnson wrote: On 2020-04-14 03:33, Stefan Roese wrote: Hi Joel, On 23.03.20 21:21, Joel Johnson wrote: With the move to driver model usage, ensure that the required driver support for SPI and MMC booting is available in SPL. Tested on SolidRun ClearFog devices. Signe

Re: [PATCH v5 20/29] acpi: Add support for DMAR

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > The DMA Remapping Reporting (DMAR) table contains information about DMA > remapping. > > Add a version simple version of this table with only the minimum fields > filled out. i.e. no entries. > > Reviewed-by: Bin Meng > Reviewed-by: Wolfgang W

Re: [PATCH] travis: Correct error checking when building boards

2020-04-15 Thread Michal Simek
On 16. 04. 20 5:06, Simon Glass wrote: > At present if buildman reports an error, the travis build still succeeds. > > This is because the travis script does not stop when it sees errors; nor > does it automatically return the exit code. Also the current error > checking never triggers since 'ret'

Re: [PATCH v5 21/29] test: Add hexdump.h to the unit test header

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Since ut_asserteq_mem() uses bin2hex() we should include this header in > ut.h to avoid errors. Add it. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: > - Ad

Re: [PATCH v5 22/29] acpi: Add a method to write tables for a device

2020-04-15 Thread Bin Meng
Hi Simon, On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > A device may want to write out ACPI tables to describe itself to Linux. > Add a method to permit this. > > Reviewed-by: Wolfgang Wallner > Signed-off-by: Simon Glass > --- > > Changes in v5: > - Drop bisectability changes > > Chang

<    1   2   3