summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2015-10-241-10/+2
* Allow imxtract to extract part of script image.Pierre Aubert2015-10-241-1/+2
* allow LED initialization without STATUS_LED_BOOTBernhard Nortmann2015-10-241-3/+6
* nios2: convert altera timer to driver modelThomas Chou2015-10-231-2/+1
* timer: start a new timer after relocationThomas Chou2015-10-231-0/+3
* nios2: Switch to generic timerThomas Chou2015-10-231-1/+2
* drivers: Introduce a simplified remoteproc frameworkNishanth Menon2015-10-223-0/+287
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-10-213-186/+230
|\
| * cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng2015-10-211-0/+6
| * cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng2015-10-211-0/+30
| * cmd: bootvx: Always get VxWorks bootline from envBin Meng2015-10-211-53/+66
| * cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng2015-10-211-2/+15
| * cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng2015-10-211-10/+10
| * cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng2015-10-211-82/+79
| * cmd: Clean up cmd_elf a little bitBin Meng2015-10-211-98/+73
| * cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng2015-10-211-0/+6
| * malloc_simple: Add debug() informationSimon Glass2015-10-211-0/+4
* | malloc_simple: Add support for switching to DRAM heapHans de Goede2015-10-201-0/+12
* | malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede2015-10-201-1/+1
* | spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede2015-10-201-3/+0
|/
* image-fit: Fix signature checkingAndrej Rosano2015-10-191-1/+3
* env_eeprom.c: Correct using saved environmentLudger Dreier2015-10-121-89/+77
* common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini2015-10-111-0/+9
* image: fix support for Android boot images with no ramdiskRob Herring2015-10-111-1/+3
* Add support for LZ4 decompression algorithmJulius Werner2015-10-112-0/+10
* common/armflash: load_image returns success or failureRyan Harkin2015-10-111-5/+6
* common/armflash: add command to check if image existsRyan Harkin2015-10-111-1/+21
* net: avoid eth_unregister() call when function is unavailableBernhard Nortmann2015-09-291-0/+2
* malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger2015-09-281-1/+1
* drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu2015-09-211-0/+65
* drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu2015-09-211-0/+65
* drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu2015-09-211-0/+270
* drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu2015-09-211-0/+178
* common/env_flags.c: Add function to validate a MAC addressCodrin Ciubotariu2015-09-211-13/+27
* drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu2015-09-211-0/+60
* drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu2015-09-211-0/+42
* common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu2015-09-212-0/+348
* cli_simple.c: fix possible overflow when copying the stringImran Zaman2015-09-151-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-119-0/+9
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-1/+1
* dfu: command: Extend "dfu" command to handle receiving data via TFTPLukasz Majewski2015-09-071-0/+20
* update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski2015-09-074-12/+40
* tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski2015-09-071-8/+7
* rockchip: Add support for the SPI imageSimon Glass2015-09-021-0/+1
* rockchip: Add support for the SD imageSimon Glass2015-09-021-0/+1
* rockchip: Add the rkimage format to mkimageSimon Glass2015-09-021-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2015-08-315-22/+698
|\
| * dm: tpm: Add a 'tpmtest' commandSimon Glass2015-08-313-0/+575
| * tpm: Add a 'tpm info' commandSimon Glass2015-08-311-0/+26
| * tpm: Check that parse_byte_string() has data to parseSimon Glass2015-08-311-0/+2
OpenPOWER on IntegriCloud