Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ba9a606f7fc694323c16bdb2429f32826e3e534d
/
board
/
advantech
b819621
Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORT
by Simon Glass
· Sun Feb 05 15:39:42 2023 -0700
d4bf08b
ARM: imx: Remove PMIC reset configuration from board files
by Marek Vasut
· Fri Dec 09 20:35:47 2022 +0100
8bda02a
Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Mon Nov 14 07:29:51 2022 -0500
376b88a
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
by Tom Rini
· Fri Oct 28 20:27:13 2022 -0400
3e0bf76
imx: imx8qm-rom7720: switch to binman
by Oliver Graute
· Fri Nov 04 16:03:37 2022 +0100
72cc538
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
by Simon Glass
· Thu Oct 20 18:22:39 2022 -0600
c6685b2
imx: imx8mp_rsb3720a1: fix incorrect ifdef check on SPL_MMC
by Quentin Schulz
· Tue Jul 12 17:44:21 2022 +0200
aac187d
nxp: Make board/freescale/common/Kconfig safe to include once in arch/Kconfig
by Tom Rini
· Thu Jun 16 14:04:35 2022 -0400
b00e429
imx: imx8mp_rsb7320a1: enable wdog driver model in SPL
by Peng Fan
· Sat Jun 11 20:21:08 2022 +0800
20544fe
imx: imx8mp_rsb3720a1: convert to DM_SERIAL
by Peng Fan
· Thu May 05 15:43:28 2022 +0800
ccb3646
capsule: board: Add information needed for capsule updates
by Sughosh Ganu
· Fri Apr 15 11:29:34 2022 +0530
35a5a96
board: .gitignore: replace dsdt.c by dsdt_generated.c
by Philippe Reynes
· Tue Mar 08 10:37:19 2022 +0100
0cbbf40
scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c
by Philippe Reynes
· Tue Feb 22 14:54:39 2022 +0100
6327716
Merge tag 'u-boot-imx-20220220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Sun Feb 20 08:09:08 2022 -0500
728f192
arm: imx8m: add support for Advantech RSB-3720
by Ying-Chun Liu (PaulLiu)
· Tue Feb 08 09:22:38 2022 +0800
a7de87a
imx: Don't define __ASSEMBLY__ in source files
by Simon Glass
· Sat Jan 22 05:07:22 2022 -0700
a582047
spi: Rename SPI_SUPPORT to SPI
by Simon Glass
· Sun Aug 08 12:20:14 2021 -0600
57b9381
imx: Finish migration of IMX_CONFIG to Kconfig
by Tom Rini
· Tue Aug 24 20:41:00 2021 -0400
3aae681
arm: Remove dms-ba16 board
by Tom Rini
· Tue Feb 09 21:42:47 2021 -0500
6f14d5f
reset: Remove addr parameter from reset_cpu()
by Harald Seiler
· Tue Dec 15 16:47:52 2020 +0100
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
c06febd
doc: board: imx8qm-rom7720-a1.rst: convert readme to reST
by Oliver Graute
· Fri Nov 20 15:05:51 2020 +0100
dedbc9c
imx: imx8qm_rom7720_a1: add missing DTS to the MAINTAINERS
by Oliver Graute
· Wed Nov 04 12:02:23 2020 +0100
4602274
x86: advantech: som-db5800-som-6867: Remove dead code
by Andy Shevchenko
· Thu Aug 20 13:02:21 2020 +0300
f7ed78b
treewide: convert bd_t to struct bd_info by coccinelle
by Masahiro Yamada
· Fri Jun 26 15:13:33 2020 +0900
1384e44
imx: imx8qm_rom7720_a1: update README
by Oliver Graute
· Wed May 20 13:47:06 2020 +0200
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
2dc9c34
common: Drop image.h from common header
by Simon Glass
· Sun May 10 11:40:01 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
488b6ac
doc: update reference to README.imximage
by Patrick Delaunay
· Fri Feb 28 15:18:12 2020 +0100
3888302
Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Tue Jan 21 08:36:50 2020 -0500
76b145c
imx8qm_rom7720_a1: Remove unused function detail_board_ddr_info()
by Alifer Moraes
· Thu Jan 16 12:45:33 2020 -0300
afb0215
common: Move reset_cpu() to the CPU header
by Simon Glass
· Sat Dec 28 10:45:01 2019 -0700
a7b5130
common: Move some board functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:46 2019 -0700
dafcd99
imx: support i.MX8QM ROM 7720 a1 board
by Oliver Graute
· Fri Sep 20 07:08:41 2019 +0000
6c34fc1
x86: Rename existing FSP code to fsp1
by Simon Glass
· Wed Sep 25 08:00:11 2019 -0600
7334038
Convert to use fsl_esdhc_imx for i.MX platforms
by Yangbo Lu
· Fri Jun 21 11:42:28 2019 +0800
7676370
x86: baytrail: Drop EFI-specific test logics
by Bin Meng
· Tue Jun 12 08:36:20 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
07e245c
x86: baytrail: fsp: Move Azalia update codes to board
by Bin Meng
· Fri Oct 13 01:30:06 2017 -0700
2661c9c
imx: Include <input.h> header file
by Diego Dorta
· Fri Sep 22 12:12:18 2017 -0300
19ca463
x86: kconfig: Let board select SPI flash
by Bin Meng
· Sun Jul 30 06:23:26 2017 -0700
6f40e7c
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
by Bin Meng
· Sun Jul 30 06:23:13 2017 -0700
842a8de
x86: kconfig: Let board select BOARD_EARLY_INIT_F
by Bin Meng
· Sun Jul 30 06:23:11 2017 -0700
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· Thu Jun 29 10:16:06 2017 +0200
ab3055a
Kconfig: Add CONFIG_SATA to enable SATA
by Simon Glass
· Wed Jun 14 21:28:25 2017 -0600
f5a92a7
board: advantech: dms-ba16: apply the proper register setting to fix the voltage peak issue
by Yung-Ching LIN
· Wed Mar 29 01:51:25 2017 +0800
cd81ade
board: advantech: dms-ba16: fix AR8033 reset timing issue
by Yung-Ching LIN
· Wed Mar 29 01:51:24 2017 +0800
9dce6bd
board: advantech: dms-ba16: add the PMIC configuration support
by Yung-Ching LIN
· Wed Mar 29 01:51:23 2017 +0800
7bcb389
board: advantech: dms-ba16: Add the configuration options for display initialization
by Yung-Ching LIN
· Wed Mar 29 01:51:22 2017 +0800
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
9301aea
arm: imx: Add support for Advantech DMS-BA16 board
by Akshay Bhat
· Fri Jul 29 11:44:46 2016 -0400
aedc33d
x86: Add Advantech SOM-DB5800/SOM-6867 support
by George McCollister
· Tue Jun 21 12:07:33 2016 -0500