summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* bootstage: Record time taken to set up the live device treeSimon Glass2017-06-052-2/+10
* bootstage: Support SPLSimon Glass2017-06-055-5/+57
* bootstage: Adjust to use const * where possibleSimon Glass2017-06-052-8/+8
* bootstage: Tidy up error return valuesSimon Glass2017-06-052-12/+14
* bootstage: Record the time taken to set up driver modelSimon Glass2017-06-053-0/+6
* bootstage: Init as early as possibleSimon Glass2017-06-052-3/+2
* bootstage: Support relocating boostage dataSimon Glass2017-06-054-0/+52
* bootstage: Use debug() for stashing messagesSimon Glass2017-06-051-2/+2
* bootstage: Show records with a zero timeSimon Glass2017-06-051-7/+4
* bootstage: Use rec_count as the array indexSimon Glass2017-06-052-49/+96
* bootstage: Fix up code style and commentsSimon Glass2017-06-052-6/+8
* bootstage: Convert to use malloc()Simon Glass2017-06-054-33/+79
* bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass2017-06-055-5/+5
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-053-19/+14
* bootstage: Provide a default timer functionSimon Glass2017-06-051-0/+17
* ARM: k2g: Fix passing main pll info for higher speedsLokesh Vutla2017-06-051-8/+8
* cmd/elf.c: Support passing arguments with bootelfTom Rini2017-06-051-17/+17
* reset: sti: add deassert counter in reset channel descriptorPatrice Chotard2017-06-051-11/+30
* test: py: hush: Add echo dependencyMichal Simek2017-06-051-0/+2
* test: py: Use global pytestmark for hush testsMichal Simek2017-06-051-4/+2
* arm: am57xx: cl-som-am57x: adjust default env to the installation systemUri Mashiach2017-06-051-2/+4
* ARM: am57xx: cl-som-am57x: support for AM5718Uri Mashiach2017-06-051-0/+5
* arm: am57xx: cl-som-am57x: change the shell promptUri Mashiach2017-06-051-0/+1
* arm: am57xx: cl-som-am57x: support for FS bootUri Mashiach2017-06-052-3/+4
* common: microblaze: Drop arch-specific declarationsSimon Glass2017-06-051-5/+0
* common: arm: freescale: layerscape: Move header files out of common.hSimon Glass2017-06-0514-12/+33
* common: arm: davinci: Move header file out of commonSimon Glass2017-06-059-4/+20
* common: ep93xx: Move arch-specific declarations out of commonSimon Glass2017-06-052-11/+1
* common: freescale: Move arch-specific imx code to arch-imxSimon Glass2017-06-052-9/+7
* common: freescale: Move arch-specific declarationsSimon Glass2017-06-0523-95/+135
* common: powerpc: Move arch-specific headersSimon Glass2017-06-056-43/+72
* common: Move PPC4xx_SYS_INFO() et al to arch-specific headerSimon Glass2017-06-052-6/+4
* common: Drop determine_sysper() and determine_pci_clock_per()Simon Glass2017-06-051-6/+0
* common: Drop cpu_init_f() declarationsSimon Glass2017-06-051-11/+0
* arm: Remove include files from common.hSimon Glass2017-06-052-6/+3
* arm: Include asm/setup.h explictlySimon Glass2017-06-0511-0/+12
* arm: Add declarations to avoid needing to include headersSimon Glass2017-06-053-0/+4
* arm: Add explicit include of <asm/mach-types.h>Simon Glass2017-06-0555-0/+55
* nds32: Remove include files from common.hSimon Glass2017-06-053-5/+3
* x86: Don't include asm/u-boot.h in commonSimon Glass2017-06-052-4/+3
* sandbox: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* mips: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* arc: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* nds32: Make u-boot-nds32.h a private headerSimon Glass2017-06-052-1/+3
* mips: Make u-boot-mips.h a private headerSimon Glass2017-06-052-1/+2
* arm: Make u-boot-arm.h a private headerSimon Glass2017-06-053-1/+6
* x86: Make u-boot-x86.h a private headerSimon Glass2017-06-052-2/+3
* sandbox: Make u-boot-sandbox.h a private headerSimon Glass2017-06-052-1/+2
* arc: Make u-boot-arc.h a private headerSimon Glass2017-06-052-1/+2