| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: Fix CMD_DM enabling | Michal Simek | 2018-07-31 | 1 | -1/+1 |
* | Kconfig: Sort bool, default, select and imply options | Michal Simek | 2018-07-30 | 1 | -1/+1 |
* | dm: Change CMD_DM enabling | Michal Simek | 2018-07-30 | 3 | -0/+32 |
* | Kconfig: Sort bool, default, select and imply options | Michal Simek | 2018-07-30 | 3 | -94/+94 |
* | Kconfig: Replace spaces with tabs and missing newline | Michal Simek | 2018-07-30 | 1 | -7/+7 |
* | imx: i.mx6q: imx6q_logic: Migrate to SPL and enable SDP | Adam Ford | 2018-07-23 | 1 | -1/+2 |
* | pico-imx7d: Add SPL support | Fabio Estevam | 2018-07-23 | 1 | -0/+1 |
* | imx: mx7: psci: implement MIGRATE_INFO_TYPE | Stefan Agner | 2018-07-23 | 1 | -0/+7 |
* | imx: mx7: psci: support CPU0 on/off | Stefan Agner | 2018-07-23 | 1 | -8/+12 |
* | imx: mx7: psci: provide complete PSCI 1.0 implementation | Stefan Agner | 2018-07-23 | 1 | -3/+93 |
* | imx: mx7: psci: use C code exclusively | Stefan Agner | 2018-07-23 | 3 | -70/+24 |
* | imx: imx6: Add comment to gpr_init function | Michael Trimarchi | 2018-07-23 | 1 | -0/+5 |
* | mx7: Remove BMODE support | Fabio Estevam | 2018-07-23 | 3 | -27/+1 |
* | imx: mx6: Fix implementantion reset_misc | Michael Trimarchi | 2018-07-23 | 1 | -0/+2 |
* | board: toradex: add Colibri iMX6ULL support | Stefan Agner | 2018-07-23 | 1 | -0/+8 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 1 | -1/+1 |
* | board/aries: Remove | Tom Rini | 2018-07-02 | 3 | -11/+0 |
* | mx5: Select ARM_CORTEX_A8_CVE_2017_5715 | Fabio Estevam | 2018-06-30 | 1 | -0/+2 |
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-06-27 | 2 | -7/+42 |
|\ |
|
| * | imx: Enable ACTLR.SMP bit for all i.MX cortex-a7 platforms | Ye Li | 2018-06-18 | 2 | -7/+42 |
* | | common: Fix cpu nr type which is always unsigned type | Michal Simek | 2018-06-19 | 1 | -4/+4 |
|/ |
|
* | arm: imx53: Add support for imx53 boards from K+P | Lukasz Majewski | 2018-05-18 | 1 | -0/+12 |
* | i.MX6DL: mamoj: Add PFUZE100 support | Jagan Teki | 2018-05-18 | 1 | -0/+2 |
* | i.MX6DL: mamoj: Add I2C support | Jagan Teki | 2018-05-18 | 1 | -0/+1 |
* | i.MX6: board: Add BTicino i.MX6DL Mamoj initial support | Jagan Teki | 2018-05-18 | 1 | -0/+29 |
* | mx6: Select CONFIG_MP with MX6_SMP | Peter Robinson | 2018-05-17 | 1 | -0/+1 |
* | mx31: Convert MX31_HCLK_FREQ and MX31_CLK32 to Kconfig. | Magnus Lilja | 2018-05-17 | 1 | -0/+14 |
* | mx31pdk: Convert CONFIG_MX31 flag to use Kconfig. | Magnus Lilja | 2018-05-17 | 1 | -0/+20 |
* | board: ge: bx50v3: remove redundant targets | Ian Ray | 2018-05-17 | 1 | -12/+2 |
* | imx7: psci: save context id in cpu_on command | Patrick Delaunay | 2018-05-07 | 1 | -1/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 55 | -118/+56 |
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-04-30 | 2 | -41/+17 |
|\ |
|
| * | imx6ul: opos6ul: in Serial Downloader boot mode use ymodem | Sébastien Szymanski | 2018-04-26 | 1 | -0/+10 |
| * | imx6ul: opos6ul: add SPL_DM support | Sébastien Szymanski | 2018-04-26 | 2 | -44/+10 |
* | | arm: move SYS_ARCH_TIMER to KConfig | Andre Przywara | 2018-04-28 | 1 | -0/+1 |
* | | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 6 | -12/+0 |
|/ |
|
* | Merge git://git.denx.de/u-boot-imx | Tom Rini | 2018-04-15 | 8 | -8/+148 |
|\ |
|
| * | imx: Create distinct pre-processed mkimage config files | Trent Piepho | 2018-04-15 | 1 | -7/+8 |
| * | imx: mx7: snvs: Add an SNVS init routine | Bryan O'Donoghue | 2018-04-15 | 3 | -1/+25 |
| * | imx: board: Add support for the K+P's kp_imx6q_tpc board | Lukasz Majewski | 2018-04-15 | 1 | -0/+11 |
| * | imx: hab: Provide hab_auth_img_or_fail command | Bryan O'Donoghue | 2018-04-15 | 1 | -0/+35 |
| * | imx: mx7: Add comment to describe OTP TESTER registers | Bryan O'Donoghue | 2018-04-15 | 1 | -0/+21 |
| * | imx: mx7: Fix CONFIG_SERIAL_TAG compilation | Bryan O'Donoghue | 2018-04-15 | 1 | -0/+1 |
| * | ARM: mx6: ddr: Add write leveling correction code | Marek Vasut | 2018-04-15 | 1 | -0/+24 |
| * | imx7: spl: Check for Serial Downloader in spl_boot_device | Eran Matityahu | 2018-03-29 | 1 | -0/+23 |
* | | imx: hab: Convert DCD non-NULL error to warning | Bryan O'Donoghue | 2018-03-13 | 1 | -4/+2 |
|/ |
|
* | imx: syscounter: make sure asm is volatile | Yasushi SHOJI | 2018-03-09 | 1 | -2/+2 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 2 | -2/+2 |
* | imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() ... | Fabio Estevam | 2018-02-24 | 1 | -0/+23 |
* | imx6q: engicam: Use SPL_LOAD_FIT for MMC boards | Jagan Teki | 2018-02-22 | 1 | -1/+0 |