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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add a script to aid code conversion from coreboot
Simon Glass
2016-03-17
1
-0
/
+17
*
kbuild: fix build rule of u-boot-spl.dtb
Masahiro Yamada
2016-02-08
1
-2
/
+2
*
kbuild: add missing FORCE where $(call if_changed, ) is used
Masahiro Yamada
2016-02-08
1
-5
/
+5
*
kbuild: remove unneeded ifdef conditionals around build rules
Masahiro Yamada
2016-02-08
1
-4
/
+0
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-2
/
+2
*
socfpga: Simplify Makefile filenames
Simon Glass
2016-02-01
1
-3
/
+3
*
fdt: Build an SPL binary without device tree
Simon Glass
2016-02-01
1
-9
/
+16
*
Makefile: Add rules to build in .ttf files
Simon Glass
2016-01-30
1
-0
/
+21
*
kbuild: Add clang detection
Tom Rini
2016-01-25
1
-0
/
+4
*
Move all command code into its own directory
Simon Glass
2016-01-25
1
-1
/
+1
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
7
-91
/
+7
*
scripts/Makefile* Add SPDX-License-Identifier tag
Tom Rini
2016-01-19
7
-0
/
+20
*
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
2016-01-14
1
-1
/
+1
*
get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use
Heiko Schocher
2016-01-08
1
-11
/
+11
*
checkpatch: fix left brace warning
Heiko Schocher
2016-01-04
1
-5
/
+5
*
ARM: zynq: Add target for building bootable SPL image for Zynq
Nathan Rossi
2015-11-19
1
-0
/
+11
*
spl: Add support for CONFIG_OF_EMBED=y
Michal Simek
2015-11-12
1
-0
/
+1
*
Fix trini email in the get_maintainer.pl script
Andy Fleming
2015-11-12
1
-1
/
+1
*
Various Makefiles: Add SPDX-License-Identifier tags
Tom Rini
2015-11-10
3
-0
/
+9
*
dm: spl: Generate u-boot-spl-dtb.bin only when enabled
Simon Glass
2015-11-04
1
-0
/
+2
*
Move board_init_f_mem() into a common location
Simon Glass
2015-10-24
1
-0
/
+1
*
kbuild: fixdep: drop meaningless hash table initialization
Masahiro Yamada
2015-09-15
1
-19
/
+0
*
x86: Generate a valid ACPI table
Saket Sinha
2015-08-26
1
-0
/
+11
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-3
/
+0
*
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
Masahiro Yamada
2015-08-18
1
-1
/
+1
*
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
1
-2
/
+0
*
spl: move SPL driver entries to driver/Makefile
Masahiro Yamada
2015-08-18
1
-30
/
+1
*
linux/kconfig.h: add CPP macros useful for per-image config options
Masahiro Yamada
2015-08-18
1
-0
/
+26
*
kbuild: add a makefile macro useful with per-image config options
Masahiro Yamada
2015-08-18
1
-0
/
+6
*
kbuild: fixdep: optimize code slightly
Masahiro Yamada
2015-08-18
1
-3
/
+4
*
Makefile: Add target for building bootable SPL image for SoCFPGA
Marek Vasut
2015-08-08
1
-0
/
+10
*
driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
Dinh Nguyen
2015-08-08
1
-0
/
+1
*
Support removing default assembler flags
Simon Glass
2015-08-05
1
-1
/
+2
*
kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86
Masahiro Yamada
2015-07-27
1
-0
/
+2
*
kbuild: sync with Linux 4.1
Masahiro Yamada
2015-07-27
4
-40
/
+44
*
kconfig: sync with Linux 4.1
Masahiro Yamada
2015-07-27
17
-203
/
+189
*
Merge git://git.denx.de/u-boot-marvell
Tom Rini
2015-07-23
1
-1
/
+2
|
\
|
*
arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr
Stefan Roese
2015-07-23
1
-0
/
+1
|
*
arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory
Stefan Roese
2015-07-23
1
-1
/
+1
*
|
dm: Add a clock uclass
Simon Glass
2015-07-21
1
-0
/
+1
*
|
dm: Add support for RAM drivers
Simon Glass
2015-07-21
1
-0
/
+1
*
|
dm: power: Allow use of regulators in SPL
Simon Glass
2015-07-21
1
-0
/
+1
*
|
dm: Add support for LEDs
Simon Glass
2015-07-21
1
-0
/
+1
*
|
dm: Reduce SPL device tree size
Simon Glass
2015-07-21
1
-0
/
+28
|
/
*
Remove SPL undefine of CONFIG_OF_CONTROL
Simon Glass
2015-06-10
1
-0
/
+2
*
Kconfig: Enable usage of escape char '\' in string values
Stefan Roese
2015-06-08
2
-54
/
+9
*
kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error
Masahiro Yamada
2015-05-28
1
-1
/
+1
*
moveconfig: Ignore duplicate configs when moving
Joe Hershberger
2015-05-27
1
-1
/
+2
*
Create a .cfg file containing the CONFIG options used to build
Simon Glass
2015-04-18
1
-1
/
+8
*
fix makefiles to respect DTC setting
Pavel Machek
2015-04-07
1
-1
/
+1
[next]