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
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
u-boot: Fix several typos
Shyam Saini
2018-06-13
2
-2
/
+2
*
common: iotrace: add timestamp to iotrace records
Ramon Fried
2018-06-07
1
-1
/
+3
*
iotrace: add IO region limit
Ramon Fried
2018-06-07
1
-0
/
+27
*
board_f: Only reserve memory for U-Boot if we're going to relocate
Alexey Brodkin
2018-06-05
1
-13
/
+15
*
menu: fix timeout duration
Masahiro Yamada
2018-06-05
1
-2
/
+1
*
Define board_quiesce_devices() in a shared location
Simon Glass
2018-06-03
1
-0
/
+4
*
mmc: Separate "mmc swrite" from fastboot
Alex Kiernan
2018-05-30
2
-266
/
+0
*
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
2018-05-30
1
-13
/
+19
*
fastboot: Move fastboot to drivers/fastboot
Alex Kiernan
2018-05-30
3
-650
/
+1
*
add FIT data-position & data-offset property support
Kelvin Cheung
2018-05-26
1
-3
/
+51
*
malloc: Use malloc simple before malloc is fully initialized in memalign()
Ley Foon Tan
2018-05-26
1
-0
/
+7
*
spl: Add full fitImage support
Marek Vasut
2018-05-23
1
-0
/
+75
*
fit: Add standalone image type handling
Marek Vasut
2018-05-23
1
-0
/
+2
*
fit: Add empty fit_print_contents() and fit_image_print()
Marek Vasut
2018-05-23
1
-1
/
+3
*
fit: Fix CONFIG_FIT_SPL_PRINT
Marek Vasut
2018-05-23
1
-2
/
+2
*
spl: fit: Add support for loading FPGA bitstream
Marek Vasut
2018-05-23
1
-3
/
+32
*
FIT: Make fit_conf_print() be a static function
Tom Rini
2018-05-23
1
-182
/
+179
*
Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2018-05-11
1
-0
/
+1
|
\
|
*
tools: zynqmpimage: Add bif support
Alexander Graf
2018-05-11
1
-0
/
+1
*
|
Merge git://git.denx.de/u-boot-socfpga
Tom Rini
2018-05-10
1
-1
/
+2
|
\
\
|
*
|
image: socfpga: Add SFP image version 1 definition
Marek Vasut
2018-05-08
1
-1
/
+2
*
|
|
xyz-modem: va_start() must be matched by va_end()
Heinrich Schuchardt
2018-05-10
1
-8
/
+9
*
|
|
Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected
Alex Kiernan
2018-05-10
1
-1
/
+1
*
|
|
bootcount: spl: Extend SPL to support bootcount incrementation
Lukasz Majewski
2018-05-10
1
-0
/
+3
*
|
|
bootcount: Rewrite autoboot to use wrapper functions from bootcount.h
Lukasz Majewski
2018-05-10
1
-18
/
+5
*
|
|
bootcount: spl: Enable bootcount support in SPL
Lukasz Majewski
2018-05-10
1
-0
/
+9
|
|
/
|
/
|
*
|
bootm.c: Correct the flush_len used in bootm_load_os()
Tom Rini
2018-05-08
1
-14
/
+12
*
|
image: fit: Show signatures and hashes for configurations
Clément Péron
2018-05-08
1
-0
/
+13
|
/
*
fastboot: sparse: make write_sparse_image useable for non-fastboot
Jassi Brar
2018-05-07
3
-39
/
+41
*
fastboot: sparse: remove redundant argument to write_sparse_image
Jassi Brar
2018-05-07
3
-5
/
+3
*
SPDX: Convert all of our multiple license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
77
-158
/
+77
*
stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly
Tom Rini
2018-05-06
1
-2
/
+2
*
spl: Split sprintf, strto* from SPL serial in Kconfig
Alex Kiernan
2018-04-28
1
-0
/
+4
*
spl: Add dependency on serial to Ymodem
Alex Kiernan
2018-04-28
1
-0
/
+2
*
spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORT
Alex Kiernan
2018-04-28
1
-0
/
+2
*
log: CONFIG_LOG should select CONFIG_DM
Heinrich Schuchardt
2018-04-28
1
-0
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
9
-18
/
+0
*
Convert CONFIG_SPI to Kconfig
Adam Ford
2018-04-27
1
-2
/
+2
*
bootm: Align cache flush begin address
Bryan O'Donoghue
2018-04-17
1
-1
/
+7
*
spl: ram: Add TPL Kconfig symbols
Marek Vasut
2018-04-11
1
-0
/
+14
*
spl: ram: Convert to CONFIG_IS_ENABLED
Marek Vasut
2018-04-11
1
-3
/
+3
*
tpl: ymodem: Add CONFIG_TPL_YMODEM_SUPPORT to Kconfig
Marek Vasut
2018-04-11
1
-0
/
+8
*
tpl: spi: Add CONFIG_TPL_SPI_LOAD to Kconfig
Marek Vasut
2018-04-11
1
-0
/
+7
*
spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig
Marek Vasut
2018-04-11
1
-0
/
+7
*
log: Correct missing free() on error in log_add_filter()
Simon Glass
2018-04-10
1
-6
/
+11
*
treewide: Migrate CONFIG_DISPLAY_BOARDINFO_LATE to Kconfig
Mario Six
2018-04-08
1
-1
/
+8
*
treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig
Mario Six
2018-04-08
1
-0
/
+9
*
treewide: Migrate CONFIG_BOARD_EARLY_INIT_R to Kconfig
Mario Six
2018-04-08
1
-0
/
+7
*
image: fit: Show information about OS type in firwmare case too
Michal Simek
2018-04-06
1
-1
/
+2
[next]