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