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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DEBUG: Fix debug macros
Marek Vasut
2011-10-27
1
-10
/
+16
*
GCC4.6: Squash warning in lcd.c
Marek Vasut
2011-10-27
1
-2
/
+2
*
GCC4.6: Squash GTREADREG related errors
Marek Vasut
2011-10-27
5
-0
/
+20
*
GCC4.6: Squash warning in cmd_date.c
Marek Vasut
2011-10-27
1
-9
/
+23
*
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
Helmut Raiger
2011-10-27
26
-26
/
+26
*
image: Fix inverted logic in architecture check.
Thierry Reding
2011-10-27
1
-1
/
+1
*
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
1
-0
/
+6
*
FAT: Add FAT write feature
Donggeun Kim
2011-10-26
1
-0
/
+3
*
fdt: add decode helper library
Simon Glass
2011-10-26
1
-0
/
+128
*
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
*
net: tftpput: Support selecting get/put for tftp
Simon Glass
2011-10-26
1
-1
/
+1
*
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
2011-10-26
1
-3
/
+5
*
net: tftpput: Add support for receiving ICMP packets
Simon Glass
2011-10-26
1
-0
/
+19
*
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
*
altera_tse: Add support for dedicated descriptor memory
Joachim Foerster
2011-10-26
1
-1
/
+2
*
tegra: define CONFIG_SYS_CACHELINE_SIZE for tegra
Anton staaf
2011-10-25
1
-0
/
+2
*
cache: add ALLOC_CACHE_ALIGN_BUFFER macro
Anton staaf
2011-10-25
1
-0
/
+58
*
Revert "km_arm: enable POST for these boards"
Wolfgang Denk
2011-10-24
1
-6
/
+0
*
mkimage: adding support for Davinci AIS image
Stefano Babic
2011-10-23
1
-0
/
+1
*
net: ns9750: drop !NET_MULTI driver
Mike Frysinger
2011-10-23
2
-300
/
+0
*
Add getenv_ulong() to read an integer from an environment variable
Simon Glass
2011-10-23
1
-0
/
+1
*
net: emaclite: Move RX/TX ping pong initialization to
Michal Simek
2011-10-23
1
-1
/
+2
*
net: emaclite: Use unsigned long for baseaddr
Michal Simek
2011-10-23
1
-1
/
+1
*
cache: include asm/cache.h for ARCH_DMA_MINALIGN definition
Anton Staaf
2011-10-23
1
-0
/
+8
*
NS16550: trivial code clean for checkpatch
Simon Glass
2011-10-23
1
-8
/
+8
*
hwmon: Provide dtt_init()
Dirk Eibach
2011-10-22
1
-0
/
+1
*
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
Joe Hershberger
2011-10-22
53
-53
/
+53
*
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
Joe Hershberger
2011-10-22
59
-60
/
+60
*
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-22
1
-0
/
+1
*
checkpatch whitespace cleanups
Stephen Warren
2011-10-22
1
-115
/
+115
*
drivers: add the support for Silicon Image SATA controller
Tang Yuantian
2011-10-22
1
-0
/
+5
*
adp-ag101: add board adp-ag101 support
Macpaul Lin
2011-10-22
1
-0
/
+406
*
nds32: common bdinfo, bootm, image support
Macpaul Lin
2011-10-22
1
-0
/
+1
*
nds32: add NDS32 support into common header file
Macpaul Lin
2011-10-22
1
-0
/
+4
*
gpio: Add PCA9698 40-bit I2C I/O port
Dirk Eibach
2011-10-22
1
-0
/
+9
*
km/common: enable "env default" for all keymile boards
Gerlando Falauto
2011-10-22
1
-0
/
+1
*
km/common: fix ramfs development target
Andreas Huber
2011-10-22
1
-1
/
+1
*
km_arm: enable POST for these boards
Valentin Longchamp
2011-10-22
1
-0
/
+6
*
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Wolfgang Denk
2011-10-21
5
-0
/
+35
|
\
|
*
powerpc/85xx: wait for alignment before resetting SERDES RX lanes (SERDES9)
Timur Tabi
2011-10-20
1
-0
/
+4
|
*
fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
Shengzhou Liu
2011-10-18
1
-0
/
+28
|
*
powerpc/85xx: Add support for RMan LIODN initialization
Kumar Gala
2011-10-18
3
-0
/
+3
*
|
ColdFire: Move boards with simple _config rules to boards.cfg
stany MARCEL
2011-10-19
1
-4
/
+4
|
/
*
Move timestamp and version files into 'generated' subdir
Simon Glass
2011-10-17
3
-4
/
+2
*
Add generic gpio.h in asm-generic
Simon Glass
2011-10-17
1
-0
/
+74
*
sandbox: Add basic config file
Simon Glass
2011-10-17
1
-0
/
+85
*
sandbox: Add OS dependent layer
Simon Glass
2011-10-17
1
-0
/
+73
*
sandbox: Force command sections to be 4-byte aligned
Simon Glass
2011-10-17
1
-1
/
+2
[next]