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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdtdec: Add compatible id and string for Intel Quark MRC
Bin Meng
2015-02-06
1
-0
/
+1
*
x86: Add basic Intel Galileo board support
Bin Meng
2015-02-06
1
-0
/
+53
*
x86: Remove CONFIG_SATA_INTEL from x86-common.h
Bin Meng
2015-02-06
1
-1
/
+0
*
x86: Add support for Intel Minnowboard Max
Simon Glass
2015-02-06
1
-0
/
+72
*
x86: Enable bootstage features
Simon Glass
2015-02-06
1
-0
/
+3
*
scsi: bootstage: Measure time taken to scan the bus
Simon Glass
2015-02-06
1
-0
/
+1
*
x86: mmc: Move common FSP functions into a common file
Simon Glass
2015-02-06
1
-0
/
+14
*
x86: video: Allow video ROM execution to fall back to the other method
Simon Glass
2015-02-05
1
-2
/
+13
*
x86: pci: Add PCI IDs for Minnowboard Max
Simon Glass
2015-02-05
1
-0
/
+5
*
pci: Add a function to find a device by class
Simon Glass
2015-02-05
1
-2
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Tom Rini
2015-02-04
2
-1
/
+260
|
\
|
*
ubifs: Import atomic_long operations from Linux
Anton Habegger
2015-01-28
2
-1
/
+260
*
|
Merge branch 'master' of git://git.denx.de/u-boot-ti
Tom Rini
2015-02-02
3
-4
/
+16
|
\
\
|
*
|
OMAP3: igep00x0: Fix boot hang and add support for status LED.
Enric Balletbo i Serra
2015-01-29
1
-4
/
+14
|
*
|
Nokia RX-51: Use generic board
Pali Rohár
2015-01-29
1
-0
/
+1
|
*
|
am335x_evm: Enable CONFIG_NAND_OMAP_GPMC_PREFETCH
Tom Rini
2015-01-29
1
-0
/
+1
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Tom Rini
2015-02-02
3
-3
/
+3
|
\
\
|
*
|
bfin: make env offset sector aligned for bct-brettl2 and ibf-dsp561 boards
Sonic Zhang
2015-01-16
2
-2
/
+2
|
*
|
bfin: enlarge the monitor size for ip04 board to avoid oversize link error
Sonic Zhang
2015-01-16
1
-1
/
+1
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2015-02-02
2
-1
/
+3
|
\
\
\
|
*
|
|
sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()
Hans de Goede
2015-02-02
1
-1
/
+0
|
*
|
|
sunxi: Only enable i2c support in the SPL when needed
Hans de Goede
2015-02-02
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2015-01-30
1
-0
/
+13
|
\
\
\
|
*
|
|
malta: enable ELF loading
Paul Burton
2015-01-29
1
-0
/
+1
|
*
|
|
malta: enable HUSH parser
Paul Burton
2015-01-29
1
-0
/
+1
|
*
|
|
malta: IDE support
Paul Burton
2015-01-29
1
-0
/
+11
|
|
/
/
*
|
|
Merge branch 'master' of git://git.denx.de/u-boot-dm
Tom Rini
2015-01-30
32
-197
/
+731
|
\
\
\
|
*
|
|
dm: cros_ec: Convert cros_ec_i2c over to driver model
Simon Glass
2015-01-29
1
-0
/
+1
|
*
|
|
dm: i2c: Add two more I2C init functions to the compatibility layer
Simon Glass
2015-01-29
1
-1
/
+16
|
*
|
|
exynos5: enable dm i2c
Przemyslaw Marczak
2015-01-29
1
-4
/
+3
|
*
|
|
odroid u3: enable dm i2c support
Przemyslaw Marczak
2015-01-29
1
-3
/
+2
|
*
|
|
smdk5250: config: enable max77686 driver support
Przemyslaw Marczak
2015-01-29
1
-0
/
+2
|
*
|
|
exynos5250: config: disable max77686 driver
Przemyslaw Marczak
2015-01-29
1
-3
/
+0
|
*
|
|
arndale: config: disable max77686 support
Przemyslaw Marczak
2015-01-29
1
-2
/
+0
|
*
|
|
rsa: Use checksum algorithms from struct hash_algo
Ruchika Gupta
2015-01-29
3
-6
/
+18
|
*
|
|
Use hash.c in mkimage
Ruchika Gupta
2015-01-29
1
-16
/
+18
|
*
|
|
hash: Add function to find hash_algo struct with progressive hash
Ruchika Gupta
2015-01-29
1
-0
/
+14
|
*
|
|
lib/rsa: Modify rsa to use DM driver
Ruchika Gupta
2015-01-29
2
-5
/
+2
|
*
|
|
configs: Move CONFIG_FIT_SIGNATURE to defconfig
Ruchika Gupta
2015-01-29
4
-14
/
+2
|
*
|
|
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
Ruchika Gupta
2015-01-29
2
-1
/
+34
|
*
|
|
rsa: Split the rsa-verify to separate the modular exponentiation
Ruchika Gupta
2015-01-29
1
-0
/
+43
|
*
|
|
Export redesign
Martin Dorwig
2015-01-29
3
-40
/
+83
|
*
|
|
dm: exynos: Drop unused COMPAT features for SPI
Simon Glass
2015-01-29
1
-1
/
+0
|
*
|
|
dm: tegra: Drop unused COMPAT features for I2C, SPI
Simon Glass
2015-01-29
1
-6
/
+0
|
*
|
|
dm: i2c: Move slave details to child platdata
Simon Glass
2015-01-29
1
-2
/
+2
|
*
|
|
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
1
-10
/
+32
|
*
|
|
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
3
-0
/
+15
|
*
|
|
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-29
1
-0
/
+2
|
*
|
|
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-29
1
-0
/
+4
|
*
|
|
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-0
/
+5
[next]