summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeLines
* MLK-12425-2: video: epdc: introduce epdc supportPeng Fan2017-04-05-0/+3
* Drop CONFIG_CMD_DOCSimon Glass2017-01-25-3/+0
* Drop the static inline print_cpuinfo()Simon Glass2017-01-25-7/+0
* powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass2017-01-25-1/+11
* status_led: Kconfig migrationUri Mashiach2017-01-21-1/+1
* time: move timer APIs to include/time.hMasahiro Yamada2017-01-14-7/+1
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-14-5/+1
* move UL() macro from armv8/mmu.h into common.hAndre Przywara2017-01-04-1/+12
* Use separate options for TPL supportSimon Glass2016-09-16-6/+9
* 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