summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* common: Move do_tftpb() to net.hSimon Glass2020-01-172-3/+11
* common: Move embedded fdt location to fdtdec.hSimon Glass2020-01-172-3/+3
* common: Drop checkflash() and checkdram()Simon Glass2020-01-171-2/+0
* common: Move flash_perror() to flash.hSimon Glass2020-01-172-3/+7
* common: Move main_loop() to init.hSimon Glass2020-01-172-3/+7
* common: Drop mdm_init()Simon Glass2020-01-171-1/+0
* u-boot: fit: add support to decrypt fit with aesPhilippe Reynes2020-01-172-0/+25
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-172-0/+94
* aes: add support of aes192 and aes256Philippe Reynes2020-01-171-11/+23
* aes: add a define for the size of a blockPhilippe Reynes2020-01-171-2/+3
* Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2020-01-164-3/+1
|\
| * mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-161-0/+1
| * powerpc/mpc85xx: drop eSDHC periperhal clock codeYangbo Lu2020-01-163-3/+0
* | Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-164-5/+34
|\ \
| * | arm64: zynqmp: Move PANIC to KconfigMichal Simek2020-01-141-1/+0
| * | arm64: zynqmp: Add support for u-boot.itb generation with ATFMichal Simek2020-01-141-1/+5
| * | ARM: zynq: Add jtag distro boot supportT Karthik Reddy2020-01-141-0/+9
| * | spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-0/+20
| * | board: xilinx: Add support for user configurable boot script offsetT Karthik Reddy2020-01-143-3/+0
* | | Add support for MT7622 reference boardSam Shih2020-01-161-0/+46
* | | clk: mediatek: add driver for MT7622Sam Shih2020-01-161-0/+271
* | | clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2020-01-161-0/+40
* | | ARM: MediaTek: add basic support for MT8512 boardsmingming lee2020-01-161-0/+60
* | | clk: mediatek: add driver support for MT8512mingming lee2020-01-161-0/+197
* | | Include missing headers for asm-generic/sections.hSean Anderson2020-01-151-0/+2
* | | dma: Add stub of dma_memcpy and dma_get_deviceVignesh Raghavendra2020-01-151-0/+11
| |/ |/|
* | imx: imxrt1050-evk: Add support for the NXP i.MXRT1050-EVKGiulio Benetti2020-01-141-0/+46
* | ram: add SDRAM driver for i.MXRT SoCsGiulio Benetti2020-01-141-0/+100
* | serial_lpuart: add support for i.MXRTGiulio Benetti2020-01-141-1/+2
* | ARM: dts: imxrt1050: add dtsi fileGiulio Benetti2020-01-141-0/+993
* | clk: imx: add i.IMXRT1050 clk driverGiulio Benetti2020-01-141-0/+65
* | pico-imx7d: Convert to DM_ETHJoris Offouga2020-01-141-11/+0
* | imx: add imx8x based deneb boardAnatolij Gustschin2020-01-141-0/+19
* | imx: add imx8x capricorn giedi boardAnatolij Gustschin2020-01-144-0/+424
|/
* arm/km: remove board KMCOGE3UNHolger Brunck2020-01-101-9/+1
* m68k: Drop CONFIG_MCFPIT supportTom Rini2020-01-1011-11/+0
* configs: purge unneeded fec definesAngelo Durgehello2020-01-1016-104/+17
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-097-11/+0
|\
| * powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes2020-01-087-11/+0
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2020-01-098-254/+354
|\ \
| * | log: Include missing header for log.hSean Anderson2020-01-071-0/+1
| * | Include missing headers for fdt_support.hSean Anderson2020-01-071-0/+1
| * | dm: devres: Add a new OFDATA phaseSimon Glass2020-01-071-1/+2
| * | dm: devres: Add testsSimon Glass2020-01-071-0/+20
| * | dm: test: Add a test driver for devresSimon Glass2020-01-072-0/+10
| * | dm: devres: Convert to use loggingSimon Glass2020-01-071-0/+1
| * | test: Add functions to find the amount of allocated memorySimon Glass2020-01-071-0/+16
| * | dm: devres: Create a new devres header fileSimon Glass2020-01-072-254/+270
| * | dm: core: Add a new flag to track platform dataSimon Glass2020-01-071-0/+3
| * | dm: core: Export a new function to read platdataSimon Glass2020-01-071-0/+16