summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-17common: Move reset_phy() to net.hSimon Glass
2020-01-17common: Drop floppy disk supportSimon Glass
2020-01-17common: Move jumptable_init() out of common.hSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass
2020-01-17common: Move do_tftpb() to net.hSimon Glass
2020-01-17common: Move embedded fdt location to fdtdec.hSimon Glass
2020-01-17common: Drop checkflash() and checkdram()Simon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2020-01-17common: Move main_loop() to init.hSimon Glass
2020-01-17common: Drop mdm_init()Simon Glass
2020-01-17Merge branch '2020-01-17-improve-aes-support'Tom Rini
2020-01-17ARM: dts: stm32: Add missing ETHCK clock to ethernet nodeMarek Vasut
2020-01-17ARM: stm32: Fill in missing loadaddrMarek Vasut
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-17aes: add test unit for aes196 and aes256Philippe Reynes
2020-01-17aes: add test unit for aes128Philippe Reynes
2020-01-17aes: add support of aes192 and aes256Philippe Reynes
2020-01-17aes: add a define for the size of a blockPhilippe Reynes
2020-01-17stm32mp1: split board and SOC support for STM32MP15x familyPatrick Delaunay
2020-01-17board: stm32mp1: move CONFIG_ENV_XXX in defconfigPatrick Delaunay
2020-01-17stm32mp1: move stboard command in board/st/common directoryPatrick Delaunay
2020-01-17stm32mp1: configs: Make all boot devices in distro boot conditionalMarek Vasut
2020-01-17ARM: stm32: Allow overriding setup_mac_address()Marek Vasut
2020-01-17stm32mp: remove redundant SYS_TEXT_BASE promptThomas Hebb
2020-01-16mx7ulp: Move SoC base address to a common fileFabio Estevam
2020-01-16mx7ulp_evk: Remove unneeded SDHC definitionsFabio Estevam
2020-01-16mx7ulp_evk: Disable CONFIG_NETFabio Estevam
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-01-16Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-01-16Merge branch '2020-01-15-master-imports'Tom Rini
2020-01-16configs: mediatek: fix mt7623n bpir2 defconfigSam Shih
2020-01-16arm: dts: mediatek: move u-boot properties to -u-boot.dtsi fileSam Shih
2020-01-16Add support for MT7622 reference boardSam Shih
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih
2020-01-16power: domain: add power domain support for MT7622Sam Shih
2020-01-16clk: mediatek: fix clock-rate overflow problemSam Shih
2020-01-16clk: mediatek: add driver for MT7622Sam Shih
2020-01-16pinctrl: mediatek: add support for different pinctrlSam Shih
2020-01-16pinctrl: mediatek: add driver for MT7622Sam Shih
2020-01-16ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih
2020-01-16phy: phy-mtk-tphy: make ref clock optionalChunfeng Yun
2020-01-16phy: phy-mtk-tphy: remove the check of -ENOSYSChunfeng Yun
2020-01-16clk: fixed_rate: add dummy enable() functionChunfeng Yun
2020-01-16clk: add APIs to get (optional) clock by name without a deviceChunfeng Yun
2020-01-16clk: check valid clock by clk_valid()Chunfeng Yun
2020-01-16clk: fix error check for devm_clk_get_optional()Chunfeng Yun
2020-01-16clk: mediatek: mt7629: add support for ssusbsysChunfeng Yun