summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* removing fdt_high from default set of variables for, dragonboard410c configMatthias Schoepfer2020-01-231-1/+0
* bcm968360bg: add initial supportPhilippe Reynes2020-01-231-0/+40
* board: Add new Samsung "stemmy" board based on ST-Ericsson U8500Stephan Gerhold2020-01-221-0/+29
* arm: dts: Import device tree for ST-Ericsson Ux500Stephan Gerhold2020-01-223-0/+111
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2020-01-211-0/+152
|\
| * cmd: add tlv_eeprom commandBaruch Siach2020-01-211-0/+152
* | Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u...WIP/21Jan2020Tom Rini2020-01-216-11/+119
|\ \
| * | spl: Add prototype to function spl_board_boot_device()Alifer Moraes2020-01-201-0/+1
| * | imx: fix typo in header fileFlavio Suligoi2020-01-201-1/+1
| * | fsl: fix typo in header fileFlavio Suligoi2020-01-201-1/+1
| * | ARM: imx: mx6ull: Add iMX6ULL VisionSOM SoM and EVKArkadiusz Karas2020-01-201-0/+116
| * | ARM: imx: vining2000: Enable SPL SDP by defaultMarek Vasut2020-01-201-2/+0
| * | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-01-207-16/+146
| |\ \
| * | | mx7ulp: Move SoC base address to a common fileFabio Estevam2020-01-161-4/+0
| * | | mx7ulp_evk: Remove unneeded SDHC definitionsFabio Estevam2020-01-161-3/+0
* | | | Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...WIP/20Jan2020Tom Rini2020-01-209-9/+238
|\ \ \ \
| * | | | configs: am65x_evm: Enable USB keyboard as second stdinVignesh Raghavendra2020-01-201-0/+1
| * | | | configs: am65x_evm: Add DFU related env variablesVignesh Raghavendra2020-01-201-1/+9
| * | | | configs: ti: Factor out call to 'args_mmc' into MMC common environmentAndrew F. Davis2020-01-202-3/+3
| * | | | configs: j721e_evm.h: Sync J721e environment configuration with AM65xAndrew F. Davis2020-01-201-3/+9
| * | | | arm: am57xx: env: Fix DFU variablesSam Protsenko2020-01-201-1/+1
| * | | | board: ti: beagleboneai: enable in am57xx_evm_defconfigCaleb Robey2020-01-201-0/+2
| * | | | board: ti: beagleboneai: add initial supportCaleb Robey2020-01-201-1/+0
| * | | | configs: j721e_evm: Add configs for environment in eMMCFaiz Abbas2020-01-201-0/+6
| * | | | configs: j721e_evm_a72: Add Support for GPT partitionsFaiz Abbas2020-01-201-0/+6
| * | | | lib: Import few bitmap functions from LinuxVignesh Raghavendra2020-01-202-0/+145
| * | | | environment: ti: Add DFU environment variables k3_dfu.hVignesh Raghavendra2020-01-202-0/+56
| | |/ / | |/| |
* | | | 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 progressWIP/2020-01-17-reduce-size-of-common-h-even-moreSimon 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