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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
2014-03-17
5
-8
/
+69
*
sandbox: Deal with conflicting getenv() for SDL
Simon Glass
2014-03-17
1
-0
/
+5
*
sound: Move Samsung-specific code into its own file
Simon Glass
2014-03-17
5
-221
/
+220
*
sandbox: Add LCD driver
Simon Glass
2014-03-17
12
-4
/
+150
*
sandbox: Add a simple sound driver
Simon Glass
2014-03-17
3
-0
/
+39
*
sandbox: Add SDL library for LCD, keyboard, audio
Simon Glass
2014-03-17
4
-0
/
+467
*
sandbox: Add -j option to indicate a jump from a previous U-Boot
Simon Glass
2014-03-17
2
-1
/
+18
*
sandbox: Add os_jump_to_image() to run another executable
Simon Glass
2014-03-17
2
-0
/
+108
*
cros_ec: Implement I2C pass-through
Simon Glass
2014-03-17
2
-2
/
+282
*
sandbox: Plumb in Chrome OS EC emulation
Simon Glass
2014-03-17
1
-0
/
+30
*
cros_ec: sandbox: Add Chrome OS EC emulation
Simon Glass
2014-03-17
6
-0
/
+599
*
cros_ec: Correct comparison between signed and unsigned numbers
Simon Glass
2014-03-17
1
-16
/
+18
*
cros_ec: spi: Add support for EC protocol version 3
Randall Spangler
2014-03-17
3
-0
/
+49
*
cros_ec: Add base support for protocol v3
Simon Glass
2014-03-17
1
-1
/
+164
*
cros_ec: Clean up multiple EC protocol support
Randall Spangler
2014-03-17
4
-47
/
+49
*
cros_ec: Sync up with latest Chrome OS EC version
Simon Glass
2014-03-17
4
-62
/
+321
*
cros_ec: Move #ifdef to permit flash region access
Simon Glass
2014-03-17
1
-1
/
+2
*
cros_ec: Support systems with no EC interrupt
Simon Glass
2014-03-17
1
-4
/
+30
*
cros_ec: Drop old EC version support from EC driver
Vadim Bendebury
2014-03-17
2
-89
/
+6
*
cros_ec: Add a function for decoding the Chrome OS EC flashmap
Simon Glass
2014-03-17
2
-0
/
+69
*
cros_ec: Move EC interface into common library
Vadim Bendebury
2014-03-17
5
-27
/
+66
*
cros_ec: Add a function for reading a flash map entry
Simon Glass
2014-03-17
2
-0
/
+42
*
cros_ec: Add an enum for the number of flash regions
Simon Glass
2014-03-17
1
-1
/
+3
*
sandbox: dts: Add display and keyboard to sandbox
Simon Glass
2014-03-17
1
-0
/
+96
*
sandbox: Use os functions to read host device tree
Simon Glass
2014-03-17
2
-44
/
+21
*
sandbox: Increase memory size to 32MB
Simon Glass
2014-03-17
1
-1
/
+1
*
Use a const pointer for map_to_sysmem()
Simon Glass
2014-03-17
1
-1
/
+1
*
mtd: spi: Fix page size for S25FL032P,S25FL064P
Marek Vasut
2014-03-17
1
-1
/
+15
*
spi: atmel_dataflash: Simplify AT91F_SpiEnable implementation
Axel Lin
2014-03-17
1
-19
/
+12
*
sf: ops: Squash the malloc+memset combo
Jagannadha Sutradharudu Teki
2014-03-17
1
-2
/
+6
*
sf: Squash the malloc+memset combo
Marek Vasut
2014-03-17
1
-2
/
+1
*
sf: Add S25FL128S_256K IDs
Marek Vasut
2014-03-17
1
-0
/
+1
*
sf: Fix entries for S25FL256S_256K and S25FL512S_256K
Marek Vasut
2014-03-17
1
-2
/
+2
*
sh: ecovec: correct romImage address in comment
Baruch Siach
2014-03-14
1
-1
/
+1
*
sh: fix PFC registers definition for SH772{2, 3, 4}
Baruch Siach
2014-03-14
3
-6
/
+9
*
kbuild: delete *.pyc files by "make distclean"
Masahiro Yamada
2014-03-12
1
-1
/
+1
*
kbuild: delete SPLTREE and TPLTREE
Masahiro Yamada
2014-03-12
1
-4
/
+0
*
kbuild: rename OBJTREE to objtree
Masahiro Yamada
2014-03-12
14
-21
/
+20
*
kbuild: rename SRCTREE to srctree
Masahiro Yamada
2014-03-12
17
-94
/
+93
*
kbuild: rename TOPDIR to stctree
Masahiro Yamada
2014-03-12
19
-42
/
+41
*
kbuild: use $(KBUILD_SRC) to check out-of-tree build
Masahiro Yamada
2014-03-12
2
-7
/
+5
*
kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIG
Masahiro Yamada
2014-03-12
6
-18
/
+13
*
freescale: pblimage: refactor CONFIG_SYS_FSL_PBL_{PBI, RCW}
Masahiro Yamada
2014-03-12
9
-27
/
+22
*
kbuild: delete redundant LDSCRIPT definition
Masahiro Yamada
2014-03-12
3
-6
/
+0
*
x86: specify CONFIG_USE_PRIVATE_LIBGCC more simply
Masahiro Yamada
2014-03-12
1
-3
/
+1
*
kbuild, x86: use a short log for arch/x86/lib/libgcc.a
Masahiro Yamada
2014-03-12
1
-2
/
+3
*
kbuild: use short logs for some board specific make rules
Masahiro Yamada
2014-03-12
3
-5
/
+26
*
kbuild,mxs: use short logs for MXS images
Masahiro Yamada
2014-03-12
6
-15
/
+16
*
usb: net: update README.usb to list all USB ethernet options
Gerhard Sittig
2014-03-12
1
-2
/
+11
*
at91: enable USB ethernet for taskit stamp9g20
Gerhard Sittig
2014-03-12
1
-1
/
+4
[next]