index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
common.h
Age
Commit message (
Expand
)
Author
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-08-11
env: Move env_get_hex() to env.h
Simon Glass
2019-08-11
env: Move env_get_yesno() to env.h
Simon Glass
2019-08-11
env: Move env_get_ulong() to env.h
Simon Glass
2019-08-11
env: Move env_set_ulong() to env.h
Simon Glass
2019-08-11
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
env: Move envmatch() to env.h
Simon Glass
2019-08-11
env: Move env_relocate() to env.h
Simon Glass
2019-08-11
env: Move env_init() to env.h
Simon Glass
2019-08-11
env: Move env_get_f() to env.h
Simon Glass
2019-08-11
env: Move get_env_id() to env.h
Simon Glass
2019-08-11
env: Create a new file for environment functions
Simon Glass
2019-08-11
common: Remove video_setmem()
Simon Glass
2019-08-11
common: Move lcd_setmem() to lcd.h
Simon Glass
2019-08-11
common: Drop the dpram_... functions
Simon Glass
2019-08-11
common: Move gzip functions into a new gzip header
Simon Glass
2019-01-15
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-01-15
common: command: Add support for $ auto-completion
Boris Brezillon
2019-01-14
serial: Move new functions to serial.h
Simon Glass
2018-12-05
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-12-05
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-12-05
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
2018-12-05
dm: serial: Add ->getconfig() callback
Andy Shevchenko
2018-12-02
efi_loader: Reserve unaccessible memory
Alexander Graf
2018-11-27
spi: Remove unused mpc8xx code
Jagan Teki
2018-11-26
Drop CONFIG_INIT_CRITICAL
Bin Meng
2018-11-20
Use _AC and UL macros from linux/const.h
Baruch Siach
2018-10-19
bootcount: Make bootcount magic configurable
Marek Vasut
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
sandbox: Add serial test
Patrice Chotard
2018-06-19
common: Fix cpu nr type which is always unsigned type
Michal Simek
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Convert CONFIG_SPI to Kconfig
Adam Ford
2018-03-16
common: move board_info.c prototypes in init.h
Patrick Delaunay
2018-03-16
common: move board_r.c prototypes in init.h
Patrick Delaunay
2018-03-16
common: move board_init.c prototypes in init.h
Patrick Delaunay
2018-03-16
common: move board_f.c prototypes in init.h
Patrick Delaunay
2018-03-16
post: remove reference to power functions
Patrick Delaunay
2018-03-16
common: remove unused prototypes
Patrick Delaunay
2018-03-16
common: add a prototype for mach_cpu_init()
Patrick Delaunay
2018-01-23
common: board_f: vid: Add VID specific API to adjust core voltage
Rajesh Bhagat
2017-12-07
Move debug and logging support to a separate header
Simon Glass
2017-11-29
spl: make CONFIG_OF_EMBED pass dts through fdtgrep
Goldschmidt Simon
2017-10-16
common: Add a prototype for s_init()
Diego Dorta
2017-10-05
gzip: add a function to parse the header
Jean-Jacques Hiblot
2017-10-04
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
Masahiro Yamada
2017-10-04
common.h: remove error()
Masahiro Yamada
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
2017-10-04
stdio.h: move printf() stuff from <common.h> to <stdio.h>
Masahiro Yamada
[next]