summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-10-23nios2: convert altera timer to driver modelThomas Chou1-2/+1
2015-10-23timer: start a new timer after relocationThomas Chou1-0/+3
2015-10-23nios2: Switch to generic timerThomas Chou1-1/+2
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon3-0/+287
2015-10-22Merge git://git.denx.de/u-boot-x86Tom Rini3-186/+230
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng1-0/+6
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng1-0/+30
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng1-53/+66
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng1-2/+15
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng1-10/+10
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng1-82/+79
2015-10-21cmd: Clean up cmd_elf a little bitBin Meng1-98/+73
2015-10-21cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng1-0/+6
2015-10-21malloc_simple: Add debug() informationSimon Glass1-0/+4
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede1-0/+12
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede1-1/+1
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede1-3/+0
2015-10-20image-fit: Fix signature checkingAndrej Rosano1-1/+3
2015-10-12env_eeprom.c: Correct using saved environmentLudger Dreier1-89/+77
2015-10-12common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini1-0/+9
2015-10-12image: fix support for Android boot images with no ramdiskRob Herring1-1/+3
2015-10-12Add support for LZ4 decompression algorithmJulius Werner2-0/+10
2015-10-12common/armflash: load_image returns success or failureRyan Harkin1-5/+6
2015-10-12common/armflash: add command to check if image existsRyan Harkin1-1/+21
2015-09-30net: avoid eth_unregister() call when function is unavailableBernhard Nortmann1-0/+2
2015-09-28malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger1-1/+1
2015-09-21drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu1-0/+65
2015-09-21drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu1-0/+65
2015-09-21drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu1-0/+270
2015-09-21drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu1-0/+178
2015-09-21common/env_flags.c: Add function to validate a MAC addressCodrin Ciubotariu1-13/+27
2015-09-21drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu1-0/+60
2015-09-21drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu1-0/+42
2015-09-21common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu2-0/+348
2015-09-15cli_simple.c: fix possible overflow when copying the stringImran Zaman1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass9-0/+9
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-1/+1
2015-09-07dfu: command: Extend "dfu" command to handle receiving data via TFTPLukasz Majewski1-0/+20
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski4-12/+40
2015-09-07tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski1-8/+7
2015-09-03rockchip: Add support for the SPI imageSimon Glass1-0/+1
2015-09-03rockchip: Add support for the SD imageSimon Glass1-0/+1
2015-09-03rockchip: Add the rkimage format to mkimageSimon Glass1-0/+1
2015-08-31Merge git://git.denx.de/u-boot-dmTom Rini5-22/+698
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass3-0/+575
2015-08-31tpm: Add a 'tpm info' commandSimon Glass1-0/+26
2015-08-31tpm: Check that parse_byte_string() has data to parseSimon Glass1-0/+2
2015-08-31tpm: Report tpm errors on the command lineSimon Glass1-22/+24
2015-08-31dm: i2c: Add a command to adjust the offset lengthSimon Glass1-0/+33
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass1-0/+26