diff mbox

[U-Boot,v2,3/6] x86: Move microcode updates into a separate directory

Message ID 1418706162-31354-4-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Dec. 16, 2014, 5:02 a.m. UTC
We might end up with a few of these, so put them in their own directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v2: None

 arch/x86/dts/link.dts                               | 4 ++--
 arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi | 0
 arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi (100%)
 rename arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi (100%)

Comments

Bin Meng Dec. 16, 2014, 9:34 a.m. UTC | #1
On Tue, Dec 16, 2014 at 1:02 PM, Simon Glass <sjg@chromium.org> wrote:
> We might end up with a few of these, so put them in their own directory.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/dts/link.dts                               | 4 ++--
>  arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi | 0
>  arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi (100%)
>  rename arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi (100%)
>
> diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
> index 592af16..c435a67 100644
> --- a/arch/x86/dts/link.dts
> +++ b/arch/x86/dts/link.dts
> @@ -214,10 +214,10 @@
>
>         microcode {
>                 update@0 {
> -#include "m12206a7_00000028.dtsi"
> +#include "microcode/m12206a7_00000028.dtsi"
>                 };
>                 update@1 {
> -#include "m12306a9_00000017.dtsi"
> +#include "microcode/m12306a9_00000017.dtsi"
>                 };
>         };
>
> diff --git a/arch/x86/dts/m12206a7_00000028.dtsi b/arch/x86/dts/microcode/m12206a7_00000028.dtsi
> similarity index 100%
> rename from arch/x86/dts/m12206a7_00000028.dtsi
> rename to arch/x86/dts/microcode/m12206a7_00000028.dtsi
> diff --git a/arch/x86/dts/m12306a9_00000017.dtsi b/arch/x86/dts/microcode/m12306a9_00000017.dtsi
> similarity index 100%
> rename from arch/x86/dts/m12306a9_00000017.dtsi
> rename to arch/x86/dts/microcode/m12306a9_00000017.dtsi
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Simon Glass Dec. 17, 2014, 2:21 a.m. UTC | #2
On 16 December 2014 at 02:34, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Tue, Dec 16, 2014 at 1:02 PM, Simon Glass <sjg@chromium.org> wrote:
>> We might end up with a few of these, so put them in their own directory.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/dts/link.dts                               | 4 ++--
>>  arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi | 0
>>  arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi | 0
>>  3 files changed, 2 insertions(+), 2 deletions(-)
>>  rename arch/x86/dts/{ => microcode}/m12206a7_00000028.dtsi (100%)
>>  rename arch/x86/dts/{ => microcode}/m12306a9_00000017.dtsi (100%)
>>
>> diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
>> index 592af16..c435a67 100644
>> --- a/arch/x86/dts/link.dts
>> +++ b/arch/x86/dts/link.dts
>> @@ -214,10 +214,10 @@
>>
>>         microcode {
>>                 update@0 {
>> -#include "m12206a7_00000028.dtsi"
>> +#include "microcode/m12206a7_00000028.dtsi"
>>                 };
>>                 update@1 {
>> -#include "m12306a9_00000017.dtsi"
>> +#include "microcode/m12306a9_00000017.dtsi"
>>                 };
>>         };
>>
>> diff --git a/arch/x86/dts/m12206a7_00000028.dtsi b/arch/x86/dts/microcode/m12206a7_00000028.dtsi
>> similarity index 100%
>> rename from arch/x86/dts/m12206a7_00000028.dtsi
>> rename to arch/x86/dts/microcode/m12206a7_00000028.dtsi
>> diff --git a/arch/x86/dts/m12306a9_00000017.dtsi b/arch/x86/dts/microcode/m12306a9_00000017.dtsi
>> similarity index 100%
>> rename from arch/x86/dts/m12306a9_00000017.dtsi
>> rename to arch/x86/dts/microcode/m12306a9_00000017.dtsi
>> --
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot-x86.
diff mbox

Patch

diff --git a/arch/x86/dts/link.dts b/arch/x86/dts/link.dts
index 592af16..c435a67 100644
--- a/arch/x86/dts/link.dts
+++ b/arch/x86/dts/link.dts
@@ -214,10 +214,10 @@ 
 
 	microcode {
 		update@0 {
-#include "m12206a7_00000028.dtsi"
+#include "microcode/m12206a7_00000028.dtsi"
 		};
 		update@1 {
-#include "m12306a9_00000017.dtsi"
+#include "microcode/m12306a9_00000017.dtsi"
 		};
 	};
 
diff --git a/arch/x86/dts/m12206a7_00000028.dtsi b/arch/x86/dts/microcode/m12206a7_00000028.dtsi
similarity index 100%
rename from arch/x86/dts/m12206a7_00000028.dtsi
rename to arch/x86/dts/microcode/m12206a7_00000028.dtsi
diff --git a/arch/x86/dts/m12306a9_00000017.dtsi b/arch/x86/dts/microcode/m12306a9_00000017.dtsi
similarity index 100%
rename from arch/x86/dts/m12306a9_00000017.dtsi
rename to arch/x86/dts/microcode/m12306a9_00000017.dtsi