Commit Graph

787 Commits (6305db960447ff2d32c335de8bbd9b44cb7d6554)

Author SHA1 Message Date
Rob Clark 2e79461483 lib: strto: fix incorrect handling of specified base 7 years ago
Wenyou Yang d330e04d9d lib: at91: Add logo files used via API of DM_VIDEO 7 years ago
Rob Clark 22ada0c8e6 vsprintf.c: add GUID printing 7 years ago
Rob Clark 274325c509 vsprintf.c: add UTF-16 string (%ls) support 7 years ago
Rob Clark 78178bb0c9 lib: add some utf16 handling helpers 7 years ago
Simon Glass c79d18c4b4 moveconfig: Use fd.write() instead of print >> 7 years ago
York Sun 7264f2928b spl: fit: Eanble GZIP support for image decompression 7 years ago
Jonathan Gray 8f1603bd78 bch: don't use __BSD_VISIBLE to test for fls 7 years ago
Adam Ford 6ef2f90108 Convert CONFIG_BCH to Kconfig 7 years ago
Anatolij Gustschin f1a7ba1da5 Fix 'notes' typos 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
xypron.glpk@gmx.de 36d35345b1 tpm: add missing va_end 7 years ago
Philipp Tomsich 96b9082c64 rockchip: rk3188: rock: adjust for SPL/TPL split 7 years ago
Philipp Tomsich 6dced7dffc lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata 7 years ago
xypron.glpk@gmx.de aee4f06dff efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 7 years ago
Rob Clark 3d9880784e efi_loader: GOP fix for no display 7 years ago
Rob Clark 796a78cbe5 efi_loader: LocateHandle should return EFI_NOT_FOUND if none found 7 years ago
xypron.glpk@gmx.de ebf199b92f efi_loader: attribute EFIAPI of efi_locate handle() 7 years ago
Alexander Graf c1ae1a1608 efi_loader: Fix warning in efi_gop 7 years ago
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level 7 years ago
Rob Clark c160d2f5ec efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT 7 years ago
Simon Glass f6a4093ba0 fdtdec: Drop old compatible values 7 years ago
Rob Clark a095aadffa efi_loader: Add an EFI_CALL() macro 7 years ago
Rob Clark 6cfd5f133a efi_loader: add some missing breaks 7 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
Rob Clark a1b24823b6 efi_loader: fix bug in efi_get_memory_map 7 years ago
Alexander Graf d98cdf6a92 efi_loader: Improve install_configuration_table 7 years ago
Rob Clark 3304990ba4 efi_loader: remove more double EFI_EXIT() in efi_disk.c 7 years ago
Rob Clark b5104821c1 efi_loader: remove double EFI_EXIT() with efi_unsupported 7 years ago
Rob Clark a17e62cc53 efi_loader: expose protocols via GUID 7 years ago
xypron.glpk@gmx.de c0ebfc8664 efi_loader: implement ProtocolsPerHandle 7 years ago
Tom Rini d56b4b1974 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS 7 years ago
xypron.glpk@gmx.de b521d29eb1 efi_loader: parameter types for CreateEvent, SetTimer 7 years ago
xypron.glpk@gmx.de ff925938c8 efi_console: use EFIAPI for callback functions 7 years ago
Rob Clark 661c8327a6 efi_loader: workaround for grub lsefi bug 7 years ago
xypron.glpk@gmx.de 09c5ab909c efi_loader: implement ConvertDeviceNodeToText 7 years ago
xypron.glpk@gmx.de c6e3c3e68a efi_memory: return MapKey 7 years ago
xypron.glpk@gmx.de 0ecba5db85 efi_memory: do parameter checks first 7 years ago
Rob Clark ca9193d2b1 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD 7 years ago
Rob Clark 3e094c592b efi_loader: move guidcmp to header 7 years ago
xypron.glpk@gmx.de 8787b02e32 efi_loader: correctly implement 100ns conversion 7 years ago
xypron.glpk@gmx.de 91be9a77b7 efi_console: set up events 7 years ago
xypron.glpk@gmx.de bfc724625f efi_loader: refactor efi_set_timer 7 years ago
xypron.glpk@gmx.de 49deb455e6 efi_loader: refactor efi_create_event 7 years ago
xypron.glpk@gmx.de 503f269554 efi_loader: correct size for tpl level 7 years ago
xypron.glpk@gmx.de c68415922b efi_loader: implement multiple event support 7 years ago
xypron.glpk@gmx.de 2fd945fe72 efi_loader: use struct efi_event * instead of void * 7 years ago
xypron.glpk@gmx.de 71275a3e98 efi_memory: avoid NULL dereference in efi_free_pool 7 years ago