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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARM: allocate extra space for PSCI stack in secure section during link phase
Chen-Yu Tsai
2016-06-20
1
-0
/
+7
*
ARM: PSCI: export common PSCI function declarations for C code
Chen-Yu Tsai
2016-06-20
1
-0
/
+7
*
ARM: PSCI: save and restore clobbered registers in v7_flush_dcache_all
Chen-Yu Tsai
2016-06-20
1
-0
/
+2
*
ARM: PSCI: use only r0 and r3 in psci_get_cpu_stack_top()
Chen-Yu Tsai
2016-06-20
1
-9
/
+9
*
sunxi: Revert "sunxi: make SoC variant choice mandatory"
Hans de Goede
2016-06-20
1
-0
/
+1
*
sunxi: Add defconfig and dts file for inet86dz board
Hans de Goede
2016-06-20
4
-0
/
+319
*
sunxi: Add defconfig and dts file for Polaroid MID2407PXE03 tablet
Hans de Goede
2016-06-20
5
-0
/
+328
*
sunxi: Select USE_TINY_PRINTF
Hans de Goede
2016-06-20
1
-0
/
+1
*
tinyprintf: Add vprintf implementation
Hans de Goede
2016-06-20
1
-0
/
+5
*
Prepare v2016.07-rc2
Tom Rini
2016-06-20
1
-1
/
+1
*
autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c
Masahiro Yamada
2016-06-20
32
-5
/
+37
*
Merge git://git.denx.de/u-boot-nand-flash
Tom Rini
2016-06-20
12
-190
/
+383
|
\
|
*
mtd: nand: Patch remaining places where nand_to_mtd() should be used
Boris Brezillon
2016-06-19
6
-6
/
+6
|
*
nand: doc: fix example ecc scheme calculation
Fabian Mewes
2016-06-19
1
-1
/
+1
|
*
nand: extend nand torture
Max Krummenacher
2016-06-19
2
-7
/
+40
|
*
nand: nand torture: follow sync with linux v4.6
Max Krummenacher
2016-06-19
1
-1
/
+1
|
*
common: fb_nand: won't compile
Sergey Kubushyn
2016-06-19
1
-1
/
+1
|
*
spl: nand: sunxi: add support for NAND config auto-detection
Boris Brezillon
2016-06-19
1
-58
/
+204
|
*
spl: nand: sunxi: split 'load page' and 'read page' logic
Boris Brezillon
2016-06-19
1
-71
/
+114
|
*
spl: nand: sunxi: rework status polling loop
Boris Brezillon
2016-06-19
1
-16
/
+13
|
*
spl: nand: sunxi: stop guessing the redundant u-boot offset
Boris Brezillon
2016-06-19
1
-20
/
+0
|
*
spl: nand: support redundant u-boot image
Boris Brezillon
2016-06-19
2
-0
/
+15
|
*
spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency
Boris Brezillon
2016-06-19
1
-4
/
+11
|
*
spl: nand: sunxi: remove support for so-called 'syndrome' mode
Boris Brezillon
2016-06-19
1
-42
/
+14
*
|
mmc: add MMC_VERSION_5_1
Stefan Wahren
2016-06-20
2
-0
/
+4
*
|
dragonboard410c: Increase default environment size.
Mateusz Kulikowski
2016-06-20
1
-1
/
+1
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-06-20
77
-687
/
+2028
|
\
\
|
*
|
clk: convert API to match reset/mailbox style
Stephen Warren
2016-06-19
37
-570
/
+985
|
*
|
reset: implement a reset test
Stephen Warren
2016-06-19
9
-4
/
+251
|
*
|
Add a reset driver framework/uclass
Stephen Warren
2016-06-19
9
-0
/
+446
|
*
|
mailbox: add Tegra186 HSP driver
Stephen Warren
2016-06-19
6
-0
/
+200
|
*
|
mailbox: rename headers
Stephen Warren
2016-06-19
5
-9
/
+9
|
*
|
sandbox: gpio: doc: Fix parameter documentation
mario.six@gdsys.cc
2016-06-19
1
-6
/
+10
|
*
|
lib/libfdt/: General aesthetic/style fixes.
Robert P. J. Day
2016-06-19
11
-97
/
+109
|
*
|
gpio: pca953x: Fix register reading past 8th GPIO
mario.six@gdsys.cc
2016-06-19
1
-1
/
+3
|
*
|
dm: add manual relocation for devices
Angelo Dureghello
2016-06-19
1
-0
/
+15
*
|
|
ARM: uniphier: use the default CONFIG_BOOTDELAY=2
Masahiro Yamada
2016-06-20
6
-6
/
+0
*
|
|
ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20
Masahiro Yamada
2016-06-20
3
-0
/
+42
*
|
|
ARM: uniphier: move CONFIG_ARMV8_MULTIENTRY to Kconfig
Masahiro Yamada
2016-06-20
2
-1
/
+1
*
|
|
ARM: uniphier: introduce CONFIG_ARM_UNIPHIER_{32, 64}BIT
Masahiro Yamada
2016-06-20
1
-8
/
+15
*
|
|
ARM: uniphier: change CPU_RELEASE_ADDR to the head of DRAM space
Masahiro Yamada
2016-06-20
1
-1
/
+1
|
/
/
*
|
SPL ext: cosmetic: correct error message in spl_load_image_ext()
Petr Kulhavy
2016-06-19
1
-1
/
+1
*
|
fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit
Guillaume GARDET
2016-06-19
1
-0
/
+1
*
|
test/py: fix printenv signon message disable code
Stephen Warren
2016-06-19
1
-1
/
+2
*
|
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2016-06-18
12
-4
/
+1531
|
\
\
|
*
|
ARM: socfpga: Sort Kconfig entries
Marek Vasut
2016-06-08
1
-4
/
+4
|
*
|
ARM: socfpga: add support for IS1 board
Pavel Machek
2016-06-08
12
-0
/
+1527
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2016-06-18
20
-233
/
+333
|
\
\
\
|
*
|
|
usb: ehci: only shutdown opened controller
Peng Fan
2016-06-18
1
-0
/
+3
|
*
|
|
cmd: usb: check if_type before using this device
Peng Fan
2016-06-18
1
-1
/
+2
[prev]
[next]