| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 9 | -0/+9 |
* | arm: powerpc: Tidy up code style for interrupt functions | Simon Glass | 2019-12-02 | 5 | -5/+5 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 5 | -0/+5 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 21 | -0/+21 |
* | common: Move some SMP functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move some CPU functions out of common.h | Simon Glass | 2019-12-02 | 4 | -0/+4 |
* | common: Move mii_init() function out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 15 | -0/+15 |
* | arm: pxa: Drop pxa_wait_ticks() | Simon Glass | 2019-12-02 | 1 | -8/+4 |
* | common: Move some time functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move serial functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | Move strtomhz() to vsprintf.h | Simon Glass | 2019-12-02 | 4 | -0/+4 |
* | common: Move older CPU functions to their own header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | arm: drop eSDHC clock getting in mxc_get_clock() for layerscape | Yangbo Lu | 2019-11-27 | 3 | -32/+0 |
* | env: Finish migration of common ENV options | Tom Rini | 2019-11-20 | 1 | -1/+1 |
* | arm: arm11: allow unaligned memory access | Heinrich Schuchardt | 2019-11-19 | 2 | -0/+29 |
* | freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name | Udit Agarwal | 2019-11-08 | 3 | -5/+5 |
* | fsl-layerscape: fix warning if no hwconfig is defined | Pankaj Bansal | 2019-11-08 | 1 | -1/+3 |
* | armv8: fsl-layerscape: introduce fsl_board_late_init() | Michael Walle | 2019-11-08 | 1 | -1/+6 |
* | armv8: fsl-lsch3: convert CONFIG_TARGET_x to CONFIG_ARCH_x | Michael Walle | 2019-11-08 | 1 | -5/+5 |
* | armv8: ls1028a: add erratum A-050382 workaround | Laurentiu Tudor | 2019-11-08 | 1 | -0/+3 |
* | armv8: lx2160a: add icid setup for platform devices | Laurentiu Tudor | 2019-11-08 | 3 | -1/+50 |
* | armv8: ls2088a: add icid setup for platform devices | Laurentiu Tudor | 2019-11-08 | 3 | -1/+38 |
* | armv8: fsl-layerscape: guard caam specific defines | Laurentiu Tudor | 2019-11-08 | 2 | -0/+4 |
* | fsl-layerscape: do not use layerscape EFI reset if PSCI used | Mathew McBride | 2019-11-08 | 1 | -1/+1 |
* | arm: mxs: Increase VDDD voltage to match specification | Marek Vasut | 2019-11-03 | 1 | -2/+2 |
* | armv7: ls102xa: Don't power down OCRAM1 during deep sleep | Biwen Li | 2019-10-21 | 1 | -1/+6 |
* | armv7: ls102xa: add errata ID A-008646 for workaround | Biwen Li | 2019-10-21 | 1 | -3/+4 |
* | armv8: ls1028a: disable multimedia for ls1027a, ls1017a | Yuantian Tang | 2019-10-21 | 1 | -0/+23 |
* | armv7: ls102xa: Correct endianness of SCFG_SPARECR8 read | Biwen Li | 2019-10-21 | 1 | -1/+1 |
* | armv8: fsl-layerscape: Make USB masters snoopable | Ran Wang | 2019-10-21 | 1 | -0/+9 |
* | armv8: ls1028a: Add more personalities support | Yuantian Tang | 2019-10-21 | 1 | -0/+3 |
* | Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-10-09 | 1 | -1/+4 |
|\ |
|
| * | spl: pass args to board_return_to_bootrom | Peng Fan | 2019-10-08 | 1 | -1/+4 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/08Oct2019 | Tom Rini | 2019-10-08 | 1 | -1/+0 |
|\ \ |
|
| * | | watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig | Heiko Schocher | 2019-10-08 | 1 | -1/+0 |
| |/ |
|
* | | arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option | Simon Glass | 2019-10-08 | 1 | -1/+1 |
|/ |
|
* | armv8: ls1028a: Updated serdes configuration for 0x13BB | Hou Zhiqiang | 2019-09-12 | 1 | -1/+1 |
* | armv8: fsl-layerscape: Fix typo in Layerscape PCIe config entry | Hou Zhiqiang | 2019-09-12 | 1 | -1/+1 |
* | armv8: fsl-layerscape: Update I2C clock divider | Chuanhua Han | 2019-09-12 | 1 | -0/+4 |
* | armv8: ls1028a: configure PMU's PCTBENR to enable WDT | Thomas Schaefer | 2019-09-12 | 1 | -2/+4 |
* | fsl-layerscape: Add fsl_esdhc peripheral clock support | Yinbo Zhu | 2019-09-12 | 2 | -18/+76 |
* | drivers/fsl-mc: Create Kconfig file to manage driver specific configs better | Florinel Iordache | 2019-09-04 | 1 | -17/+0 |
* | armv8: ls1028a: add icid setup for platform devices | Laurentiu Tudor | 2019-08-22 | 4 | -2/+36 |
* | armv8: ls1088a: add icid setup for platform devices | Laurentiu Tudor | 2019-08-22 | 3 | -0/+35 |
* | armv8: fsl-layerscape: make icid setup endianness aware | Laurentiu Tudor | 2019-08-22 | 1 | -1/+4 |
* | armv8: kconfig: Fix some platforms incorrect I2C clock divider | Chuanhua Han | 2019-08-22 | 1 | -0/+4 |
* | configs: ls1088a: Enable DM support for pcf2127 rtc | Chuanhua Han | 2019-08-22 | 1 | -4/+4 |
* | configs: ls2088a: Enable DM support for ds3231 rtc | Chuanhua Han | 2019-08-22 | 1 | -4/+4 |
* | configs: ls1028a: Enable DM support for pcf2127 rtc | Chuanhua Han | 2019-08-22 | 1 | -8/+0 |