summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* | spl: Fix compile warning for arm64Gong Qianyu2015-08-121-1/+1
* | image: fix Android ramdisk support when dtb is specifiedRob Herring2015-08-121-10/+8
* | spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-124-4/+12
* | dm: pmic: Display the regulator limits on errorSimon Glass2015-08-051-1/+2
* | dm: usb: fix USB Ethernet without CONFIG_DM_ETH regressionMarcel Ziswiler2015-08-051-3/+6
* | Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-055-5/+272
|\ \
| * | efi: Add a command to display the memory mapSimon Glass2015-08-052-0/+258
| * | Add a way to skip relocationSimon Glass2015-08-051-0/+9
| * | efi: Avoid using non-existent text baseBen Stoltz2015-08-051-3/+4
| * | common: command add '\n' for debug msgPeng Fan2015-08-051-1/+1
| * | common: Print nothing in the __weak checkboard()Bin Meng2015-08-051-1/+0
OpenPOWER on IntegriCloud