summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Drop CONFIG_CMD_DOCSimon Glass1-3/+0
2017-01-26Drop the static inline print_cpuinfo()Simon Glass1-7/+0
2017-01-26powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+11
2017-01-21status_led: Kconfig migrationUri Mashiach1-1/+1
2017-01-15time: move timer APIs to include/time.hMasahiro Yamada1-7/+1
2017-01-15delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-5/+1
2017-01-04move UL() macro from armv8/mmu.h into common.hAndre Przywara1-1/+12
2016-09-17Use separate options for TPL supportSimon Glass1-6/+9
2016-07-15Add warn_non_spl() to show a message in U-Boot properSimon Glass1-0/+10
2016-07-15Add comments for debug() and pr_fmtSimon Glass1-0/+2
2016-07-06common: Always include errno.h in common.hJoe Hershberger1-0/+1
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass1-8/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada1-3/+0
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-20/+14
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass1-1/+0
2015-11-22eeprom: Add bus argument to eeprom_init()Marek Vasut1-1/+1
2015-11-22eeprom: Zap eeprom_probe()Marek Vasut1-3/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-17/+0
2015-10-29armv8/fsl_lsch2: Add fsl_lsch2 SoCMingkai Hu1-0/+3
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-0/+3
2015-10-12Add support for LZ4 decompression algorithmJulius Werner1-0/+3
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-87/+0
2015-09-12Move malloc_cache_aligned() to its own headerSimon Glass1-9/+0
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-0/+9
2015-08-14Allow arch-specific setting of global_data in board_init_f_mem()Simon Glass1-0/+43
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-0/+7
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass1-0/+7
2015-07-22Add a way of checking the position of a structure memberSimon Glass1-0/+11
2015-06-11arm: Allow cleanup_before_linux() without disabling cachesSimon Glass1-0/+15
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford1-1/+1
2015-04-30Move display_options functions to their own headerSimon Glass1-15/+1
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson1-0/+39
2015-04-20powerpc/mpc85xx: Remove some dead codeScott Wood1-1/+0
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-1/+1
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-17/+0
2015-04-17dm: Add a new CPU init function which can use driver modelSimon Glass1-0/+11
2015-03-04powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha1-0/+2
2015-02-18common/board_f: factor out reserve_stacksAndreas Bießmann1-0/+18
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-0/+1
2015-01-30generic-board: show model name in board_init_f() tooMasahiro Yamada1-6/+7
2015-01-16powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada1-11/+0
2015-01-05mpc8xx: remove lwmon board supportMasahiro Yamada1-4/+0
2014-12-15ARM: remove redundant asmlinkage defineMasahiro Yamada1-3/+0
2014-12-15x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada1-3/+0
2014-12-08powerpc: mpc8xx: remove hermes board supportMasahiro Yamada1-5/+0
2014-11-25x86: Add a definition of asmlinkageSimon Glass1-0/+3
2014-11-23Add pr_fmt() macroThierry Reding1-5/+9
2014-11-20linux/kernel.h: add typechecking to roundup macroMasahiro Yamada1-1/+1