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
*
cmd: CONFIG_CMD_LOG select CONFIG_LOG
Heinrich Schuchardt
2018-04-28
1
-0
/
+1
*
log: CONFIG_LOG should select CONFIG_DM
Heinrich Schuchardt
2018-04-28
1
-0
/
+1
*
kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
Masahiro Yamada
2018-04-28
1
-0
/
+3
*
serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig
Tuomas Tynkkynen
2018-04-28
5
-6
/
+8
*
ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in Kconfig
Tuomas Tynkkynen
2018-04-28
2
-3
/
+2
*
configs: Drop CONFIG_NET_MULTI
Tom Rini
2018-04-27
3
-4
/
+0
*
clang: Update documentation
Tom Rini
2018-04-27
2
-14
/
+9
*
Makefile: Update clang warning disables from Linux
Tom Rini
2018-04-27
1
-0
/
+7
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
362
-717
/
+0
*
Convert CONFIG_SPI to Kconfig
Adam Ford
2018-04-27
621
-100
/
+602
*
Merge git://git.denx.de/u-boot-usb
Tom Rini
2018-04-26
2
-11
/
+17
|
\
|
*
usb: gadget: composite: fix NULL pointer when a non standard request is received
Christophe Kerello
2018-04-26
1
-1
/
+4
|
*
usb: host: dwc3: fix phys init
Neil Armstrong
2018-04-26
1
-10
/
+13
*
|
Merge git://git.denx.de/u-boot-socfpga
Tom Rini
2018-04-26
1
-5
/
+5
|
\
\
|
*
|
arm: socfpga: Fix with the correct polling on bit is set
Tien Fong Chee
2018-04-27
1
-5
/
+5
*
|
|
Merge git://git.denx.de/u-boot-sh
Tom Rini
2018-04-26
21
-591
/
+1622
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ARM: rmobile: Fix PMIC address on E2 Silk
Marek Vasut
2018-04-26
1
-1
/
+1
|
*
|
ARM: rmobile: Update E2 Alt
Marek Vasut
2018-04-26
7
-206
/
+547
|
*
|
ARM: rmobile: Update M2-N Gose
Marek Vasut
2018-04-26
7
-181
/
+545
|
*
|
ARM: rmobile: Update H2 Lager
Marek Vasut
2018-04-26
7
-203
/
+526
|
*
|
ARM: rmobile: Enable HS200 support on M3N Salvator-X
Marek Vasut
2018-04-26
1
-0
/
+3
|
|
/
*
|
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2018-04-26
40
-54
/
+90
|
\
\
|
|
/
|
/
|
|
*
rockchip: defconfig: remove CONFIG_SYS_NS16550
Kever Yang
2018-04-25
19
-19
/
+0
|
*
rockchip: enable SYS_NS16550 for all SoCs by default
Kever Yang
2018-04-25
7
-12
/
+1
|
*
Revert "rockchip: firefly: Add "usb start" to auto-start USB device"
Kever Yang
2018-04-25
1
-2
/
+1
|
*
rockchip: rk322x: update MACRO for back-to-brom
Kever Yang
2018-04-25
1
-1
/
+1
|
*
rockchip: rk322x: update TPL_TEXT_BASE
Kever Yang
2018-04-25
1
-1
/
+1
|
*
rockchip: rv1108: add ofdata_to_platdata() method for driver
Kever Yang
2018-04-25
1
-1
/
+9
|
*
rockchip: rk3128: add ofdata_to_platdata() method for driver
Kever Yang
2018-04-25
1
-1
/
+10
|
*
rockchip: rk3036: add ofdata_to_platdata() method for driver
Kever Yang
2018-04-25
1
-1
/
+10
|
*
config: evb-rk3399: enable make uboot.itb
Peter Robinson
2018-04-25
1
-0
/
+3
|
*
arm: rockchip: make_fit_atf: remove unneeded imports
Patrick Uiterwijk
2018-04-25
1
-2
/
+0
|
*
rockchip: rk3188: use DM timer instead of rk_timer
Kever Yang
2018-04-25
4
-7
/
+5
|
*
rockchip: rk3188: add timer3 node
Kever Yang
2018-04-25
2
-0
/
+12
|
*
rockchip: rk3188: add -u-boot.dtsi for rock-rk3188
Kever Yang
2018-04-25
3
-7
/
+19
|
*
rockchip: timer: add compatible strings for rk3188 and rk3288
Philipp Tomsich
2018-04-25
1
-0
/
+2
|
*
rockchip: defconfig: puma-rk3399: enable RTC
Klaus Goger
2018-04-25
1
-0
/
+2
|
*
rockchip: rk3288: provide ${fdtfile}
Heinrich Schuchardt
2018-04-25
1
-0
/
+1
|
*
rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSIC
Wadim Egorov
2018-04-25
1
-0
/
+13
*
|
Merge git://git.denx.de/u-boot-spi
Tom Rini
2018-04-25
4
-1
/
+186
|
\
\
|
|
/
|
/
|
|
*
spi: dw: invert wait condition in dw_spi_xfer
Eugeniy Paltsev
2018-04-23
1
-1
/
+1
|
*
sf: Add Spansion s25fl208k entry
Sean Nyekjaer
2018-04-19
1
-0
/
+1
|
*
mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064
Eugeniy Paltsev
2018-04-19
1
-0
/
+3
|
*
mtd: sf: Add support of sst26wf* flash ICs protection ops
Eugeniy Paltsev
2018-04-19
2
-0
/
+181
*
|
Merge git://git.denx.de/u-boot-video
Tom Rini
2018-04-24
3
-1
/
+1
|
\
\
|
*
|
video-uclass: Fix logical-not-parentheses warning
Tom Rini
2018-04-24
1
-1
/
+1
|
*
|
treewide: fix up files incorrectly marked executable
Fabio Estevam
2018-04-09
2
-0
/
+0
*
|
|
Merge tag 'signed-efi-2018.05' of git://github.com/agraf/u-boot
Tom Rini
2018-04-23
13
-36
/
+556
|
\
\
\
|
*
|
|
efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
2018-04-23
2
-0
/
+287
|
*
|
|
efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL
Heinrich Schuchardt
2018-04-23
4
-10
/
+180
[next]