summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2016-09-16Use separate options for TPL supportSimon Glass
2016-07-14Add warn_non_spl() to show a message in U-Boot properSimon Glass
2016-07-14Add comments for debug() and pr_fmtSimon Glass
2016-07-06common: Always include errno.h in common.hJoe Hershberger
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14fdt: Allow libfdt to be used in SPLSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass
2015-11-21eeprom: Add bus argument to eeprom_init()Marek Vasut
2015-11-21eeprom: Zap eeprom_probe()Marek Vasut
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-10-29armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu
2015-10-11Add support for LZ4 decompression algorithmJulius Werner
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass
2015-07-21Add a way of checking the position of a structure memberSimon Glass
2015-06-10arm: Allow cleanup_before_linux() without disabling cachesSimon Glass
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford
2015-04-29Move display_options functions to their own headerSimon Glass
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson
2015-04-20powerpc/mpc85xx: Remove some dead codeScott Wood
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-16dm: Add a new CPU init function which can use driver modelSimon Glass
2015-03-04powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha
2015-02-17common/board_f: factor out reserve_stacksAndreas Bießmann
2015-02-09common: Move dram_init() declaration to common locationMichal Simek
2015-01-29generic-board: show model name in board_init_f() tooMasahiro Yamada
2015-01-16powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada
2014-12-15ARM: remove redundant asmlinkage defineMasahiro Yamada
2014-12-15x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada
2014-11-25x86: Add a definition of asmlinkageSimon Glass
2014-11-23Add pr_fmt() macroThierry Reding
2014-11-20linux/kernel.h: add typechecking to roundup macroMasahiro Yamada
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-20include/common.h: remove DIV_ROUND definitionMasahiro Yamada
2014-10-27Tidy up data sizes and function comment in display_optionsSimon Glass
2014-10-27Use uint64_t for time typesSimon Glass
2014-10-27Add some standard headers external code might needGabe Black
2014-10-27ppc: Zap Hymod boardMarek Vasut
2014-10-23serial: add static directive to local functionsMasahiro Yamada