summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dt-bindings: gpio: alignment with kernel v5.3Patrick Delaunay2020-04-162-126/+196
| * | | gpio: add ops to set dir flagsPatrick Delaunay2020-04-162-5/+28
| * | | gpio: add ops to get dir flagsPatrick Delaunay2020-04-162-6/+40
| * | | gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-162-1/+35
| * | | gpio: update dir_flags managementPatrick Delaunay2020-04-162-8/+41
| * | | gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-162-6/+9
| * | | gpio: add function check_dir_flagsPatrick Delaunay2020-04-161-0/+25
| * | | gpio: add function _dm_gpio_set_dir_flagsPatrick Delaunay2020-04-161-13/+25
| * | | gpio: add function _gpio_get_valuePatrick Delaunay2020-04-161-4/+10
| * | | gpio: add gpio descriptor initialization helperPatrick Delaunay2020-04-161-8/+19
| * | | gpio: remove the open_drain API and opsPatrick Delaunay2020-04-166-154/+0
| * | | gpio: remove GPIOD_REQUESTEDPatrick Delaunay2020-04-161-5/+4
| * | | dt-bindings: gpio: document the new pull-up/pull-down flagsPatrick Delaunay2020-04-162-0/+30
| * | | dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay2020-04-161-19/+11
| * | | dm: core: add ofnode and dev function to iterate on node propertyPatrick Delaunay2020-04-168-2/+317
| * | | dm: pinctrl: convert pinctrl-single to livetreePatrick Delaunay2020-04-161-18/+9
| * | | README: remove requirement for CHANGELOG entryKarl Palsson2020-04-161-2/+0
| * | | fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo2020-04-161-1/+19
| * | | fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo2020-04-161-0/+8
| * | | fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo2020-04-161-10/+12
|/ / /
* | | Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-04-165-10/+126
|\ \ \
| * | | ARC: HSDK: CGU: fix tunnel clock calculationEugeniy Paltsev2020-04-161-1/+2
| * | | ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev2020-04-162-0/+8
| * | | ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev2020-04-161-3/+3
| * | | ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-162-7/+114
* | | | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-1628-147/+3306
|\ \ \ \
| * | | | efi_loader: add some description about UEFI secure bootAKASHI Takahiro2020-04-161-0/+77
| * | | | travis: add packages for UEFI secure boot testAKASHI Takahiro2020-04-161-1/+10
| * | | | sandbox: add extra configurations for UEFI and related testsAKASHI Takahiro2020-04-162-0/+6
| * | | | efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro2020-04-162-0/+238
| * | | | efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro2020-04-161-0/+282
| * | | | efi_loader, pytest: set up secure boot environmentAKASHI Takahiro2020-04-163-0/+180
| * | | | cmd: efidebug: add "test bootmgr" sub-commandAKASHI Takahiro2020-04-161-1/+77
| * | | | cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro2020-04-162-3/+7
| * | | | cmd: env: use appropriate guid for authenticated UEFI variableAKASHI Takahiro2020-04-161-4/+14
| * | | | efi_loader: set up secure bootAKASHI Takahiro2020-04-161-0/+38
| * | | | efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-163-16/+469
| * | | | efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
| * | | | efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
| * | | | efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-162-104/+565
| * | | | efi_loader: add signature database parserAKASHI Takahiro2020-04-162-0/+229
| * | | | efi_loader: add signature verification functionsAKASHI Takahiro2020-04-164-0/+738
| * | | | efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro2020-04-161-0/+18
| * | | | drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2020-04-162-2/+0
| * | | | efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt2020-04-162-7/+17
| * | | | efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt2020-04-161-3/+49
| * | | | efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt2020-04-162-4/+8
| * | | | efi_loader: enable RNG if DM_RNG is enabledPeter Robinson2020-04-161-0/+1
* | | | | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-1653-205/+1166
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | dm: core: Read parent ofdata before childrenSimon Glass2020-04-163-24/+111