index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move vsprintf functions into their own header
Simon Glass
2011-12-17
1
-10
/
+1
*
Add board_pre_console_putc to deal with early console output
Simon Glass
2011-12-09
1
-0
/
+7
*
common: move extern char console_buffer[] to common.h
Igor Grinberg
2011-11-22
1
-0
/
+1
*
DEBUG: Fix debug macros
Marek Vasut
2011-10-27
1
-10
/
+16
*
fdt: Add support for embedded device tree (CONFIG_OF_EMBED)
Simon Glass
2011-10-26
1
-0
/
+1
*
tftpput: add save_addr and save_size global variables
Simon Glass
2011-10-26
1
-0
/
+2
*
Add setenv_ulong() and setenv_addr()
Simon Glass
2011-10-26
1
-0
/
+2
*
Move simple_itoa to vsprintf
Simon Glass
2011-10-26
1
-0
/
+1
*
cache: add ALLOC_CACHE_ALIGN_BUFFER macro
Anton staaf
2011-10-25
1
-0
/
+58
*
Add getenv_ulong() to read an integer from an environment variable
Simon Glass
2011-10-23
1
-0
/
+1
*
cache: include asm/cache.h for ARCH_DMA_MINALIGN definition
Anton Staaf
2011-10-23
1
-0
/
+8
*
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-22
1
-0
/
+1
*
nds32: add NDS32 support into common header file
Macpaul Lin
2011-10-22
1
-0
/
+4
*
sandbox: Add architecture header files
Simon Glass
2011-10-17
1
-0
/
+3
*
Add pxe command
Jason Hobbs
2011-10-17
1
-0
/
+6
*
lib: add uuid_str_to_bin for use with bootp and PXE uuid
Jason Hobbs
2011-10-17
1
-0
/
+4
*
common, menu: use abortboot for menu timeout
Jason Hobbs
2011-10-17
1
-0
/
+3
*
serial_exit: punt unused prototype
Mike Frysinger
2011-10-15
1
-1
/
+0
*
ppc: Include <asm/cache.h> in common.h
Stefan Roese
2011-10-09
1
-0
/
+8
*
powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver
York Sun
2011-09-29
1
-1
/
+3
*
powerpc/mp: add support for discontiguous cores
Timur Tabi
2011-09-29
1
-0
/
+15
*
Add assert() for debug assertions
Simon Glass
2011-09-10
1
-0
/
+21
*
common: fix behavior of ROUND macro when input is already rounded
Anton Staaf
2011-09-07
1
-1
/
+1
*
arm: do not force d-cache enable on all boards
Aneesh V
2011-09-04
1
-0
/
+1
*
Unify timer_init() and cpu_init() prototypes
Wolfgang Denk
2011-08-01
1
-0
/
+3
*
Constify getenv(), setenv() and hash code functions
Wolfgang Denk
2011-07-30
1
-4
/
+4
*
common: move BUILD_BUG_ON define to common.h
Heiko Schocher
2011-07-27
1
-0
/
+3
*
panic: add noreturn attribute
Mike Frysinger
2011-07-26
1
-1
/
+1
*
env: allow people to force envcrc building
Mike Frysinger
2011-07-26
1
-0
/
+5
*
Timer: Remove set_timer completely
Graeme Russ
2011-07-26
1
-1
/
+0
*
Remove volatile qualifier in get_ram_size() calls
Albert ARIBAUD
2011-07-17
1
-1
/
+1
*
armv7: cache maintenance operations for armv7
Aneesh V
2011-07-04
1
-1
/
+4
*
ARM: drop unsupported 'trab' board
Wolfgang Denk
2011-06-22
1
-3
/
+0
*
lib, vsprintf: introduce strict_strtoul
Heiko Schocher
2011-05-12
1
-0
/
+1
*
powerpc, mpc83xx: add missing functions to include/common.h
Heiko Schocher
2011-04-30
1
-0
/
+5
*
x86: Rename i386 to x86
Graeme Russ
2011-04-13
1
-3
/
+3
*
Fix min/max macros in include/common.h
Aaron Williams
2011-04-12
1
-2
/
+4
*
powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()
Kumar Gala
2011-04-04
1
-0
/
+4
*
strmhz: Make hz unsigned to support greater than 2146 MHz clock
Ed Swarthout
2011-03-22
1
-1
/
+1
*
env: re-add support for auto-completion
Mike Frysinger
2011-01-09
1
-0
/
+1
*
stdio: constify "name" arg in public api
Mike Frysinger
2010-11-28
1
-1
/
+1
*
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-26
1
-0
/
+1
*
Merge branch 'next' of /home/wd/git/u-boot/next
Wolfgang Denk
2010-09-28
1
-12
/
+15
|
\
|
*
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
Stefan Roese
2010-09-23
1
-8
/
+0
|
*
ppc4xx: Use common NS16550 driver for PPC4xx UART
Stefan Roese
2010-09-23
1
-0
/
+1
|
*
ppc4xx: Move ppc4xx headers to powerpc include directory
Stefan Roese
2010-09-23
1
-1
/
+1
|
*
common: move TOTAL_MALLOC_LEN to include/common.h
Heiko Schocher
2010-09-19
1
-0
/
+9
|
*
Remove support for CONFIG_HAS_UID and "forceenv" command
Wolfgang Denk
2010-09-19
1
-3
/
+0
|
*
Add qsort - add support for sorting data arrays
Wolfgang Denk
2010-09-19
1
-0
/
+4
*
|
POST cleanup.
Michael Zaidman
2010-09-21
1
-2
/
+3
|
/
[prev]
[next]