| Commit message (Expand) | Author | Age | Files | Lines |
* | pico-imx6ul: convert ethernet function to DM_ETH | Wig Cheng | 2020-08-18 | 1 | -53/+0 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 7 | -7/+7 |
* | pico-imx6ul: Fix Quick Start Guide URL | Fabio Estevam | 2020-07-16 | 1 | -2/+2 |
* | imx8m: Refactor the OPTEE memory removal | Peng Fan | 2020-07-14 | 1 | -14/+12 |
* | imx: Remove ARCH= references from documentation | Tom Rini | 2020-06-02 | 1 | -1/+1 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 5 | -0/+5 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 6 | -0/+6 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | arm: Don't include common.h in header files | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | ARM: imx: pico-imx8mq: Add support for Technexion Pico-iMX8MQ | Marek Vasut | 2020-05-10 | 11 | -0/+7401 |
* | doc: update reference to README.imximage | Patrick Delaunay | 2020-04-16 | 1 | -1/+1 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move RAM-sizing functions to init.h | Simon Glass | 2020-01-17 | 1 | -0/+2 |
* | common: Move reset_cpu() to the CPU header | Simon Glass | 2020-01-17 | 2 | -0/+2 |
* | pico-imx7d: Convert to DM_ETH | Joris Offouga | 2020-01-14 | 1 | -46/+0 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | pico-imx7d: Remove dead code for dm_video | Joris Offouga | 2019-10-08 | 1 | -12/+0 |
* | pico-imx7d: fix splash logo drawing | Joris Offouga | 2019-10-08 | 1 | -13/+0 |
* | pico-imx6: Add Falcon mode | Fabio Estevam | 2019-10-08 | 1 | -0/+11 |
* | pico-imx6: Add splashscreen support | Fabio Estevam | 2019-10-08 | 1 | -0/+210 |
* | pico-imx6: Add Ethernet support | Fabio Estevam | 2019-10-08 | 1 | -0/+74 |
* | pico-imx6: Add initial support | Fabio Estevam | 2019-10-08 | 6 | -0/+483 |
* | configs: pico-imx7d: Convert to DM_VIDEO | Joris Offouga | 2019-10-08 | 1 | -31/+17 |
* | imx: fix missing MAINTAINERS pico boards | Stefano Babic | 2019-10-08 | 1 | -0/+2 |
* | pico-imx7d: Provide a way to escape the Falcon mode | Fabio Estevam | 2019-10-08 | 1 | -0/+4 |
* | pico-imx7d: Add instructions for booting in Falcon mode | Fabio Estevam | 2019-10-08 | 1 | -0/+91 |
* | pico-imx6ul: Provide a way to escape the Falcon mode | Fabio Estevam | 2019-10-08 | 1 | -0/+4 |
* | pico-imx6ul: Update the Falcon mode instructions | Fabio Estevam | 2019-10-08 | 1 | -4/+4 |
* | pico-imx6ul: Add LCD support | Fabio Estevam | 2019-10-08 | 1 | -1/+54 |
* | pico-imx7d: Enable DM_USB | Joris Offouga | 2019-07-19 | 1 | -13/+0 |
* | Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot | Tom Rini | 2019-07-08 | 2 | -2/+2 |
|\ |
|
| * | Convert to use fsl_esdhc_imx for i.MX platforms | Yangbo Lu | 2019-06-23 | 2 | -2/+2 |
* | | pico-imx7d: README: Adjust the binary name after DM conversion | Fabio Estevam | 2019-06-27 | 1 | -6/+6 |
|/ |
|
* | pico-imx6ul: MAINTAINERS: Add pico-dwarf entry | Fabio Estevam | 2019-06-11 | 1 | -0/+1 |
* | pico-imx6ul: MAINTAINERS: Unify all board entries | Fabio Estevam | 2019-06-11 | 1 | -8/+0 |
* | pico-imx7d: MAINTAINERS: Unify all board entries | Fabio Estevam | 2019-06-11 | 1 | -8/+2 |
* | pico-imx7d: enable boot without PMIC | Jun Nie | 2019-06-11 | 1 | -2/+5 |
* | pico-imx7d: README: Add BL33 usage case | Jun Nie | 2019-06-11 | 1 | -0/+44 |
* | pico-imx7d: Reserve region of memory to OPTEE | Jun Nie | 2019-06-11 | 1 | -0/+5 |
* | twister: remove board | Bartosz Golaszewski | 2019-05-28 | 5 | -585/+0 |
* | pico-imx7d: Convert DM MMC | Joris Offouga | 2019-04-25 | 2 | -38/+38 |
* | pico-imx7d: defconfig Enable DM gpio pinctrl and pinctrl_imx7 | Joris Offouga | 2019-04-25 | 1 | -1/+3 |
* | pico-imx7d: README: Recommend the usage of a USB hub | Fabio Estevam | 2019-03-31 | 1 | -0/+4 |
* | pico-imx6ul: Fix eMMC boot after DM_MMC conversion | Fabio Estevam | 2019-03-31 | 1 | -0/+34 |
* | pico-imx6ul: README: Adjust the binary name after DM conversion | Fabio Estevam | 2019-03-13 | 1 | -7/+7 |