summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-062-7/+5
* spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-061-9/+9
* spl: Add a way to declare an SPL image loaderSimon Glass2016-10-061-0/+20
* spl: Convert boot_device into a structSimon Glass2016-10-0610-32/+37
* spl: Kconfig: Move SPL_DISPLAY_PRINT to KconfigSimon Glass2016-10-061-0/+9
* spl: Add a parameter to jump_to_image_linux()Simon Glass2016-10-061-1/+2
* spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-0610-33/+36
* spl: Add a parameter to spl_set_header_raw_uboot()Simon Glass2016-10-062-8/+8
* fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy2016-10-011-3/+7
* fastboot: add support for writing MBRPetr Kulhavy2016-10-011-6/+34
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-2/+2
* bootm: fix passing argc to standalone appsZubair Lutfullah Kakakhel2016-10-011-3/+1
* cmd: dfu: Add error handling for failed registrationSanchayan Maity2016-09-271-1/+6
* dra7x: boot: add dfu bootmode supportB, Ravi2016-09-271-1/+9
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-272-0/+58
* common: dfu: saperate the dfu common functionalityB, Ravi2016-09-272-0/+89
* spl: dfu: add dfu support in SPLB, Ravi2016-09-271-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-233-3/+3
* usb: squash lines for immediate returnMasahiro Yamada2016-09-233-23/+11
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-223-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-09-211-0/+6
|\
| * board_f: Add a mach_cpu_init callbackPaul Burton2016-09-211-0/+6
* | Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-201-0/+5
|/
* Kconfig: tpl: Add some TPL support options to KconfigSimon Glass2016-09-161-0/+67
* Kconfig: spl: Add SPL support options to KconfigSimon Glass2016-09-161-0/+411
* Use separate options for TPL supportSimon Glass2016-09-161-1/+11
* Kconfig: Move SPL settings into their own fileSimon Glass2016-09-162-0/+69
* common, kconfig: move VERSION_VARIABLE to KconfigHeiko Schocher2016-09-091-0/+10
* image-fit: switch ENOLINK to ENOENTJonathan Gray2016-09-071-1/+1
* common/Kconfig: Fix various innocuous typos.Robert P. J. Day2016-09-071-11/+11
* spl: Rework image header parse to allow abort on raw image and os bootPaul Kocialkowski2016-09-061-4/+7
* image-fit: fix fit_image_load() OS checkAndreas Bießmann2016-09-061-1/+2
* net: mii: check phy advertising register when geting link statusDongpo Li2016-08-221-4/+14
* common: cli_readline: Improve command line editingJames Byrne2016-08-201-31/+67
* cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini2016-08-202-0/+4
* common: env_nand: Ensure that we have nand_info[0] prior to useTom Rini2016-08-151-4/+7
* xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2016-08-152-3/+10
* net: mii: Clean up legacy glue that is not usedJoe Hershberger2016-08-151-73/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2016-08-121-10/+11
|\
| * fdt_support: fdt_translate_address() blob const correctnessStephen Warren2016-08-121-10/+11
* | common: image: Add support for post-processing of imagesAndreas Dannenberg2016-08-121-1/+25
|/
* spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2016-08-081-2/+2
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-311-5/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-07-272-9/+2
|\
| * dm: spl: mmc: Support raw partitions with CONFIG_BLKSimon Glass2016-07-271-1/+1
| * dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-271-7/+1
| * dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-271-2/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-07-272-2/+34
|\ \ | |/ |/|
| * splash: Introduce default_splash_locationsAlexey Brodkin2016-07-261-1/+29
| * splash: Accommodate DM_USB in splash_init_usb()Alexey Brodkin2016-07-251-1/+5