summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+152
2020-01-21cmd: add tlv_eeprom commandBaruch Siach1-0/+152
2020-01-21Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-11/+119
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini9-9/+238
2020-01-20Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-8/+31
2020-01-20spl: Add prototype to function spl_board_boot_device()Alifer Moraes1-0/+1
2020-01-20imx: fix typo in header fileFlavio Suligoi1-1/+1
2020-01-20fsl: fix typo in header fileFlavio Suligoi1-1/+1
2020-01-20ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVKArkadiusz Karas1-0/+116
2020-01-20ARM: imx: vining2000: Enable SPL SDP by defaultMarek Vasut1-2/+0
2020-01-20Merge branch 'master' of git://git.denx.de/u-bootStefano Babic7-16/+146
2020-01-20configs: am65x_evm: Enable USB keyboard as second stdinVignesh Raghavendra1-0/+1
2020-01-20configs: am65x_evm: Add DFU related env variablesVignesh Raghavendra1-1/+9
2020-01-20configs: ti: Factor out call to 'args_mmc' into MMC common environmentAndrew F. Davis2-3/+3
2020-01-20configs: j721e_evm.h: Sync J721e environment configuration with AM65xAndrew F. Davis1-3/+9
2020-01-20arm: am57xx: env: Fix DFU variablesSam Protsenko1-1/+1
2020-01-20board: ti: beagleboneai: enable in am57xx_evm_defconfigCaleb Robey1-0/+2
2020-01-20board: ti: beagleboneai: add initial supportCaleb Robey1-1/+0
2020-01-20configs: j721e_evm: Add configs for environment in eMMCFaiz Abbas1-0/+6
2020-01-20configs: j721e_evm_a72: Add Support for GPT partitionsFaiz Abbas1-0/+6
2020-01-20lib: Import few bitmap functions from LinuxVignesh Raghavendra2-0/+145
2020-01-20environment: ti: Add DFU environment variables k3_dfu.hVignesh Raghavendra2-0/+56
2020-01-18common: Update comment to show progressSimon Glass1-3/+2
2020-01-18common: Collect all the header files togetherSimon Glass1-24/+0
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2-4/+4
2020-01-18common: Move ROUND() into kernel.hSimon Glass2-2/+2
2020-01-18common: Move check_member() to kernel.hSimon Glass2-11/+11
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-5/+22
2020-01-17common: Move testdram() into init.hSimon Glass2-4/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-4/+3
2020-01-17common: Rename and move source()Simon Glass2-3/+12
2020-01-17common: Move the image globals into image.hSimon Glass2-4/+4
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-3/+3
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-2/+2
2020-01-17common: Move reset_misc() function to arch headerSimon Glass1-1/+0
2020-01-17common: Move get_tbclk() to time.hSimon Glass2-1/+2
2020-01-17common: Move clock functions into a new fileSimon Glass2-5/+14
2020-01-17common: Move upmconfig() to ppc.hSimon Glass1-1/+0
2020-01-17common: Move ll_boot_init() to init.hSimon Glass2-7/+7
2020-01-17common: arm: Move s_init() to an ARM-specific headerSimon Glass1-2/+0
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass2-12/+14
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 Glass1-4/+0
2020-01-17common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass1-3/+0
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 Glass2-3/+8
2020-01-17common: Drop floppy disk supportSimon Glass2-234/+0
2020-01-17common: Move jumptable_init() out of common.hSimon Glass2-3/+3
2020-01-17common: Move relocate_code() to init.hSimon Glass2-6/+10