summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/04Aug2019Tom Rini2019-08-0413-187/+275
|\
| * efi_selftest: sharpen ConvertPointer() testHeinrich Schuchardt2019-07-301-8/+22
| * efi_loader: implement ConvertPointer()Heinrich Schuchardt2019-07-301-4/+71
| * efi_loader: definition of efi_virtual_address_map()Heinrich Schuchardt2019-07-302-9/+9
| * efi_selftest: fix SetVirtualAddressMap unit testHeinrich Schuchardt2019-07-301-0/+1
| * doc: integrate UEFI documentation into Sphinx toctreeHeinrich Schuchardt2019-07-306-147/+148
| * efi_loader: efidebug.c function documentationHeinrich Schuchardt2019-07-301-3/+2
| * efi_loader: always rebuild efi_crt0.oHeinrich Schuchardt2019-07-301-1/+1
| * efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt2019-07-302-15/+21
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkWIP/02Aug2019Tom Rini2019-08-0218-14/+759
|\ \
| * | test: dm: clk_ccf: test composite clkPeng Fan2019-07-311-0/+8
| * | clk: sandbox: add composite clkPeng Fan2019-07-312-0/+81
| * | configs: sandbox: Enable composite clkPeng Fan2019-07-312-0/+2
| * | clk: gate: support sandboxPeng Fan2019-07-312-0/+14
| * | clk: add composite clk supportPeng Fan2019-07-314-0/+197
| * | clk-provider: include clk-uclass.hPeng Fan2019-07-311-0/+1
| * | dm: clk: ignore default settings when node not validPeng Fan2019-07-311-0/+3
| * | clk: imx: gate2 add set ratePeng Fan2019-07-311-0/+11
| * | clk: imx: import clk heplersPeng Fan2019-07-311-0/+81
| * | clk: fixed_rate: export clk_fixed_ratePeng Fan2019-07-312-7/+8
| * | clk: divider set rate supporrtPeng Fan2019-07-311-0/+88
| * | clk: add clk-gate supportPeng Fan2019-07-313-1/+167
| * | clk: export mux/divider opsPeng Fan2019-07-311-0/+5
| * | clk: mux: add set parent supportPeng Fan2019-07-312-2/+70
| * | clk: use clk_dev_bindedPeng Fan2019-07-312-4/+6
| * | clk: introduce clk_dev_bindedPeng Fan2019-07-312-0/+17
* | | gitlab-ci: Add qemu-riscv64 testingTom Rini2019-08-021-1/+9
* | | gitlab-ci: Remove unused TOOLCHAIN environment variableTom Rini2019-08-021-8/+0
* | | travis.yml: run Python tests on qemu-riscv64_defconfigHeinrich Schuchardt2019-08-021-0/+7
* | | Merge branch '2019-08-02-autoboot-cleanup'Tom Rini2019-08-02431-458/+709
|\ \ \
| * | | autoboot: Adjust the implementation in autoboot_command()Simon Glass2019-08-021-6/+9
| * | | autoboot: Move a few more options from #ifdef to if()Simon Glass2019-08-021-10/+9
| * | | autoboot: Add comments for menu_show()Simon Glass2019-08-021-2/+15
| * | | Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass2019-08-024-4/+9
| * | | autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass2019-08-028-8/+8
| * | | autoboot: Tidy up use of menukeySimon Glass2019-08-021-12/+14
| * | | snow: Define CONFIG_AUTOBOOT_MENUKEYSimon Glass2019-08-021-0/+2
| * | | autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass2019-08-026-8/+32
| * | | autoboot: Drop unused CONFIG_MENUPROMPTSimon Glass2019-08-022-5/+0
| * | | autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYEDSimon Glass2019-08-021-9/+8
| * | | autoboot: Use if() for CONFIG_SILENT_CONSOLESimon Glass2019-08-021-3/+1
| * | | autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-024-1/+41
| * | | autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-6/+8
| * | | autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectlySimon Glass2019-08-021-1/+7
| * | | Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass2019-08-02380-264/+362
| * | | Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOTSimon Glass2019-08-0259-1/+60
| * | | Convert CONFIG_SHOW_BOOT_PROGRESS to KconfigSimon Glass2019-08-0248-186/+193
| * | | main: Use conditional run_preboot_environment_command()Simon Glass2019-08-021-3/+2
|/ / /
* | | Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodia...WIP/31Jul2019Tom Rini2019-07-3119-336/+2752
|\ \ \
| * | | clk: meson: remove duplicate logicHeinrich Schuchardt2019-07-311-4/+1