summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mx51evk: Convert to driver modelFabio Estevam2021-03-011-8/+0
| * | | mx53loco: Convert to driver modelFabio Estevam2021-03-011-6/+0
| * | | board: toradex: move RGMII delays to PHY sideOleksandr Suvorov2021-03-012-5/+0
| * | | ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8XOleksandr Suvorov2021-03-017-8/+0
| * | | ARM: imx6: mx6sabre-common: Search for boot components in /boot tooMarek Vasut2021-03-011-3/+6
| * | | ARM: imx6: mx6sabre-common: Replace fatload with FS_GENERIC loadMarek Vasut2021-03-011-3/+3
| * | | ARM: imx6: dh-imx6: Drop the SF hunk in configMarek Vasut2021-02-271-6/+0
| * | | ARM: imx: Revert "dh_imx6: Switch to full DM-aware"Marek Vasut2021-02-271-0/+6
* | | | Nokia RX-51: Enable usbtty serial console by defaultPali Rohár2021-03-031-14/+7
| |/ / |/| |
* | | log: convert pr_*() to loggingHeinrich Schuchardt2021-03-012-38/+48
* | | Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-271-7/+13
|\ \ \ | |/ / |/| |
| * | efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt2021-02-261-7/+13
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-02-262-1/+12
|\ \ \
| * | | fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-261-0/+7
| * | | part: Support getting whole disk from part_get_info_by_dev_and_name_or_numSean Anderson2021-02-261-1/+5
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-02-261-11/+11
|\ \ \
| * | | mtd: spi-nor-core: Fix typo in documentationSean Anderson2021-02-261-1/+1
| * | | mtd: spi-nor.h: Change spaces to tabsBin Meng2021-02-261-10/+10
| |/ /
* / / ARM: stm32: Add USB host boot supportMarek Vasut2021-02-261-0/+7
|/ /
* | ppc: Remove MPC8569MDS boardTom Rini2021-02-251-489/+0
* | arm: Remove sksimx6 boardTom Rini2021-02-251-85/+0
* | arm: Remove mx53smd boardTom Rini2021-02-251-111/+0
* | arm: Remove mx53ard boardTom Rini2021-02-251-170/+0
* | arm: Remove mx25pdk boardTom Rini2021-02-251-178/+0
* | lib: rsa: struct udevice build warningHeinrich Schuchardt2021-02-241-0/+2
* | vexpress64_fvp: Set DRAM to 4G to match with kernel devicetreeDiego Sueiro2021-02-241-0/+3
* | malloc: adjust memcpy() and memset() definitions.Heinrich Schuchardt2021-02-241-0/+3
* | config: hikey: convert to DM_USB and DM_ETHPeter Robinson2021-02-241-3/+1
* | Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-221-0/+2
|\ \ | |/ |/|
| * button: add udevice forward declarationNeil Armstrong2021-02-221-0/+2
* | Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-221-1/+0
|\ \
| * | clk: remove a redundant headerDario Binacchi2021-02-221-1/+0
* | | Merge tag 'video-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-02-221-101/+0
|\ \ \
| * | | video: remove unused include/mb862xx.hHeinrich Schuchardt2021-02-191-101/+0
* | | | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-2133-33/+33
* | | | board: freescale: drop CONFIG_DM_I2C undefsIgor Opaniuk2021-02-215-5/+0
* | | | fdt/sunxi: Remove OF_STDOUT_PATHAndre Przywara2021-02-191-18/+0
* | | | sunxi: Remove dead ifdefs in sunxi-common.hSamuel Holland2021-02-191-15/+0
* | | | Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-02-191-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-191-0/+14
| * | | mmc: fix response timeout after switch commandStefan Bosch2021-02-191-0/+1
* | | | Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'Tom Rini2021-02-182-9/+2
|\ \ \ \ | |/ / / |/| | |
| * | | image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
| * | | spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-171-2/+2
| | |/ | |/|
* | | mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+6
* | | xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-181-1/+19
* | | dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+17
* | | dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-181-0/+13
* | | dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-184-0/+68
|/ /
* | net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-163-0/+172