| Commit message (Expand) | Author | Age | Files | Lines |
* | Kconfig: disambiguate config names for tiny printf | Thomas Hebb | 2019-12-03 | 1 | -2/+2 |
* | common: Move board_get_usable_ram_top() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 5 | -0/+5 |
* | common: Add a new lz4.h header file | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | Move strtomhz() to vsprintf.h | Simon Glass | 2019-12-02 | 3 | -23/+21 |
* | common: Move sorting functions to their own header file | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 8 | -0/+8 |
* | crc: Fix code style with crc functions | Simon Glass | 2019-12-02 | 1 | -2/+2 |
* | common: Drop linux/crc8.h | Simon Glass | 2019-12-02 | 1 | -1/+6 |
* | common: Move random-number functions into their own header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | efi_loader: default EFI_LOADER=n on ARM11 | Heinrich Schuchardt | 2019-11-23 | 1 | -1/+1 |
* | efi_loader: enable EFI_LOADER on arm1136 and arm1176 | Heinrich Schuchardt | 2019-11-19 | 1 | -2/+4 |
* | efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM | Heinrich Schuchardt | 2019-11-19 | 1 | -1/+4 |
* | efi_loader: remove unused function efi_dp_from_dev() | Heinrich Schuchardt | 2019-11-19 | 1 | -16/+2 |
* | Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-11-17 | 2 | -7/+150 |
|\ |
|
| * | image: fdt: copy possible optee nodes to a loaded devicetree | Heiko Stuebner | 2019-11-14 | 1 | -0/+140 |
| * | fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory() | Heiko Stuebner | 2019-11-14 | 1 | -7/+9 |
| * | fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory() | Heiko Stuebner | 2019-11-14 | 1 | -1/+2 |
* | | efi_selftest: enable all UEFI unit tests on the sandbox | Heinrich Schuchardt | 2019-11-12 | 1 | -2/+5 |
* | | efi_loader: support building UEFI binaries on sandbox | Heinrich Schuchardt | 2019-11-12 | 1 | -0/+3 |
* | | efi_loader: call add_u_boot_and_runtime() on sandbox | Heinrich Schuchardt | 2019-11-12 | 1 | -4/+5 |
* | | efi_loader: disk: install file system protocol to a whole disk | AKASHI Takahiro | 2019-11-12 | 1 | -1/+3 |
* | | efi_loader: fix efi_dp_from_name() | Heinrich Schuchardt | 2019-11-12 | 1 | -3/+12 |
|/ |
|
* | fdt: Sync up to the latest libfdt | Simon Glass | 2019-11-04 | 1 | -104/+316 |
* | fdt: Add Kconfig options to control code size | Simon Glass | 2019-11-04 | 2 | -1/+35 |
* | Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/01Nov2019 | Tom Rini | 2019-11-01 | 1 | -5/+3 |
|\ |
|
| * | efi_loader: correct includes in efi_variable.c | Heinrich Schuchardt | 2019-10-30 | 1 | -5/+3 |
* | | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-11-01 | 2 | -7/+24 |
|\ \ |
|
| * | | fdt: Fix alignment issue when reading 64-bits properties from fdt | Jean-Jacques Hiblot | 2019-10-27 | 1 | -1/+1 |
| * | | tiny-printf: Reorder code to support %p | Simon Glass | 2019-10-27 | 1 | -13/+17 |
| * | | tiny-printf: Add print_grouped_ull() | Simon Glass | 2019-10-27 | 1 | -0/+6 |
| * | | tiny-printf: Reduce size by removing ctype | Simon Glass | 2019-10-27 | 1 | -0/+7 |
| |/ |
|
* | | libavb: Fix build warnings after updating the lib | Sam Protsenko | 2019-10-31 | 2 | -2/+3 |
* | | libavb: Update libavb to current AOSP master | Sam Protsenko | 2019-10-31 | 12 | -214/+710 |
* | | linux_compat: fix potential NULL pointer access | Marek Szyprowski | 2019-10-31 | 1 | -1/+1 |
* | | tiny-printf: Support vsnprintf() | Simon South | 2019-10-31 | 1 | -0/+16 |
* | | lib: errno: sync error codes | Heinrich Schuchardt | 2019-10-31 | 1 | -2/+2 |
* | | lib: errno: check for unsupported error number | Heinrich Schuchardt | 2019-10-31 | 1 | -1/+7 |
* | | lib: time: Add microsecond timer | Marek Vasut | 2019-10-31 | 1 | -0/+14 |
|/ |
|
* | efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available | AKASHI Takahiro | 2019-10-17 | 1 | -1/+23 |
* | efi_loader: device_path: check against file path length | AKASHI Takahiro | 2019-10-17 | 1 | -2/+9 |
* | rsa: Return immediately if required-key verification fails | Daniele Alessandrelli | 2019-10-15 | 1 | -2/+1 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 | Tom Rini | 2019-10-08 | 4 | -59/+19 |
|\ |
|
| * | dm: core: Drop fdtdec_get_pci_addr() | Simon Glass | 2019-10-08 | 1 | -54/+0 |
| * | spl: Allow tiny printf() to be controlled in SPL and TPL | Simon Glass | 2019-10-08 | 2 | -5/+17 |
| * | spl: Avoid checking for Ctrl-C in SPL with print_buffer() | Simon Glass | 2019-10-08 | 1 | -0/+2 |
* | | efi: device path for nvme | Patrick Wildt | 2019-10-06 | 2 | -0/+35 |
* | | efi_selftest: testing read-only variables | Heinrich Schuchardt | 2019-10-06 | 1 | -11/+0 |