summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-201-8/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | ARM: stm32: Fill in missing loadaddrMarek Vasut2020-01-171-2/+3
| * | | stm32mp1: configs: Make all boot devices in distro boot conditionalMarek Vasut2020-01-171-6/+28
* | | | common: Update comment to show progressSimon Glass2020-01-171-3/+2
* | | | common: Collect all the header files togetherSimon Glass2020-01-171-24/+0
* | | | common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-172-4/+4
* | | | common: Move ROUND() into kernel.hSimon Glass2020-01-172-2/+2
* | | | common: Move check_member() to kernel.hSimon Glass2020-01-172-11/+11
* | | | common: Move hang() to the same header as panic()Simon Glass2020-01-172-5/+22
* | | | common: Move testdram() into init.hSimon Glass2020-01-172-4/+2
* | | | common: Move RAM-sizing functions to init.hSimon Glass2020-01-172-4/+3
* | | | common: Rename and move source()Simon Glass2020-01-172-3/+12
* | | | common: Move the image globals into image.hSimon Glass2020-01-172-4/+4
* | | | image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-3/+3
* | | | common: Move reset_cpu() to the CPU headerSimon Glass2020-01-172-2/+2
* | | | common: Move reset_misc() function to arch headerSimon Glass2020-01-171-1/+0
* | | | common: Move get_tbclk() to time.hSimon Glass2020-01-172-1/+2
* | | | common: Move clock functions into a new fileSimon Glass2020-01-172-5/+14
* | | | common: Move upmconfig() to ppc.hSimon Glass2020-01-171-1/+0
* | | | common: Move ll_boot_init() to init.hSimon Glass2020-01-172-7/+7
* | | | common: arm: Move s_init() to an ARM-specific headerSimon Glass2020-01-171-2/+0
* | | | common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-172-12/+14
* | | | common: Move type declarations to linux/types.hSimon Glass2020-01-172-4/+4
* | | | common: Drop the symbol_lookup() declarationSimon Glass2020-01-171-3/+0
* | | | common: Drop CONFIG_HAS_POSTSimon Glass2020-01-171-4/+0
* | | | common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass2020-01-171-3/+0
* | | | common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass2020-01-172-4/+4
* | | | common: Move reset_phy() to net.hSimon Glass2020-01-172-3/+8
* | | | common: Drop floppy disk supportSimon Glass2020-01-172-234/+0
* | | | common: Move jumptable_init() out of common.hSimon Glass2020-01-172-3/+3
* | | | common: Move relocate_code() to init.hSimon Glass2020-01-172-6/+10
* | | | common: Move functions for loading from fat/ext2 to fs.hSimon Glass2020-01-172-6/+22
* | | | 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