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
...
*
lib: uuid: code refactor for proper maintain between uuid bin and string
Przemyslaw Marczak
2014-04-02
1
-3
/
+1
*
part_efi: move uuid<->string conversion functions into lib/uuid.c
Przemyslaw Marczak
2014-04-02
1
-1
/
+2
*
lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND
Przemyslaw Marczak
2014-03-28
1
-3
/
+1
*
sandbox: config: Enable cros_ec emulation and related items
Simon Glass
2014-03-17
1
-0
/
+1
*
sandbox: Deal with conflicting getenv() for SDL
Simon Glass
2014-03-17
1
-0
/
+5
*
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
Masahiro Yamada
2014-03-07
1
-7
/
+4
*
Add 64-bit data support for memory commands
York Sun
2014-03-04
1
-0
/
+4
*
common: Add get_effective_memsize() to memsize.c
York Sun
2014-02-21
1
-0
/
+1
*
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2014-02-20
1
-1
/
+8
|
\
|
*
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
Masahiro Yamada
2014-02-19
1
-0
/
+7
|
*
dts: re-write dts/Makefile more simply with Kbuild
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
|
common: Provide DIV_ROUND_CLOSEST macro
Soren Brinkmann
2014-02-19
1
-0
/
+16
|
/
*
arc: bdinfo, image and arc-specific init functions declarations support
Alexey Brodkin
2014-02-07
1
-0
/
+3
*
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
[prev]
[next]