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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'lwmon5' of /home/wd/git/u-boot/projects
Wolfgang Denk
2008-05-21
1
-2
/
+2
|
\
|
*
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...
Yuri Tikhonov
2008-05-20
1
-2
/
+2
*
|
Big white-space cleanup.
Wolfgang Denk
2008-05-21
21
-207
/
+202
|
/
*
common/usb.c: fix incorrect escape sequence
Hebbar
2008-05-20
1
-1
/
+1
*
environment: cleanup prototype declarations of env functions.
Wolfgang Denk
2008-05-14
4
-23
/
+0
*
Revert "Avoid initrd and logbuffer area overlaps"
Wolfgang Denk
2008-05-12
2
-14
/
+1
*
Fix offset calculation for multi-type legacy images.
Nick Spence
2008-05-12
1
-9
/
+4
*
Revert "Change env_get_char from a global function ptr to a function."
Wolfgang Denk
2008-05-12
5
-13
/
+13
*
Avoid initrd and logbuffer area overlaps
Marian Balakowicz
2008-05-10
2
-1
/
+14
*
Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
Marian Balakowicz
2008-05-10
2
-15
/
+0
*
Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
James Yang
2008-05-09
1
-10
/
+23
*
ide: Remove spurious second include of io.h
Marcel Ziswiler
2008-05-09
1
-4
/
+0
*
Recognize 'powerpc' As an Alias for IH_ARCH_PPC
Grant Erickson
2008-05-09
1
-0
/
+1
*
fix building when saveenv is disabled in some setups
Mike Frysinger
2008-05-04
1
-0
/
+2
*
cmd_nand: fix warning: str2long ncompatible pointer type
Jean-Christophe PLAGNIOL-VILLARD
2008-04-30
1
-1
/
+1
*
Fix warning in env_nand.c if compiled for DaVinci Schmoogie
dirk.behme@googlemail.com
2008-04-30
1
-3
/
+3
*
common/env_nand.c: fix one more incompatible pointer type issue
Wolfgang Denk
2008-04-29
1
-1
/
+1
*
IDE: fix compiler warnings
Guennadi Liakhovetski
2008-04-28
1
-2
/
+12
*
cmd_nand.c: fix "differ in signedness" problem
Wolfgang Denk
2008-04-28
1
-6
/
+7
*
NAND: fix some strict-aliasing compiler warnings
Wolfgang Denk
2008-04-28
2
-10
/
+11
*
Use watchdog-aware functions when calculating hashes of images - take two
Bartlomiej Sieka
2008-04-25
1
-34
/
+8
*
Merge branch 'master' of /home/wd/git/u-boot/lwmon5
Wolfgang Denk
2008-04-25
1
-0
/
+7
|
\
|
*
Added watchdog triggering calls in the "mtest" test function.
Sergei Poselenov
2008-04-22
1
-0
/
+7
|
*
The patch introduces the alternative configuration of the log buffer for
Yuri Tikhonov
2008-03-18
2
-6
/
+36
|
*
The patch introduces the CRITICAL feature of POST tests. If the test
Yuri Tikhonov
2008-03-18
1
-1
/
+7
*
|
Memory footprint optimizations
Bartlomiej Sieka
2008-04-24
4
-37
/
+27
*
|
crc32: use uint32_t rather than unsigned long
Mike Frysinger
2008-04-24
1
-1
/
+1
*
|
Fix build breakage casued by commit c0559be371b2
Wolfgang Denk
2008-04-18
1
-1
/
+0
*
|
allow ports to override go behavior
Mike Frysinger
2008-04-18
1
-28
/
+5
*
|
allow ports to override bootelf behavior
Mike Frysinger
2008-04-18
1
-12
/
+21
*
|
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
2008-04-17
2
-12
/
+27
*
|
IDE: fix bug in reset sequence
Martin Krause
2008-04-17
1
-0
/
+3
*
|
cmd_log.c: Fix assignment differ in signedness
Jean-Christophe PLAGNIOL-VILLARD
2008-04-17
1
-1
/
+1
*
|
Change env_get_char from a global function ptr to a function.
Joakim Tjernlund
2008-04-17
5
-13
/
+13
*
|
Fix OneNAND erase command
Kyungmin Park
2008-04-13
2
-14
/
+27
*
|
Add CONFIG_MII_INIT support to related boards
TsiChung Liew
2008-04-13
1
-1
/
+1
*
|
Rename include/md5.h to include/u-boot/md5.h
Andy Fleming
2008-04-13
1
-2
/
+2
*
|
Altera Stratix II support
eran liberty
2008-04-13
4
-8
/
+275
*
|
disable caches before booting an app for Blackfin apps
Mike Frysinger
2008-04-13
2
-20
/
+42
*
|
Coding Style cleanup; update CHANGELOG
Wolfgang Denk
2008-04-13
2
-3
/
+3
*
|
SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It ...
Daniel Hellstrom
2008-04-08
2
-0
/
+279
*
|
SPARC: added SPARC support for new uimage in common code.
Daniel Hellstrom
2008-04-08
1
-1
/
+1
*
|
SPARC: added SPARC board information to the command bdinfo.
Daniel Hellstrom
2008-04-08
1
-0
/
+39
*
|
Merge branch 'master' of git://www.denx.de/git/u-boot-fdt
Wolfgang Denk
2008-04-08
2
-183
/
+67
|
\
\
|
*
|
Fix fdt set command to conform to dts spec
Andy Fleming
2008-04-02
1
-70
/
+67
|
*
|
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
Kim Phillips
2008-04-01
1
-113
/
+0
*
|
|
Merge branch 'master' of git://www.denx.de/git/u-boot-at91
Wolfgang Denk
2008-04-08
2
-4
/
+27
|
\
\
\
|
*
|
|
Fix CFG_NO_FLASH compilation.
Stelian Pop
2008-03-30
2
-4
/
+27
|
|
/
/
*
|
|
Fix macro typo in common/cmd_mii.c
Ben Warren
2008-03-30
1
-1
/
+1
*
|
|
Add CONFIG_MII_INIT in cmd_mii.c
Tsi-Chung Liew
2008-03-30
1
-1
/
+1
|
/
/
[next]