summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Add spl_early_init()Eddie Cai2017-03-161-11/+35
* splash: Prevent splash_load_fs from writing to 0x0Jonathan Golder2017-02-271-1/+2
* SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to KconfigDalon Westergreen2017-02-172-9/+17
* SPL: add support to boot from a partition typeDalon Westergreen2017-02-172-0/+31
* flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabledMasahiro Yamada2017-02-122-6/+1
* flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2017-02-124-15/+9
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2017-02-091-1/+1
|\
| * net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-1/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-02-081-5/+0
|\ \
| * | common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdpartsLadislav Michl2017-02-081-5/+0
* | | common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV...Jean-Jacques Hiblot2017-02-081-4/+4
|/ /
* | x86: Do relocation before clearing BSSSimon Glass2017-02-061-1/+1
* | x86: board_r: Set the global data pointer after relocationSimon Glass2017-02-061-0/+10
* | board_f/r: Use static const for the init sequencesSimon Glass2017-02-062-3/+3
* | x86: board_f: Update init sequence for 64-bit startupSimon Glass2017-02-061-3/+7
* | spl: Allow PCH drivers to be used in SPLSimon Glass2017-02-061-0/+9
* | spl: Allow timer drivers to be used in SPLSimon Glass2017-02-061-0/+9
* | spl: Allow RTC drivers to be used in SPLSimon Glass2017-02-061-0/+10
* | spl: Allow PCI drivers to be used in SPLSimon Glass2017-02-061-0/+9
* | spl: Allow CPU drivers to be used in SPLSimon Glass2017-02-061-0/+10
* | spl: spi: Add a debug message if loading failsSimon Glass2017-02-061-1/+4
* | console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass2017-02-063-20/+20
|/
* ARM: uniphier: change CONFIG_SPL_PAD_TO to 128KBMasahiro Yamada2017-01-291-2/+1
* Revert "armv8: release slave cores from CPU_RELEASE_ADDR"Masahiro Yamada2017-01-281-8/+0
* spl: Remove overwrite of relocated malloc limitAndrew F. Davis2017-01-281-1/+6
* malloc_simple: Add debug statements to memalign_simpleAndrew F. Davis2017-01-281-1/+5
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* Drop CONFIG_CMD_DOCSimon Glass2017-01-251-13/+0
* Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()Simon Glass2017-01-252-4/+1
* Drop the static inline print_cpuinfo()Simon Glass2017-01-251-0/+2
* Drop CONFIG_WINBOND_83C553Simon Glass2017-01-251-14/+0
* powerpc: Drop CONFIG_SYS_ALLOC_DPRAMSimon Glass2017-01-251-5/+0
* powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass2017-01-251-4/+0
* Convert CONFIG_ARCH_MISC_INIT to KconfigSimon Glass2017-01-251-0/+8
* Convert CONFIG_BOARD_EARLY_INIT_F to KconfigSimon Glass2017-01-251-0/+10
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-251-0/+13
* Kconfig: Migrate BOARD_LATE_INIT to a selectTom Rini2017-01-241-1/+1
* status_led: Kconfig migrationUri Mashiach2017-01-211-4/+4
* common: Kconfig: Add BOARD_LATE_INIT entryJagan Teki2017-01-211-0/+10
* bootm: qnx: Disable data cache before booting QNX imageEmmanuel Vadot2017-01-201-0/+12
* board_init.c: Always use memset()Tom Rini2017-01-201-18/+0
* ARM: Default to using optimized memset and memcpy routinesTom Rini2017-01-201-1/+1
* spl: Add some missing newlinesAndrew F. Davis2017-01-201-2/+2
* spl: Remove inline ifdef check for EXT and FAT supportAndrew F. Davis2017-01-202-4/+0
* common/image.c: Use correct suffixes for binary sizesxypron.glpk@gmx.de2017-01-201-1/+1
* bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH setRick Altherr2017-01-201-10/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2017-01-171-4/+4
|\
| * usb: storage: Show number of storage devices detected for DM_USBMichal Simek2017-01-171-4/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-01-162-9/+128
|\ \ | |/ |/|