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
...
|
*
|
dm: Convert spi_flash_probe() and 'sf probe' to use driver model
Simon Glass
2014-10-22
2
-2
/
+89
|
*
|
dm: sf: Add a uclass for SPI flash
Simon Glass
2014-10-22
4
-1
/
+140
|
*
|
spi: Use error return value in sf_ops
Simon Glass
2014-10-22
1
-33
/
+57
|
*
|
sf: Tidy up public and private header files
Simon Glass
2014-10-22
9
-60
/
+73
|
*
|
exynos: universal_c210: Move to driver model soft_spi
Simon Glass
2014-10-22
3
-62
/
+14
|
*
|
dm: spi: Add documentation on how to convert over SPI drivers
Simon Glass
2014-10-22
1
-0
/
+594
|
*
|
dm: exynos: Convert SPI to driver model
Simon Glass
2014-10-22
5
-336
/
+190
|
*
|
dm: spi: Add soft_spi implementation
Simon Glass
2014-10-22
3
-0
/
+287
|
*
|
dm: spi: Remove SPI_INIT feature
Simon Glass
2014-10-22
4
-8
/
+0
|
*
|
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
Simon Glass
2014-10-22
2
-1
/
+1
|
*
|
dm: sandbox: spi: Move to driver model
Simon Glass
2014-10-22
3
-128
/
+76
|
*
|
dm: spi: Adjust cmd_spi to work with driver model
Simon Glass
2014-10-22
1
-8
/
+31
|
*
|
dm: Add spi.h header to a few files
Simon Glass
2014-10-22
3
-0
/
+3
|
*
|
dm: Remove spi_init() from board_r.c when using driver model
Simon Glass
2014-10-22
1
-1
/
+1
|
*
|
dm: sandbox: Add a SPI emulation uclass
Simon Glass
2014-10-22
4
-0
/
+62
|
*
|
dm: spi: Add a uclass for SPI
Simon Glass
2014-10-22
5
-4
/
+650
|
*
|
dm: core: Add a clarifying comment on struct udevice's seq member
Simon Glass
2014-10-22
2
-2
/
+5
|
*
|
dm: core: Allow parents to pass data to children during probe
Simon Glass
2014-10-22
3
-1
/
+25
|
*
|
dm: core: Add functions for iterating through device children
Simon Glass
2014-10-22
4
-1
/
+78
|
*
|
sandbox: dts: Add a SPI device and cros_ec device
Simon Glass
2014-10-22
2
-0
/
+51
|
*
|
dm: exynos: Move serial to driver model
Simon Glass
2014-10-22
4
-183
/
+75
|
*
|
dm: exynos: Mark exynos5 console as pre-reloc
Simon Glass
2014-10-22
1
-0
/
+1
|
*
|
dm: exynos: gpio: Convert to driver model
Simon Glass
2014-10-22
6
-179
/
+340
|
*
|
dm: exynos: Make sure that GPIOs are requested
Simon Glass
2014-10-22
10
-9
/
+62
|
*
|
dm: exynos: Tidy up GPIO defines
Simon Glass
2014-10-22
1
-10
/
+11
|
*
|
dm: exynos: Tidy up GPIO headers
Simon Glass
2014-10-22
15
-22
/
+11
|
*
|
dm: exynos: Move s5p_goni to generic board
Simon Glass
2014-10-22
1
-0
/
+2
|
*
|
dm: exynos: Move smdkc100 to generic board
Simon Glass
2014-10-22
1
-0
/
+2
|
*
|
dm: exynos: Add pinctrl settings for s5p_goni
Simon Glass
2014-10-22
2
-0
/
+280
|
*
|
dm: exynos: Add pinctrl settings for smdkc100
Simon Glass
2014-10-22
2
-0
/
+187
|
*
|
dm: exynos: dts: Adjust device tree files for U-Boot
Simon Glass
2014-10-22
9
-0
/
+159
|
*
|
dm: exynos: dts: Remove unused pinctrl information to save space
Simon Glass
2014-10-22
5
-2098
/
+0
|
*
|
dm: exynos: Bring in pinctrl dts files from Linux kernel
Simon Glass
2014-10-22
15
-4
/
+3831
|
*
|
dm: exynos: dts: Convert /include/ to #include
Simon Glass
2014-10-22
14
-15
/
+15
|
*
|
arm: goni: add i2c_init_board()
Robert Baldyga
2014-10-22
2
-0
/
+12
|
*
|
dm: add of_match_ptr() macro
Masahiro Yamada
2014-10-22
1
-0
/
+6
|
*
|
dm: fix include guard
Masahiro Yamada
2014-10-22
1
-0
/
+1
|
*
|
dm: include <linker_lists.h> from platdata.h and uclass.h
Masahiro Yamada
2014-10-22
2
-0
/
+3
|
*
|
linker_lists: include <linux/compiler.h>
Masahiro Yamada
2014-10-22
1
-0
/
+2
|
*
|
dm: simplify the loop in lists_driver_lookup_name()
Masahiro Yamada
2014-10-22
1
-8
/
+1
|
*
|
dm: do not check the existence of uclass operation
Masahiro Yamada
2014-10-22
1
-4
/
+0
|
*
|
dm: fix comments
Masahiro Yamada
2014-10-22
2
-3
/
+3
|
|
/
*
|
x86: Fix GDT limit in start16.S
Bin Meng
2014-10-22
1
-1
/
+1
*
|
x86: Fix rom version build with CONFIG_X86_RESET_VECTOR
Bin Meng
2014-10-22
1
-2
/
+2
*
|
x86: Support loading kernel setup from a FIT
Simon Glass
2014-10-22
9
-2
/
+399
*
|
doc: Tidy up and update part of the FIT documentation
Simon Glass
2014-10-22
1
-8
/
+9
*
|
sandbox: bootm: Don't fail the architecture check
Simon Glass
2014-10-22
1
-1
/
+1
*
|
x86: Allow cmdline setup in setup_zimage() to be optional
Simon Glass
2014-10-22
1
-9
/
+12
*
|
x86: Rewrite bootm.c to make it similar to ARM
Simon Glass
2014-10-22
3
-53
/
+130
*
|
x86: Enable LMB and RAMDISK_HIGH by default
Simon Glass
2014-10-22
1
-0
/
+3
|
/
[prev]
[next]