index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
x86: Add a simple command to show FSP HOB information
Bin Meng
2014-12-13
2
-0
/
+68
|
*
|
|
x86: Support Intel FSP initialization path in start.S
Bin Meng
2014-12-13
3
-0
/
+20
|
*
|
|
x86: Add post failure codes for bist and car
Bin Meng
2014-12-13
2
-0
/
+3
|
*
|
|
x86: queensbay: Adapt FSP support codes
Bin Meng
2014-12-13
3
-18
/
+28
|
*
|
|
x86: Initial import from Intel FSP release for Queensbay platform
Bin Meng
2014-12-13
12
-0
/
+1522
|
*
|
|
x86: ich-spi: Add Intel Tunnel Creek SPI controller support
Bin Meng
2014-12-13
1
-1
/
+2
|
*
|
|
x86: Add Intel Topcliff PCH device IDs
Bin Meng
2014-12-13
1
-0
/
+8
|
*
|
|
x86: Add a simple superio driver for SMSC LPC47M
Bin Meng
2014-12-13
4
-0
/
+143
|
*
|
|
x86: Add Intel Crown Bay board dts file
Bin Meng
2014-12-13
2
-1
/
+55
|
*
|
|
x86: ich6-gpio: Move setup_pch_gpios() to board support codes
Bin Meng
2014-12-13
6
-51
/
+55
|
*
|
|
x86: Clean up asm-offsets
Bin Meng
2014-12-13
3
-5
/
+3
|
*
|
|
x86: Refactor u-boot.rom build rules
Bin Meng
2014-12-13
1
-21
/
+27
|
*
|
|
x86: ifdtool: Separate out filenames for -D and -i
Simon Glass
2014-12-13
1
-6
/
+6
|
*
|
|
tools/ifdtool: Support writing multiple files (-w) simultaneously
Bin Meng
2014-12-13
2
-7
/
+26
|
*
|
|
x86: Make ROM_SIZE configurable in Kconfig
Bin Meng
2014-12-13
2
-1
/
+78
|
*
|
|
x86: ich-spi: Set the tx operation mode for ich 7
Bin Meng
2014-12-13
1
-2
/
+7
|
*
|
|
x86: ich-spi: Set the rx operation mode for ich 7
Bin Meng
2014-12-13
1
-0
/
+4
|
*
|
|
sf: Enable byte program support
Jagannadha Sutradharudu Teki
2014-12-13
4
-12
/
+20
|
*
|
|
spi: sf: Support byte program for sst spi flash
Bin Meng
2014-12-13
2
-0
/
+33
|
*
|
|
spi: Fix flag collision for SST_WP
Simon Glass
2014-12-13
1
-1
/
+1
|
*
|
|
sf: Fix look for the fastest read command
Jagannadha Sutradharudu Teki
2014-12-13
3
-56
/
+60
|
*
|
|
bios_emulator: Correct ordering of includes
Simon Glass
2014-12-13
2
-2
/
+2
|
*
|
|
gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()
Axel Lin
2014-12-13
1
-0
/
+2
|
*
|
|
x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address
Bin Meng
2014-12-13
1
-15
/
+2
*
|
|
|
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
2014-12-12
5
-36
/
+81
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
mmc: dw_mmc: Use active DDR mode flag
Andrew Gabbasov
2014-12-12
1
-1
/
+1
|
*
|
|
mmc: Fix block length for DDR mode
Andrew Gabbasov
2014-12-12
1
-0
/
+6
|
*
|
|
mmc: Fix Dual Data Rate capability recognition
Andrew Gabbasov
2014-12-12
1
-1
/
+1
|
*
|
|
mmc: Fix handling of bus widths and DDR card capabilities
Andrew Gabbasov
2014-12-12
3
-22
/
+34
|
*
|
|
mmc: exynos_dw-mmc: change debug message
Jaehoon Chung
2014-12-12
1
-10
/
+12
|
*
|
|
MMC: add MMC_VERSION_5_0
Markus Niebel
2014-12-12
2
-0
/
+4
|
*
|
|
MMC: fix user capacity for partitioned eMMC card
Markus Niebel
2014-12-12
2
-0
/
+18
|
*
|
|
mmc: Cosmetic fix for nicer, aligned device list printout
Lubomir Popov
2014-12-12
1
-2
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-12-11
73
-504
/
+3348
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dm: i2c: tegra: Convert to driver model
Simon Glass
2014-12-11
30
-374
/
+210
|
*
|
ARM: tegra: Add support for nyan-big board
Allen Martin
2014-12-11
11
-1
/
+814
|
*
|
tegra: dts: Sync tegra124.dtsi with linux kernel
Simon Glass
2014-12-11
2
-0
/
+159
|
*
|
dts: Bring in Chrome OS keyboard device tree definition
Simon Glass
2014-12-11
1
-0
/
+105
|
*
|
dm: device: Add newline to debug() messages
Simon Glass
2014-12-11
1
-3
/
+3
|
*
|
dm: i2c: Add tests for I2C
Simon Glass
2014-12-11
4
-0
/
+246
|
*
|
dm: Add a simple EEPROM driver
Simon Glass
2014-12-11
4
-0
/
+72
|
*
|
dm: i2c: dts: Add an I2C bus for sandbox
Simon Glass
2014-12-11
1
-0
/
+17
|
*
|
dm: i2c: config: Enable I2C for sandbox using driver model
Simon Glass
2014-12-11
1
-0
/
+6
|
*
|
dm: i2c: Add an I2C EEPROM simulator
Simon Glass
2014-12-11
3
-0
/
+197
|
*
|
dm: i2c: Add a sandbox I2C driver
Simon Glass
2014-12-11
2
-1
/
+112
|
*
|
dm: i2c: Add I2C emulation driver for sandbox
Simon Glass
2014-12-11
3
-0
/
+16
|
*
|
dm: i2c: Implement driver model support in the i2c command
Simon Glass
2014-12-11
1
-53
/
+323
|
*
|
dm: i2c: Add a uclass for I2C
Simon Glass
2014-12-11
5
-0
/
+827
|
*
|
lib: errno: introduce errno_str(): returns errno related message
Przemyslaw Marczak
2014-12-11
3
-0
/
+151
|
*
|
dm: rpi: Move serial to driver model
Simon Glass
2014-12-11
2
-3
/
+15
[prev]
[next]