summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: add USB Gadget config optionStefan Agner2016-11-281-12/+21
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-281-0/+26
* spl: add RAM boot device only if it is actually definedStefan Agner2016-11-281-0/+2
* xyz-modem: Change getc timeout loop waitingtomas.melin@vaisala.com2016-11-281-5/+5
* sata: fix sata command can not being executed bugTang Yuantian2016-11-281-3/+5
* generic-board: make show_board_info a weak functionMarcel Ziswiler2016-11-281-1/+1
* Revert "generic-board: allow showing custom board info"Marcel Ziswiler2016-11-281-1/+1
* spl: remove redundant call to parse_image_header()tomas.melin@vaisala.com2016-11-281-1/+0
* spl: add check for FIT-header when loading imagetomas.melin@vaisala.com2016-11-281-1/+2
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-11-261-4/+5
|\
| * stdio: Correct numbering logic in stdio_probe_device()Simon Glass2016-11-251-2/+3
| * stdio: Correct code style nitsSimon Glass2016-11-251-2/+2
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-11-251-1/+18
|\ \ | |/ |/|
| * image-fit: Fix compiling error caused by autoconf.hYork Sun2016-11-231-1/+1
| * armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-1/+18
* | image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-211-26/+31
* | image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-23/+23
* | rsa: Verify RSA padding programaticallyAndrew Duda2016-11-211-3/+6
* | ext4: Allow reading files with non-zero offset, clamp read lenStefan BrĂ¼ns2016-11-211-4/+4
|/
* spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to KconfigSemen Protsenko2016-11-182-2/+29
* image: Protect against overflow in unknown_msg()Simon Glass2016-11-051-2/+4
* cmd: dfu: Add error handling for board_usb_initMichal Simek2016-11-031-1/+5
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-281-0/+5
|\
| * config: Move CONFIG_DEFAULT_FDT_FILE to defconfigsJagan Teki2016-10-261-0/+5
* | Convert CONFIG_SYS_STDIO_DEREGISTER to KconfigSimon Glass2016-10-233-4/+13
* | Convert CONFIG_SYS_CONSOLE_INFO_QUIET to KconfigSimon Glass2016-10-231-0/+8
* | Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to KconfigSimon Glass2016-10-231-0/+9
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to KconfigSimon Glass2016-10-231-0/+21
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-232-3/+45
* | Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-232-2/+47
* | watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-171-0/+2
|/
* spl: move SYS_OS_BASE to KconfigHeiko Schocher2016-10-151-0/+10
* spl: move SPL_OS_BOOT to KconfigHeiko Schocher2016-10-141-0/+8
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-132-5/+5
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-132-21/+17
* cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer2016-10-132-2/+3
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-122-7/+83
|\
| * board_f: Drop the extra fdtdec_prepare_fdt()Simon Glass2016-10-111-3/+0
| * dm: stdio: Allow lazy probing of video devicesSimon Glass2016-10-111-4/+83
* | common: Add DISPLAY_BOARDINFOLokesh Vutla2016-10-121-0/+8
* | common/Kconfig: Add DISPLAY_CPUINFOLokesh Vutla2016-10-121-0/+8
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-081-0/+1
|\
| * tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-061-0/+1
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-081-0/+13
* | common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham2016-10-071-4/+13
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-062-3/+3
* | spl: Make spl_boot_list a local variableSimon Glass2016-10-061-12/+12
* | spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass2016-10-067-10/+11
* | spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-064-20/+29