index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
image: fix IH_ARCH_... values for uImage compatibility
Masahiro Yamada
2016-07-21
1
-0
/
+13
*
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-07-19
2
-14
/
+11
|
\
|
*
ARMv8/ls1043ardb: Integrate FSL PPA
Hou Zhiqiang
2016-07-19
1
-0
/
+11
|
*
armv8: Move secure_ram variable out of generic global data
York Sun
2016-07-15
1
-14
/
+0
*
|
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
2016-07-16
3
-3
/
+3
*
|
configs: Add more CONFIG_ARMV7_PSCI_NR_CPUS entries
Tom Rini
2016-07-16
3
-0
/
+3
*
|
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2016-07-15
6
-0
/
+11
|
\
\
|
*
|
sunxi: Define CONFIG_ARMV7_SECURE_MAX_SIZE for sun6i/sun7i
Chen-Yu Tsai
2016-07-15
2
-0
/
+2
|
*
|
ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platforms
Chen-Yu Tsai
2016-07-15
3
-0
/
+3
|
*
|
sunxi: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for sun7i
Chen-Yu Tsai
2016-07-15
1
-0
/
+1
|
*
|
sunxi: Support booting from SPI flash
Siarhei Siamashka
2016-07-15
1
-0
/
+5
|
|
/
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-07-15
9
-2
/
+108
|
\
\
|
*
|
dm: core: Add an implementation of regmap_init_mem_platdata()
Simon Glass
2016-07-14
1
-1
/
+14
|
*
|
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
2
-0
/
+7
|
*
|
dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
Simon Glass
2016-07-14
1
-2
/
+2
|
*
|
dm: clk: Add support for of-platdata
Simon Glass
2016-07-14
1
-0
/
+4
|
*
|
dm: Add a header that provides access to the of-platdata structs
Simon Glass
2016-07-14
1
-0
/
+19
|
*
|
dm: syscon: Add support for of-platdata
Simon Glass
2016-07-14
1
-0
/
+11
|
*
|
dm: regmap: Add a dummy implementation for of-platdata
Simon Glass
2016-07-14
1
-0
/
+3
|
*
|
sandbox: Add a test device that uses of-platdata
Simon Glass
2016-07-14
1
-0
/
+2
|
*
|
sandbox: Add a new sandbox_spl board
Simon Glass
2016-07-14
1
-0
/
+18
|
*
|
sandbox: Don't use IDE and iotrace in SPL
Simon Glass
2016-07-14
1
-0
/
+4
|
*
|
sandbox: Allow chaining from SPL to U-Boot proper
Simon Glass
2016-07-14
1
-0
/
+25
|
|
/
*
|
Add warn_non_spl() to show a message in U-Boot proper
Simon Glass
2016-07-14
1
-0
/
+10
*
|
Add comments for debug() and pr_fmt
Simon Glass
2016-07-14
1
-0
/
+2
*
|
stm32: Add SDRAM support for stm32f746 discovery board
Toshifumi NISHINAGA
2016-07-14
1
-4
/
+4
*
|
stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board
Toshifumi NISHINAGA
2016-07-14
1
-1
/
+2
*
|
dragonboard410c: adding missing default addr for script and pxe boot
Ricardo Salveti de Araujo
2016-07-14
1
-0
/
+2
*
|
dragonboard410c: prefer sdcard boot over emmc
Ricardo Salveti de Araujo
2016-07-14
1
-1
/
+1
*
|
image: Add functions to obtain category information
Simon Glass
2016-07-14
1
-0
/
+34
*
|
image: Create a table of information for each category
Simon Glass
2016-07-14
1
-0
/
+9
*
|
image: Convert the IH_... values to enums
Simon Glass
2016-07-14
1
-86
/
+101
*
|
linux/io.h: add generic ioremap()/iounmap() defines
Masahiro Yamada
2016-07-14
1
-0
/
+16
*
|
types.h: move and redefine resource_size_t
Masahiro Yamada
2016-07-14
1
-0
/
+4
*
|
spl: fit: add support for post-processing of images
Daniel Allred
2016-07-14
1
-0
/
+17
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-07-12
1
-0
/
+36
|
\
|
*
x86: Add Advantech SOM-DB5800/SOM-6867 support
George McCollister
2016-07-12
1
-0
/
+36
*
|
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2016-07-11
3
-0
/
+23
|
\
\
|
*
|
defconfig: k2g_evm_defconfig: Enable Cadence QSPI controller
Vignesh R
2016-07-09
1
-0
/
+6
|
*
|
keystone2: spi: do not define DM_SPI and DM_SPI_FLASH for SPL build
Vignesh R
2016-07-09
1
-0
/
+4
|
*
|
dm: core: implement dev_map_physmem()
Vignesh R
2016-07-09
1
-0
/
+13
*
|
|
dm: Sort the uclass id in alphabetical order
Bin Meng
2016-07-11
1
-2
/
+2
*
|
|
sandbox: Find keyboard driver using driver model
Simon Glass
2016-07-11
1
-1
/
+0
*
|
|
fdt: Drop unused exynos compatible strings
Simon Glass
2016-07-11
1
-2
/
+0
*
|
|
x86: fdt: Drop the unused compatible strings in fdtdec
Simon Glass
2016-07-11
1
-5
/
+0
*
|
|
dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS
Simon Glass
2016-07-11
1
-0
/
+80
*
|
|
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
Simon Glass
2016-07-11
1
-0
/
+9
*
|
|
dm: mmc: Add a way to use driver model for MMC operations
Simon Glass
2016-07-11
1
-1
/
+65
*
|
|
rockchip: Disable CONFIG_SDHCI
Simon Glass
2016-07-11
2
-2
/
+0
*
|
|
dm: mmc: dwmmc: Add comments to the dwmmc setup functions
Simon Glass
2016-07-11
1
-0
/
+64
|
|
/
|
/
|
[next]