Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e663c703b16b515ce0038f971c5d10d33884869b
e663c70
imx8m: soc: probe clock device in arch_cpu_init_dm
by Peng Fan
· 5 years ago
e89d211
imx: mmc_env: update runtime SD/MMC boot env device
by Peng Fan
· 5 years ago
5f24d0c
imx8m: add clk support for i.MX8MM
by Peng Fan
· 5 years ago
8838cdf
imx8m: restructure clock.h
by Peng Fan
· 5 years ago
2005916
imx8m: rename clock to clock_imx8mq
by Peng Fan
· 5 years ago
d204172
imx8m: restrict reset_cpu
by Peng Fan
· 5 years ago
0528ba0
imx8m: soc: enable SCTR clock before timer init
by Peng Fan
· 5 years ago
b3cf0a8
imx8m: Configure trustzone region 0 for non-secure access
by Ye Li
· 5 years ago
dbb2b7e
imx8m: set BYPASS ID SWAP to avoid AXI bus errors
by Peng Fan
· 5 years ago
59efa6b
imx8m: Fix MMU table issue for OPTEE memory
by Peng Fan
· 5 years ago
1c7cba9
imx: add i.MX8MM PE property
by Peng Fan
· 5 years ago
e246b7a
imx8m: add pin header for i.MX8MM
by Peng Fan
· 5 years ago
78db9a5
imx: add get_cpu_rev support for i.MX8MM
by Peng Fan
· 5 years ago
20ebb4f
imx8m: update imx-regs for i.MX8MM
by Peng Fan
· 5 years ago
4800df0
imx8m: imx-regs: drop unused register definitions
by Peng Fan
· 5 years ago
6c646b3
imx: spl: add spl_board_boot_device for i.MX8MM
by Peng Fan
· 5 years ago
65a6c50
imx: add i.MX8MM cpu type
by Peng Fan
· 5 years ago
8619c39
imx: imx8mm: add clock bindings header
by Peng Fan
· 5 years ago
1b1eaa0
imx: add IMX8MM kconfig entry
by Peng Fan
· 5 years ago
d968ae7
imx: add IMX8MQ kconfig entry
by Peng Fan
· 5 years ago
478f944
imx8m: add image cfg for i.MX8MM lpddr4
by Peng Fan
· 5 years ago
28cb058
ddr: imx8m: fix ddr firmware location when enable SPL OF
by Peng Fan
· 5 years ago
4b78bb5
tools: imx8m_image: align spl bin image size
by Peng Fan
· 5 years ago
fa99af4
imx: mkimage_fit_atf: Fix FIT image for correct boot order
by Frieder Schrempf
· 5 years ago
4f761dd
Kconfig: Set default BUILD_TARGET for ARCH_MX6 with SPL
by Stefan Roese
· 5 years ago
2a9f86b
ARM: imx: arch/arm/mach-imx/spl_qspi.cfg
by Stefan Roese
· 5 years ago
d10d138
ARM: imx: Add QSPI boot mode for i.MX6UL/ULL
by Stefan Roese
· 5 years ago
0a1a45b
imx: mx6ul_14x14_evk: fix link issue
by Anatolij Gustschin
· 5 years ago
5b20d14
imx: Kconfig: Reduce default CONFIG_CSF_SIZE
by Breno Matheus Lima
· 5 years ago
2845f86
imx: enable the reset controller on the i.MX8MQ EVK
by Patrick Wildt
· 5 years ago
63927b8
imx: add the i.MX8M reset controller node
by Patrick Wildt
· 5 years ago
6300dc4
imx: add support for i.MX7/i.MX8MQ reset controller
by Patrick Wildt
· 5 years ago
d08a194
imx: add support for i.MX8MQ power domain controller
by Patrick Wildt
· 5 years ago
6745dac
ARM: dts: pcl063: add usdhc reset pin of eMMC
by Parthiban Nallathambi
· 5 years ago
904c31f
imx: mxs: Fix location for the elftosb tool
by Fabio Estevam
· 5 years ago
210e443
mx28evk: README: Fix location for the generic mxs README
by Fabio Estevam
· 5 years ago
e4b91f0
imx: wandboard: convert FEC support to DM_ETH
by Anatolij Gustschin
· 5 years ago
c883d6a
spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver
by Lukasz Majewski
· 5 years ago
cf31914
mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driver
by Lukasz Majewski
· 5 years ago
6116f4c
mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTS
by Lukasz Majewski
· 5 years ago
ec0c81f
spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver
by Lukasz Majewski
· 5 years ago
c2050e1
spi: fix: Call mxs_reset_block() during DM/DTS probe
by Lukasz Majewski
· 5 years ago
3c50e01
spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi
by Lukasz Majewski
· 5 years ago
f1e323a
dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file
by Lukasz Majewski
· 5 years ago
772b557
imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode
by Lukasz Majewski
· 5 years ago
45aac6d
imx: Rewrite display5 get_board_id() function to use dm_gpio_* API
by Lukasz Majewski
· 5 years ago
feeff15
imx: Convert emergency pad of display5 to use dm_gpio* functions
by Lukasz Majewski
· 5 years ago
5ec7d1b
ARM: Update display5_factory_defconfig after switch to DM/DTS and uuu utility
by Lukasz Majewski
· 5 years ago
21c7d34
ARM: display5: Remove common.c file (after DM/DTS U-Boot proper conversion)
by Lukasz Majewski
· 5 years ago
d5354f5
DM: WDT: Convert WDT driver to use DM/DTS (including SYSRESET)
by Lukasz Majewski
· 5 years ago
1743d66
ARM: display5: Remove UART initialization code after DM/DTS conversion (non-console)
by Lukasz Majewski
· 5 years ago
e95b4bd
DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)
by Lukasz Majewski
· 5 years ago
32e0751
DM: eth: Switch display5 board to use DM_ETH
by Lukasz Majewski
· 5 years ago
19e874c
DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC)
by Lukasz Majewski
· 5 years ago
1b20e3a
ARM: imx: defconfig: Enable 'regulator' and 'pmic' commands on display5
by Lukasz Majewski
· 5 years ago
dac9a8f
DM: I2C: Switch display5 board to use DM_I2C
by Lukasz Majewski
· 5 years ago
5ca7094
ARM: imx: defconfig: Enable CONFIG_PINCTRL{_IMX6} on display5's defconfig
by Lukasz Majewski
· 5 years ago
4c3c29e
fix: defconfig: Enable OF_CONTROL for display5_factory
by Lukasz Majewski
· 5 years ago
1ff6c1f
imx: bk4: Print proper HW revision of VF610's BK4 board
by Lukasz Majewski
· 5 years ago
77ecf95
pico-imx6: Add Falcon mode
by Fabio Estevam
· 5 years ago
953c250
pico-imx6: Add splashscreen support
by Fabio Estevam
· 5 years ago
d9033f2
pico-imx6: Add Ethernet support
by Fabio Estevam
· 5 years ago
7efe52a
pico-imx6: Fix bootmenu handling
by Otavio Salvador
· 5 years ago
004eee8
pico-imx6: Add initial support
by Fabio Estevam
· 5 years ago
b8bffab
mx6: clock: Allow enable_ipu_clock() to be built for SPL code
by Fabio Estevam
· 5 years ago
033f6ea
mx53loco: Fix U-Boot corruption after saving the environment
by Fabio Estevam
· 5 years ago
31bd001
board: imx6dl_mamoj: set the value for CSF size
by Stefano Babic
· 5 years ago
9b1fd3c
configs: Sync all baseboard specific pico-imx7d
by Otavio Salvador
· 5 years ago
d89f0a8
configs: pico-imx7d: Convert to DM_VIDEO
by Joris Offouga
· 5 years ago
8787a70
ARM: dts: pico-imx7d: sync device tree with v5.3-rc6
by Joris Offouga
· 5 years ago
a89b1fe
ARM: dts: pico-imx7d: Add u-boot.dtsi for uboot specific dts change
by Joris Offouga
· 5 years ago
95fd832
imx: fix missing MAINTAINERS pico boards
by Stefano Babic
· 5 years ago
4289912
imx: sksimx6_defconfig: remove SPL misc option to fix build error
by Anatolij Gustschin
· 5 years ago
b31bed2
pico: Convert to CONFIG_FSL_USDHC
by Fabio Estevam
· 5 years ago
dc3e6c8
logos: Add the TechNexion's logo
by Fabio Estevam
· 6 years ago
b446ce2
pico-imx7d: Provide a way to escape the Falcon mode
by Fabio Estevam
· 5 years ago
26e85de
pico-imx7d: Add instructions for booting in Falcon mode
by Fabio Estevam
· 5 years ago
34ac994
pico-imx7d: Add NYMPH baseboard support
by Otavio Salvador
· 6 years ago
e82e292
pico-imx7d: Add DWARF baseboard support
by Otavio Salvador
· 6 years ago
cca5c03
pico-imx7d: Sync pico-hobbit-imx7d_defconfig
by Fabio Berton
· 5 years ago
f6432ec
pico-imx6ul: Provide a way to escape the Falcon mode
by Fabio Estevam
· 5 years ago
e7cef77
pico-imx6ul: Update the Falcon mode instructions
by Fabio Estevam
· 5 years ago
5d1ed30
pico-imx6ul: Add LCD support
by Fabio Estevam
· 5 years ago
831824c
pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
by Fabio Estevam
· 5 years ago
9988001
pico-imx6ul: Add DWARF baseboard support
by Otavio Salvador
· 6 years ago
7002634
Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"
by Stefano Babic
· 5 years ago
40af7d3
habv4: tools: Avoid hardcoded CSF size for SPL targets
by Breno Matheus Lima
· 5 years ago
bae4e8c
imx8: cpu: fix mac fuse word for i.MX8QM
by Peng Fan
· 5 years ago
43c5087
imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
by Peng Fan
· 5 years ago
8cacd78
imx: scu_api: add sc_pm_is_partition_started
by Peng Fan
· 5 years ago
94e4d02
imx8: fdt: add optee node
by Peng Fan
· 5 years ago
fefe051
imx8: save args passed from ATF
by Peng Fan
· 5 years ago
01cacf9
imx8: fdt: configure sid for masters
by Peng Fan
· 5 years ago
2686447
imx: scu_api: add sc_rm_set_master_sid
by Peng Fan
· 5 years ago
6e92cae
configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
by Peng Fan
· 5 years ago
9f779fa
imx8: disable node when the resource is not owned
by Peng Fan
· 5 years ago
ed2ebd8
imx8qm: correct fdt_file
by Peng Fan
· 5 years ago
8f99438
imx8qm: power up SMMU
by Peng Fan
· 5 years ago
b5fd5fd
imx: sys_proto: add is_imx8qm helper
by Peng Fan
· 5 years ago
bcf94ab
imx8: Probe the SCU driver by using uclass function
by Ye Li
· 5 years ago
Next »