summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-3/+0
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+1
* common: Fix cpu nr type which is always unsigned typeMichal Simek2018-06-191-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-10/+2
* common: move board_info.c prototypes in init.hPatrick Delaunay2018-03-161-2/+1
* common: move board_r.c prototypes in init.hPatrick Delaunay2018-03-161-16/+3
* common: move board_init.c prototypes in init.hPatrick Delaunay2018-03-161-37/+1
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-67/+4
* post: remove reference to power functionsPatrick Delaunay2018-03-161-1/+0
* common: remove unused prototypesPatrick Delaunay2018-03-161-10/+0
* common: add a prototype for mach_cpu_init()Patrick Delaunay2018-03-161-10/+3
* common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat2018-01-231-0/+3
* Move debug and logging support to a separate headerSimon Glass2017-12-071-45/+1
* spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-0/+1
* common: Add a prototype for s_init()Diego Dorta2017-10-161-0/+2
* gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-051-0/+1
* bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-041-8/+1
* common.h: remove error()Masahiro Yamada2017-10-041-5/+0
* printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-041-5/+1
* stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada2017-10-041-40/+1
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-4/+15
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-7/+25
* env: Rename common functions related to setenv()Simon Glass2017-08-161-5/+21
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+13
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-1/+0
* common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-021-0/+1
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-101-0/+4
* serial: make serial_stub_* to static functionsMasahiro Yamada2017-07-061-5/+0
* common: microblaze: Drop arch-specific declarationsSimon Glass2017-06-051-5/+0
* common: arm: freescale: layerscape: Move header files out of common.hSimon Glass2017-06-051-7/+0
* common: arm: davinci: Move header file out of commonSimon Glass2017-06-051-3/+0
* common: ep93xx: Move arch-specific declarations out of commonSimon Glass2017-06-051-10/+0
* common: freescale: Move arch-specific imx code to arch-imxSimon Glass2017-06-051-9/+0
* common: freescale: Move arch-specific declarationsSimon Glass2017-06-051-95/+1
* common: powerpc: Move arch-specific headersSimon Glass2017-06-051-43/+1
* common: Move PPC4xx_SYS_INFO() et al to arch-specific headerSimon Glass2017-06-051-6/+0
* common: Drop determine_sysper() and determine_pci_clock_per()Simon Glass2017-06-051-6/+0
* common: Drop cpu_init_f() declarationsSimon Glass2017-06-051-11/+0
* arm: Remove include files from common.hSimon Glass2017-06-051-6/+0
* nds32: Remove include files from common.hSimon Glass2017-06-051-5/+0
* x86: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* sandbox: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* mips: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* arc: Don't include asm/u-boot.h in commonSimon Glass2017-06-051-3/+0
* nds32: Make u-boot-nds32.h a private headerSimon Glass2017-06-051-1/+1
* mips: Make u-boot-mips.h a private headerSimon Glass2017-06-051-1/+1
* arm: Make u-boot-arm.h a private headerSimon Glass2017-06-051-1/+1
* x86: Make u-boot-x86.h a private headerSimon Glass2017-06-051-2/+2