summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
...
* | image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-21-23/+23
* | rsa: Verify RSA padding programaticallyAndrew Duda2016-11-21-3/+6
* | ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns2016-11-21-4/+4
|/
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-18-2/+29
* image: Protect against overflow in unknown_msg()Simon Glass2016-11-05-2/+4
* cmd: dfu: Add error handling for board_usb_initMichal Simek2016-11-03-1/+5
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-28-0/+5
|\
| * config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki2016-10-26-0/+5
* | Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-23-4/+13
* | Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass2016-10-23-0/+8
* | Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass2016-10-23-0/+9
* | Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass2016-10-23-0/+9
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-23-0/+21
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-23-3/+45
* | Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-23-2/+47
* | watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-17-0/+2
|/
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-15-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-14-0/+8
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-13-5/+5
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13-21/+17
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-13-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-12-7/+83
|\
| * board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-11-3/+0
| * dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-11-4/+83
* | common: Add DISPLAY_BOARDINFOLokesh Vutla2016-10-12-0/+8
* | common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla2016-10-12-0/+8
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-08-0/+1
|\
| * tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-06-0/+1
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-08-0/+13
* | common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham2016-10-07-4/+13
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-06-3/+3
* | spl: Make spl_boot_list a local variableSimon Glass2016-10-06-12/+12
* | spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-06-10/+11
* | spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-06-20/+29
* | spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-06-11/+14
* | spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-06-75/+98
* | spl: Convert spl_board_load_image() to use linker listSimon Glass2016-10-06-11/+2
* | spl: Convert spl_net_load_image() to use linker listSimon Glass2016-10-06-14/+25
* | spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-06-5/+3
* | spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-06-0/+124
* | spl: Convert spl_sata_load_image() to use linker listSimon Glass2016-10-06-5/+2
* | spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-06-4/+2
* | spl: Convert spl_ymodem_load_image() to use linker listSimon Glass2016-10-06-5/+2
* | spl: Convert spl_nor_load_image() to use linker listSimon Glass2016-10-06-5/+2
* | spl: Convert spl_onenand_load_image() to use linker listSimon Glass2016-10-06-5/+3
* | spl: Convert spl_nand_load_image() to use linker listSimon Glass2016-10-06-5/+3
* | spl: Convert spl_ubi_load_image() to use linker listSimon Glass2016-10-06-6/+3
* | spl: Convert spl_mmc_load_image() to use linker listSimon Glass2016-10-06-7/+5
* | spl: Convert spl_ram_load_image() to use linker listSimon Glass2016-10-06-9/+9
* | spl: Add a way to declare an SPL image loaderSimon Glass2016-10-06-0/+20