summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeLines
* Add warn_non_spl() to show a message in U-Boot properSimon Glass2016-07-14-0/+10
* Add comments for debug() and pr_fmtSimon Glass2016-07-14-0/+2
* common: Always include errno.h in common.hJoe Hershberger2016-07-06-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14-1/+1
|\
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-1/+1
* | fdt: Allow libfdt to be used in SPLSimon Glass2016-03-14-8/+2
|/
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-25-3/+0
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-13-20/+14
* dm: pci: Convert 'pci' command to driver modelSimon Glass2015-12-01-1/+0
* eeprom: Add bus argument to eeprom_init()Marek Vasut2015-11-21-1/+1
* eeprom: Zap eeprom_probe()Marek Vasut2015-11-21-3/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-19-17/+0
* armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu2015-10-29-0/+3
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-29-0/+3
* Add support for LZ4 decompression algorithmJulius Werner2015-10-11-0/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-87/+0
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-11-9/+0
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-28-0/+9
* Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass2015-08-14-0/+43
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-12-0/+7
* efi: Add support for loading U-Boot through an EFI stubSimon Glass2015-08-05-0/+7
* Add a way of checking the position of a structure memberSimon Glass2015-07-21-0/+11
* arm: Allow cleanup_before_linux() without disabling cachesSimon Glass2015-06-10-0/+15
* meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford2015-05-28-1/+1
* Move display_options functions to their own headerSimon Glass2015-04-29-15/+1
* gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson2015-04-22-0/+39
* powerpc/mpc85xx: Remove some dead codeScott Wood2015-04-20-1/+0
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-1/+1
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-17/+0
* dm: Add a new CPU init function which can use driver modelSimon Glass2015-04-16-0/+11
* powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha2015-03-04-0/+2
* common/board_f: factor out reserve_stacksAndreas Bießmann2015-02-17-0/+18
* common: Move dram_init() declaration to common locationMichal Simek2015-02-09-0/+1
* generic-board: show model name in board_init_f() tooMasahiro Yamada2015-01-29-6/+7
* powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada2015-01-16-11/+0
* mpc8xx: remove lwmon board supportMasahiro Yamada2015-01-05-4/+0
* ARM: remove redundant asmlinkage defineMasahiro Yamada2014-12-15-3/+0
* x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada2014-12-15-3/+0
* powerpc: mpc8xx: remove hermes board supportMasahiro Yamada2014-12-08-5/+0
* x86: Add a definition of asmlinkageSimon Glass2014-11-25-0/+3
* Add pr_fmt() macroThierry Reding2014-11-23-5/+9
* linux/kernel.h: add typechecking to roundup macroMasahiro Yamada2014-11-20-1/+1
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-20-86/+1
* include/common.h: remove DIV_ROUND definitionMasahiro Yamada2014-11-20-1/+0
* Tidy up data sizes and function comment in display_optionsSimon Glass2014-10-27-1/+13
* Use uint64_t for time typesSimon Glass2014-10-27-1/+1
* Add some standard headers external code might needGabe Black2014-10-27-0/+3
* ppc: Zap Hymod boardMarek Vasut2014-10-27-3/+0
* serial: add static directive to local functionsMasahiro Yamada2014-10-23-7/+0
* common.h: remove MIN, MAX, MIN3, MAX3 macrosMasahiro Yamada2014-09-24-6/+0