aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2015-10-11common/armflash: load_image returns success or failureRyan Harkin1-5/+6
2015-10-11common/armflash: add command to check if image existsRyan Harkin1-1/+21
2015-09-29net: 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-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass9-0/+9
2015-09-11Move 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-02rockchip: Add support for the SPI imageSimon Glass1-0/+1
2015-09-02rockchip: Add support for the SD imageSimon Glass1-0/+1
2015-09-02rockchip: 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
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass1-0/+12
2015-08-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+4
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-1/+1
2015-08-28env_mmc: Properly prefix mmc errors with '!'Hans de Goede1-3/+3
2015-08-28malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass1-1/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang3-4/+10
2015-08-28image: Fix loop condition to avoid warningThierry Reding1-2/+2
2015-08-26x86: fsp: Delay x86_fsp_init() call a little bitBin Meng1-3/+3
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-4/+3
2015-08-18of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROLMasahiro Yamada1-1/+1
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-8/+9
2015-08-17Revert "Align global_data to a 16-byte boundary"Simon Glass1-1/+0
2015-08-17env: use cache line aligned memory for flash readRavi Babu1-5/+6
2015-08-17sf: allocate cache aligned buffers to copy from flashRavi Babu1-3/+3
2015-08-14x86: Switch to using generic global_data setupSimon Glass1-1/+2
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass1-2/+11
2015-08-14Align global_data to a 16-byte boundarySimon Glass1-0/+1
2015-08-14common: Display >=4GiB memory bank sizeBin Meng1-1/+2
2015-08-13image-fdt.c: store returned error valueMax Krummenacher1-1/+2
2015-08-13generic-board: allow showing custom board infoMarcel Ziswiler1-1/+1
2015-08-13common/lcd_console: fix console/logo regressionMarcel Ziswiler1-2/+2
2015-08-13kconfig: add config option for shell promptNikita Kiryanov1-0/+7