[U-Boot] [PATCH v2 5/5] x86: Switch to use DM sysreset driver
Bin Meng
bmeng.cn at gmail.com
Fri Jul 20 01:39:19 UTC 2018
On Thu, Jul 19, 2018 at 11:21 PM, Simon Glass <sjg at chromium.org> wrote:
> On 19 July 2018 at 04:07, Bin Meng <bmeng.cn at gmail.com> wrote:
>> This converts all x86 boards over to DM sysreset.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - remove include of "reset.dsti" in edison.dts
>> - add SYSRESET for efi-x86_app and edison
>>
>> arch/Kconfig | 2 ++
>> arch/x86/cpu/baytrail/valleyview.c | 6 ------
>> arch/x86/cpu/braswell/braswell.c | 6 ------
>> arch/x86/cpu/cpu.c | 26 --------------------------
>> arch/x86/cpu/ivybridge/early_me.c | 7 ++++---
>> arch/x86/cpu/ivybridge/sdram.c | 3 ++-
>> arch/x86/cpu/qemu/qemu.c | 6 ------
>> arch/x86/cpu/quark/quark.c | 6 ------
>> arch/x86/cpu/tangier/tangier.c | 6 ------
>> arch/x86/dts/bayleybay.dts | 1 +
>> arch/x86/dts/baytrail_som-db5800-som-6867.dts | 1 +
>> arch/x86/dts/broadwell_som-6896.dts | 1 +
>> arch/x86/dts/cherryhill.dts | 1 +
>> arch/x86/dts/chromebook_link.dts | 1 +
>> arch/x86/dts/chromebook_samus.dts | 1 +
>> arch/x86/dts/chromebox_panther.dts | 1 +
>> arch/x86/dts/conga-qeval20-qa3-e3845.dts | 1 +
>> arch/x86/dts/cougarcanyon2.dts | 1 +
>> arch/x86/dts/crownbay.dts | 1 +
>> arch/x86/dts/dfi-bt700.dtsi | 1 +
>> arch/x86/dts/edison.dts | 5 +++++
>> arch/x86/dts/efi-x86_app.dts | 5 +++++
>> arch/x86/dts/efi-x86_payload.dts | 1 +
>> arch/x86/dts/galileo.dts | 1 +
>> arch/x86/dts/minnowmax.dts | 1 +
>> arch/x86/dts/qemu-x86_i440fx.dts | 1 +
>> arch/x86/dts/qemu-x86_q35.dts | 1 +
>> arch/x86/dts/reset.dtsi | 6 ++++++
>> arch/x86/include/asm/processor.h | 5 -----
>> arch/x86/include/asm/u-boot-x86.h | 1 -
>> configs/chromebook_link64_defconfig | 1 +
>> 31 files changed, 41 insertions(+), 66 deletions(-)
>> create mode 100644 arch/x86/dts/reset.dtsi
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list