index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ 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
*
Remove obsolete _LINUX_CONFIG_H macro
Masahiro Yamada
2014-01-24
1
-3
/
+0
*
common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int...
Miao Yan
2013-12-16
1
-0
/
+4
*
sandbox: Make map_to_sysmem() use a constant pointer
Simon Glass
2013-11-21
1
-1
/
+1
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
1
-1
/
+1
*
exynos: Export timer_get_us() to get microsecond timer
Rajeshwari Shinde
2013-10-08
1
-0
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-10-04
1
-0
/
+2
|
\
|
*
ARM: add SMP support for non-secure switch
Andre Przywara
2013-10-03
1
-0
/
+2
*
|
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
2013-09-20
1
-2
/
+2
|
\
\
|
*
|
Add parentheses to ALLOC_ALIGN_BUFFER macro's
Mischa Jonker
2013-09-20
1
-2
/
+2
|
|
/
*
|
Cosmetic: Fix a number of typos, no functional changes.
Robert P. J. Day
2013-09-20
1
-1
/
+1
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-nds32
Tom Rini
2013-07-25
1
-0
/
+1
|
\
|
*
nds32: Enable the function of passing parameters to Linux
ken kuo
2013-07-24
1
-0
/
+1
*
|
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-17
/
+1
|
/
*
Add trace library
Simon Glass
2013-06-26
1
-0
/
+4
*
main: Separate out the two abortboot() functions
Simon Glass
2013-06-04
1
-3
/
+0
*
Power: remove support for Freescale MPC8220
Wolfgang Denk
2013-05-15
1
-6
/
+0
*
image: Add device tree setup to image library
Simon Glass
2013-05-14
1
-0
/
+10
*
usb: common: Use a global definition for 'min3'
Vivek Gautam
2013-05-06
1
-4
/
+21
*
Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
Tom Rini
2013-05-02
1
-3
/
+0
|
\
|
*
mpc512x: remove dead code
Anatolij Gustschin
2013-05-02
1
-3
/
+0
*
|
disk/iso: Add Support for block sizes > 512 byte to ISO partition support
Egbert Eich
2013-05-01
1
-1
/
+1
*
|
disk/gpt: Fix GPT partition handling for blocksize != 512
Egbert Eich
2013-05-01
1
-2
/
+9
|
/
*
Add getenv_hex() to return an environment variable as hex
Simon Glass
2013-05-01
1
-0
/
+13
*
sandbox: Provide a way to map from host RAM to U-Boot RAM
Simon Glass
2013-05-01
1
-0
/
+5
*
arm: Remove support for unused s3c64xx
Benoît Thébaudeau
2013-04-12
1
-1
/
+0
*
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
1
-4
/
+4
*
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
1
-1
/
+5
*
Adjust board_r.c for ppc
Simon Glass
2013-03-15
1
-0
/
+1
*
Introduce generic pre-relocation board_f.c
Simon Glass
2013-03-15
1
-0
/
+1
*
Update set_working_fdt_addr() to use setenv_addr()
Simon Glass
2013-02-28
1
-1
/
+13
*
sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf
Simon Glass
2013-02-28
1
-0
/
+12
*
Update print_buffer() to use const
Simon Glass
2013-02-28
1
-1
/
+2
*
Add option to display customised memory information
Simon Glass
2013-01-10
1
-0
/
+9
*
arm: move C runtime setup code in crt0.S
Albert ARIBAUD
2013-01-08
1
-1
/
+1
*
env: Use getenv_yesno() more generally
Joe Hershberger
2012-12-13
1
-0
/
+5
*
include/linux/byteorder: import latest endian definitions from linux
Kim Phillips
2012-11-04
1
-4
/
+0
*
Support setenv_ulong() and setenv_addr() for powerpc
Simon Glass
2012-11-02
1
-1
/
+1
*
ppc4xx: Remove AP1000 board support
Stefan Roese
2012-10-15
1
-2
/
+2
*
ppc4xx: Remove IOP480 support
Stefan Roese
2012-10-15
1
-1
/
+1
*
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Marek Vasut
2012-10-15
1
-12
/
+0
*
COMMON: Add __stringify() function
Marek Vasut
2012-10-15
1
-0
/
+1
*
lib: add gzip lib function callback
Lei Wen
2012-09-29
1
-0
/
+7
*
Add run_command_list() to run a list of commands
Simon Glass
2012-08-09
1
-0
/
+13
*
common.h: Remove include compiler.h
Marek Vasut
2012-07-20
1
-2
/
+1
*
common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER
Marek Vasut
2012-07-18
1
-3
/
+18
*
net: use common rand()/srand() functions
Michael Walle
2012-07-07
1
-1
/
+3
*
lib: add rand() function
Michael Walle
2012-07-07
1
-0
/
+8
*
pxe: add support for parsing local syslinux files
Rob Herring
2012-06-21
1
-0
/
+6
*
MIPS: board.c: move extern declarations to u-boot-mips.h
Daniel Schwierzeck
2012-06-03
1
-0
/
+3
*
net: Allow filtering on debug traces in the net subsystem
Joe Hershberger
2012-05-23
1
-7
/
+7
[next]