| Commit message (Expand) | Author | Age | Files | Lines |
* | common/spl/Kconfig: Use 'if SPL' / 'if TPL' guards | Tom Rini | 2017-06-05 | 1 | -72/+24 |
* | bootstage: Record time taken to set up the live device tree | Simon Glass | 2017-06-05 | 2 | -2/+10 |
* | bootstage: Support SPL | Simon Glass | 2017-06-05 | 5 | -5/+57 |
* | bootstage: Adjust to use const * where possible | Simon Glass | 2017-06-05 | 2 | -8/+8 |
* | bootstage: Tidy up error return values | Simon Glass | 2017-06-05 | 2 | -12/+14 |
* | bootstage: Record the time taken to set up driver model | Simon Glass | 2017-06-05 | 3 | -0/+6 |
* | bootstage: Init as early as possible | Simon Glass | 2017-06-05 | 2 | -3/+2 |
* | bootstage: Support relocating boostage data | Simon Glass | 2017-06-05 | 4 | -0/+52 |
* | bootstage: Use debug() for stashing messages | Simon Glass | 2017-06-05 | 1 | -2/+2 |
* | bootstage: Show records with a zero time | Simon Glass | 2017-06-05 | 1 | -7/+4 |
* | bootstage: Use rec_count as the array index | Simon Glass | 2017-06-05 | 2 | -49/+96 |
* | bootstage: Fix up code style and comments | Simon Glass | 2017-06-05 | 2 | -6/+8 |
* | bootstage: Convert to use malloc() | Simon Glass | 2017-06-05 | 4 | -33/+79 |
* | bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an int | Simon Glass | 2017-06-05 | 5 | -5/+5 |
* | bootstage: Require timer_get_boot_us() to be defined | Simon Glass | 2017-06-05 | 3 | -19/+14 |
* | bootstage: Provide a default timer function | Simon Glass | 2017-06-05 | 1 | -0/+17 |
* | ARM: k2g: Fix passing main pll info for higher speeds | Lokesh Vutla | 2017-06-05 | 1 | -8/+8 |
* | cmd/elf.c: Support passing arguments with bootelf | Tom Rini | 2017-06-05 | 1 | -17/+17 |
* | reset: sti: add deassert counter in reset channel descriptor | Patrice Chotard | 2017-06-05 | 1 | -11/+30 |
* | test: py: hush: Add echo dependency | Michal Simek | 2017-06-05 | 1 | -0/+2 |
* | test: py: Use global pytestmark for hush tests | Michal Simek | 2017-06-05 | 1 | -4/+2 |
* | arm: am57xx: cl-som-am57x: adjust default env to the installation system | Uri Mashiach | 2017-06-05 | 1 | -2/+4 |
* | ARM: am57xx: cl-som-am57x: support for AM5718 | Uri Mashiach | 2017-06-05 | 1 | -0/+5 |
* | arm: am57xx: cl-som-am57x: change the shell prompt | Uri Mashiach | 2017-06-05 | 1 | -0/+1 |
* | arm: am57xx: cl-som-am57x: support for FS boot | Uri Mashiach | 2017-06-05 | 2 | -3/+4 |
* | common: microblaze: Drop arch-specific declarations | Simon Glass | 2017-06-05 | 1 | -5/+0 |
* | common: arm: freescale: layerscape: Move header files out of common.h | Simon Glass | 2017-06-05 | 14 | -12/+33 |
* | common: arm: davinci: Move header file out of common | Simon Glass | 2017-06-05 | 9 | -4/+20 |
* | common: ep93xx: Move arch-specific declarations out of common | Simon Glass | 2017-06-05 | 2 | -11/+1 |
* | common: freescale: Move arch-specific imx code to arch-imx | Simon Glass | 2017-06-05 | 2 | -9/+7 |
* | common: freescale: Move arch-specific declarations | Simon Glass | 2017-06-05 | 23 | -95/+135 |
* | common: powerpc: Move arch-specific headers | Simon Glass | 2017-06-05 | 6 | -43/+72 |
* | common: Move PPC4xx_SYS_INFO() et al to arch-specific header | Simon Glass | 2017-06-05 | 2 | -6/+4 |
* | common: Drop determine_sysper() and determine_pci_clock_per() | Simon Glass | 2017-06-05 | 1 | -6/+0 |
* | common: Drop cpu_init_f() declarations | Simon Glass | 2017-06-05 | 1 | -11/+0 |
* | arm: Remove include files from common.h | Simon Glass | 2017-06-05 | 2 | -6/+3 |
* | arm: Include asm/setup.h explictly | Simon Glass | 2017-06-05 | 11 | -0/+12 |
* | arm: Add declarations to avoid needing to include headers | Simon Glass | 2017-06-05 | 3 | -0/+4 |
* | arm: Add explicit include of <asm/mach-types.h> | Simon Glass | 2017-06-05 | 55 | -0/+55 |
* | nds32: Remove include files from common.h | Simon Glass | 2017-06-05 | 3 | -5/+3 |
* | x86: Don't include asm/u-boot.h in common | Simon Glass | 2017-06-05 | 2 | -4/+3 |
* | sandbox: Don't include asm/u-boot.h in common | Simon Glass | 2017-06-05 | 1 | -3/+0 |
* | mips: Don't include asm/u-boot.h in common | Simon Glass | 2017-06-05 | 1 | -3/+0 |
* | arc: Don't include asm/u-boot.h in common | Simon Glass | 2017-06-05 | 1 | -3/+0 |
* | nds32: Make u-boot-nds32.h a private header | Simon Glass | 2017-06-05 | 2 | -1/+3 |
* | mips: Make u-boot-mips.h a private header | Simon Glass | 2017-06-05 | 2 | -1/+2 |
* | arm: Make u-boot-arm.h a private header | Simon Glass | 2017-06-05 | 3 | -1/+6 |
* | x86: Make u-boot-x86.h a private header | Simon Glass | 2017-06-05 | 2 | -2/+3 |
* | sandbox: Make u-boot-sandbox.h a private header | Simon Glass | 2017-06-05 | 2 | -1/+2 |
* | arc: Make u-boot-arc.h a private header | Simon Glass | 2017-06-05 | 2 | -1/+2 |