summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tpm: Report tpm errors on the command lineSimon Glass2015-08-311-22/+24
| * dm: i2c: Add a command to adjust the offset lengthSimon Glass2015-08-311-0/+33
| * dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-311-0/+26
| * tpm: Add Kconfig options for TPMsSimon Glass2015-08-311-0/+12
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-08-301-1/+4
|\ \ | |/ |/|
| * common/lcd_simplefb: Add support for 32bit organized framebuffersHannes Petermaier2015-07-231-1/+4
* | mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-1/+1
* | env_mmc: Properly prefix mmc errors with '!'Hans de Goede2015-08-281-3/+3
* | malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass2015-08-281-1/+1
* | NDS32: Generic Board Support and UnsupportKun-Hua Huang2015-08-283-4/+10
* | image: Fix loop condition to avoid warningThierry Reding2015-08-281-2/+2
* | x86: fsp: Delay x86_fsp_init() call a little bitBin Meng2015-08-261-3/+3
* | of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-4/+3
* | of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada2015-08-181-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2015-08-182-8/+9
|\ \
| * | env: use cache line aligned memory for flash readRavi Babu2015-08-171-5/+6
| * | sf: allocate cache aligned buffers to copy from flashRavi Babu2015-08-171-3/+3
OpenPOWER on IntegriCloud