Commit Graph

1027 Commits (e0d20dc1521e74b82dbd69be53a048847798a90a)

Author SHA1 Message Date
Michal Simek 3b3ea2c56e Kconfig: cmd: Make networking command dependent on NET 6 years ago
Faiz Abbas 36c1877c5c lib: Kconfig: Move DYNAMIC_CRC_TABLE to Kconfig 6 years ago
Heinrich Schuchardt df9cf561b0 efi_loader: correct efi_disk_register 6 years ago
Heinrich Schuchardt 0c2307431e efi_loader: add missing runtime services stubs 6 years ago
Heinrich Schuchardt 038782a27a efi_driver: return type of efi_driver_init() 6 years ago
Heinrich Schuchardt f19a95a40b efi_loader: do not use 2.0.5 as UEFI revision number 6 years ago
Heinrich Schuchardt 9f0930e5d9 efi_loader: create stub for CreateEventEx 6 years ago
Heinrich Schuchardt ae86b6be12 efi_selftest: use correct compiler flags for miniapps 6 years ago
Heinrich Schuchardt 268ec6e00e efi_loader: fix building crt0 on arm 6 years ago
Adam Ford 1811a928c6 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig 6 years ago
Adam Ford a451bc27c9 Convert LIB_UUID to Kconfig 6 years ago
Adam Ford a5a37567c4 Convert CONFIG LIB_HW_RAND to Kconfig 6 years ago
Андрей Мозжухин af09eba64f aes: Allow non-zero initialization vector 6 years ago
Heinrich Schuchardt 4a8b5e7900 efi_loader: consistently use %pD to print device paths 6 years ago
Heinrich Schuchardt 7df5af6f3a efi_loader: do not install NULL as device path 6 years ago
Heinrich Schuchardt 5f1ce1d4ca vsprintf.c: correct printing of a NULL device path 6 years ago
Alexander Graf 56672bf52e efi_loader: Call Exit() on return from payload in StartImage() 6 years ago
Heinrich Schuchardt c8df80c514 efi_loader: fix comments in indent_string() 6 years ago
Alexander Graf c6fa5df6aa efi_loader: Always use EFIAPI instead of asmlinkage 6 years ago
Alexander Graf 6698bb343f efi: Conflict efi_loader with different stub bitness 6 years ago
Masahiro Yamada 144fbea969 libfdt: migrate libfdt.h to a wrapper + U-Boot own code 6 years ago
Masahiro Yamada ae9ace7089 libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c 6 years ago
Maxime Ripard acd4d3343f net: regex: Disable by default on sunXi 6 years ago
Heinrich Schuchardt 003876d469 efi_selftest: reduce noise in test output for device trees 6 years ago
Heinrich Schuchardt 9dfd84da8c efi_loader: allow creation of more device part nodes 6 years ago
Heinrich Schuchardt f768619239 efi_selftest: provide a test for block io 6 years ago
Heinrich Schuchardt 05ef48a248 efi_driver: EFI block driver 6 years ago
Heinrich Schuchardt ba45c9e4e1 efi_selftest: add missing LF in test output 6 years ago
Heinrich Schuchardt 8218f7b5fc efi_selftest: test start image 6 years ago
Heinrich Schuchardt cc20ed03f9 efi_loader: fix ExitBootServices 6 years ago
Heinrich Schuchardt 9bc9664d5e efi_loader: add check_tpl parameter to efi_signal_event 6 years ago
Heinrich Schuchardt 65436f91c5 efi_loader: provide function to get last node of a device path 6 years ago
Heinrich Schuchardt 4f94865b30 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions 6 years ago
Heinrich Schuchardt 64e4db0f11 efi_loader: make efi_disk_create_partitions a global symbol 6 years ago
Heinrich Schuchardt 98d48bdf41 efi_loader: provide a function to create a partition node 6 years ago
Heinrich Schuchardt b3dd14b6b1 efi_loader: make efi_block_io_guid a global symbol 6 years ago
Heinrich Schuchardt 9bfca9f98a efi_loader: efi_disk_register: correctly determine if_type_name 6 years ago
Heinrich Schuchardt 5e55543e65 efi_loader: fix StartImage bootservice 6 years ago
Heinrich Schuchardt 0aaabbb2c8 efi_loader: check tables in helloworld.efi 6 years ago
Heinrich Schuchardt 36b41a3ced efi_loader: allocate correct memory type for EFI image 6 years ago
Heinrich Schuchardt 476ed96e01 efi_loader: print device path when entering efi_load_image 6 years ago
Heinrich Schuchardt 110d80a1f2 efi_loader: correct find simple file system protocol 6 years ago
Heinrich Schuchardt 22de1de905 efi_loader: address of the simple file system protocol 6 years ago
Heinrich Schuchardt 04298686a4 efi_loader: return NULL from device path functions 6 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 6 years ago
Heinrich Schuchardt fb83350952 efi_selftest: test for (Dis)ConnectController 6 years ago
Heinrich Schuchardt 8d7cf39090 efi_selftest: remove todo in device path test 6 years ago
Heinrich Schuchardt 77425e73b8 efi_selftest: remove todo in manage protocols 6 years ago
Heinrich Schuchardt ad97373ba9 efi_loader: disconnect controllers in UninstallProtocol 6 years ago
Heinrich Schuchardt 3f9b00425a efi_loader: implement DisconnectController 6 years ago