summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-10-23nios2: Switch to generic timerThomas Chou
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-10-21Merge git://git.denx.de/u-boot-x86Tom Rini
2015-10-21cmd: bootvx: Add asmlinkage to the VxWorks x86 entryBin Meng
2015-10-21cmd: bootvx: Pass E820 information to an x86 VxWorks kernelBin Meng
2015-10-21cmd: bootvx: Always get VxWorks bootline from envBin Meng
2015-10-21cmd: bootvx: Pass netmask and gatewayip to VxWorks bootlineBin Meng
2015-10-21cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootlineBin Meng
2015-10-21cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()Bin Meng
2015-10-21cmd: Clean up cmd_elf a little bitBin Meng
2015-10-21cmd: Convert CONFIG_CMD_ELF to KconfigBin Meng
2015-10-21malloc_simple: Add debug() informationSimon Glass
2015-10-20malloc_simple: Add support for switching to DRAM heapHans de Goede
2015-10-20malloc_simple: Add Kconfig option for using only malloc_simple in the SPLHans de Goede
2015-10-20spl: spl_relocate_stack_gd: Do not unnecessarily clear bssHans de Goede
2015-10-19image-fit: Fix signature checkingAndrej Rosano
2015-10-12env_eeprom.c: Correct using saved environmentLudger Dreier
2015-10-11common/image.c: Make boot_get_ramdisk() perform a check for Android imagesTom Rini
2015-10-11image: fix support for Android boot images with no ramdiskRob Herring
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-10-11common/armflash: load_image returns success or failureRyan Harkin
2015-10-11common/armflash: add command to check if image existsRyan Harkin
2015-09-29net: avoid eth_unregister() call when function is unavailableBernhard Nortmann
2015-09-28malloc_simple: fix malloc_ptr calculationPhilipp Rosenberger
2015-09-21drivers/net/vsc9953: Add commands for VLAN ingress filteringCodrin Ciubotariu
2015-09-21drivers/net/vsc9953: Add command for shared/private VLAN learningCodrin Ciubotariu
2015-09-21drivers/net/vsc9953: Add VLAN commands for VSC9953Codrin Ciubotariu
2015-09-21drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953Codrin Ciubotariu
2015-09-21common/env_flags.c: Add function to validate a MAC addressCodrin Ciubotariu
2015-09-21drivers/net/vsc9953: Add commands to enable/disable HW learningCodrin Ciubotariu
2015-09-21drivers/net/vsc9953: Add command to show/clear port countersCodrin Ciubotariu
2015-09-21common/cmd_ethsw: Add generic commands for Ethernet SwitchesCodrin Ciubotariu
2015-09-15cli_simple.c: fix possible overflow when copying the stringImran Zaman
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-09-07dfu: command: Extend "dfu" command to handle receiving data via TFTPLukasz Majewski
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski
2015-09-07tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FL...Lukasz Majewski
2015-09-02rockchip: Add support for the SPI imageSimon Glass
2015-09-02rockchip: Add support for the SD imageSimon Glass
2015-09-02rockchip: Add the rkimage format to mkimageSimon Glass
2015-08-31Merge git://git.denx.de/u-boot-dmTom Rini
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass
2015-08-31tpm: Add a 'tpm info' commandSimon Glass
2015-08-31tpm: Check that parse_byte_string() has data to parseSimon Glass
2015-08-31tpm: Report tpm errors on the command lineSimon Glass
2015-08-31dm: i2c: Add a command to adjust the offset lengthSimon Glass
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass
2015-08-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini