aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move upmconfig() to ppc.hSimon Glass3-3/+3
2020-01-17common: Move ll_boot_init() to init.hSimon Glass9-7/+14
2020-01-17common: arm: Move s_init() to an ARM-specific headerSimon Glass2-2/+2
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass38-12/+50
2020-01-17common: Move type declarations to linux/types.hSimon Glass2-4/+4
2020-01-17common: Drop the symbol_lookup() declarationSimon Glass1-3/+0
2020-01-17common: Drop CONFIG_HAS_POSTSimon Glass2-5/+3
2020-01-17common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass3-6/+1
2020-01-17common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass2-4/+4
2020-01-17common: Move reset_phy() to net.hSimon Glass34-3/+40
2020-01-17common: Drop floppy disk supportSimon Glass10-1159/+1
2020-01-17common: Move jumptable_init() out of common.hSimon Glass3-3/+4
2020-01-17common: Move relocate_code() to init.hSimon Glass40-22/+48
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass5-7/+25
2020-01-17common: Move do_tftpb() to net.hSimon Glass3-3/+12
2020-01-17common: Move embedded fdt location to fdtdec.hSimon Glass2-3/+3
2020-01-17common: Drop checkflash() and checkdram()Simon Glass1-2/+0
2020-01-17common: Move flash_perror() to flash.hSimon Glass7-6/+14
2020-01-17common: Move main_loop() to init.hSimon Glass4-3/+9
2020-01-17common: Drop mdm_init()Simon Glass1-1/+0
2020-01-17Merge branch '2020-01-17-improve-aes-support'Tom Rini19-87/+1268
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes8-1/+240
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes10-2/+716
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes1-0/+4
2020-01-17aes: add test unit for aes128Philippe Reynes2-0/+163
2020-01-17aes: add support of aes192 and aes256Philippe Reynes4-65/+125
2020-01-17aes: add a define for the size of a blockPhilippe Reynes3-20/+21
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini19-166/+66
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini4-9/+27
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini119-3899/+1677
2020-01-16Merge branch '2020-01-15-master-imports'Tom Rini90-138/+4851
2020-01-16configs: mediatek: fix mt7623n bpir2 defconfigSam Shih1-0/+1
2020-01-16arm: dts: mediatek: move u-boot properties to -u-boot.dtsi fileSam Shih6-15/+67
2020-01-16Add support for MT7622 reference boardSam Shih8-0/+332
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16power: domain: add power domain support for MT7622Sam Shih1-0/+6
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih1-3/+3
2020-01-16clk: mediatek: add driver for MT7622Sam Shih3-0/+950
2020-01-16pinctrl: mediatek: add support for different pinctrlSam Shih7-19/+125
2020-01-16pinctrl: mediatek: add driver for MT7622Sam Shih3-0/+757
2020-01-16ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih6-0/+278
2020-01-16phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun1-1/+2
2020-01-16phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun1-2/+1
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun1-0/+7
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun2-0/+68
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun1-8/+8
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun1-1/+1
2020-01-16clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun1-0/+42
2020-01-16ARM: MediaTek: add basic support for MT8512 boardsmingming lee8-0/+253
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1