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
*
configs: Migrate CMD_NAND*
Tom Rini
2017-07-31
441
-368
/
+371
*
dm: console: Check for serial devices properly
Simon Glass
2017-07-31
3
-2
/
+12
*
console: Unify the check for a serial console
Simon Glass
2017-07-31
1
-2
/
+17
*
arm: mach-omap2: Align image address before cache operations
Andrew F. Davis
2017-07-31
1
-4
/
+4
*
ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS
Tom Rini
2017-07-31
17
-7
/
+10
*
am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT
Tom Rini
2017-07-31
1
-0
/
+1
*
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
Tom Rini
2017-07-31
40
-114
/
+66
*
Remove unused CONFIG_TWL4030_PWM
Adam Ford
2017-07-31
2
-2
/
+0
*
serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
Patrice Chotard
2017-07-31
4
-2
/
+8
*
dm: Kconfig: fix typo in help for SPL_PINCTRL
Philipp Tomsich
2017-07-31
1
-1
/
+1
*
efi_loader: Fix warning in efi_gop
Alexander Graf
2017-07-31
1
-1
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2017-07-31
13
-330
/
+1057
|
\
|
*
efi_loader: indent entry/exit prints to show nesting level
Rob Clark
2017-07-29
2
-4
/
+33
|
*
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
Rob Clark
2017-07-29
2
-21
/
+41
|
*
efi_loader: Add an EFI_CALL() macro
Rob Clark
2017-07-28
2
-3
/
+18
|
*
efi_loader: only evaluate EFI_EXIT()'s ret once
Rob Clark
2017-07-28
1
-2
/
+3
|
*
efi_loader: add some missing breaks
Rob Clark
2017-07-28
1
-0
/
+2
|
*
efi_loader: fix bug in efi_get_memory_map
Rob Clark
2017-07-26
1
-2
/
+2
|
*
efi_loader: Fix configuration table override
Alexander Graf
2017-07-26
1
-4
/
+3
|
*
efi_loader: Improve install_configuration_table
Alexander Graf
2017-07-26
1
-1
/
+18
|
*
efi_loader: remove more double EFI_EXIT() in efi_disk.c
Rob Clark
2017-07-26
1
-3
/
+3
|
*
efi_loader: remove double EFI_EXIT() with efi_unsupported
Rob Clark
2017-07-26
1
-2
/
+2
|
*
efi_loader: expose protocols via GUID
Rob Clark
2017-07-25
2
-0
/
+23
|
*
efi_loader: add helper macro to construct protocol objects
Rob Clark
2017-07-25
1
-0
/
+8
|
*
efi_loader: log EFI return values too
Rob Clark
2017-07-25
1
-1
/
+4
|
*
efi_loader: implement ProtocolsPerHandle
xypron.glpk@gmx.de
2017-07-25
1
-1
/
+44
|
*
efi_loader: parameter types for CreateEvent, SetTimer
xypron.glpk@gmx.de
2017-07-24
3
-13
/
+15
|
*
efi_loader: initalize EFI object list only once
Heinrich Schuchardt
2017-07-24
1
-26
/
+36
|
*
efi_console: use EFIAPI for callback functions
xypron.glpk@gmx.de
2017-07-24
1
-2
/
+3
|
*
efi_loader: workaround for grub lsefi bug
Rob Clark
2017-07-24
1
-0
/
+1
|
*
efi_loader: implement ConvertDeviceNodeToText
xypron.glpk@gmx.de
2017-07-24
1
-30
/
+91
|
*
efi_memory: return MapKey
xypron.glpk@gmx.de
2017-07-24
1
-0
/
+2
|
*
efi_memory: do parameter checks first
xypron.glpk@gmx.de
2017-07-24
1
-3
/
+3
|
*
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
Rob Clark
2017-07-24
3
-2
/
+8
|
*
efi_loader: move guidcmp to header
Rob Clark
2017-07-24
2
-5
/
+5
|
*
efi_loader: EFI file paths should be DOS style
Rob Clark
2017-07-24
1
-1
/
+5
|
*
efi_loader: correctly implement 100ns conversion
xypron.glpk@gmx.de
2017-07-19
1
-9
/
+40
|
*
efi_console: set up events
xypron.glpk@gmx.de
2017-07-19
4
-3
/
+46
|
*
efi_loader: refactor efi_set_timer
xypron.glpk@gmx.de
2017-07-19
2
-8
/
+16
|
*
efi_loader: refactor efi_create_event
xypron.glpk@gmx.de
2017-07-19
2
-12
/
+29
|
*
efi_loader: correct size for tpl level
xypron.glpk@gmx.de
2017-07-19
3
-10
/
+12
|
*
efi_loader: implement multiple event support
xypron.glpk@gmx.de
2017-07-19
3
-64
/
+168
|
*
efi_loader: use struct efi_event * instead of void *
xypron.glpk@gmx.de
2017-07-19
2
-21
/
+27
|
*
efi_memory: avoid NULL dereference in efi_free_pool
xypron.glpk@gmx.de
2017-07-19
1
-0
/
+3
|
*
efi_loader: disk: iterate only over valid block devices
xypron.glpk@gmx.de
2017-07-19
1
-2
/
+2
|
*
efi_loader: provide meaningful status code
xypron.glpk@gmx.de
2017-07-19
1
-8
/
+8
|
*
efi_loader: define all known status codes
xypron.glpk@gmx.de
2017-07-19
1
-13
/
+37
|
*
bootefi: allow return without EFI_BOOT_SERVICES.Exit
xypron.glpk@gmx.de
2017-07-19
1
-5
/
+18
|
*
efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
xypron.glpk@gmx.de
2017-07-19
5
-1
/
+98
|
*
efi_loader: reimplement efi_locate_protocol
xypron.glpk@gmx.de
2017-07-19
3
-22
/
+24
[next]