summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-171-1/+0
|/ /
* | x86: Switch to using generic global_data setupSimon Glass2015-08-141-1/+2
* | Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass2015-08-141-2/+11
* | Align global_data to a 16-byte boundarySimon Glass2015-08-141-0/+1
* | common: Display >=4GiB memory bank sizeBin Meng2015-08-141-1/+2
* | image-fdt.c: store returned error valueMax Krummenacher2015-08-131-1/+2
* | generic-board: allow showing custom board infoMarcel Ziswiler2015-08-131-1/+1
* | common/lcd_console: fix console/logo regressionMarcel Ziswiler2015-08-131-2/+2
* | kconfig: add config option for shell promptNikita Kiryanov2015-08-131-0/+7
* | common/cmd_source.c: Fix the source command failure under 64-bit platformGong Qianyu2015-08-121-3/+3
OpenPOWER on IntegriCloud