summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_get() to env.hSimon Glass2-12/+12
2019-08-11env: Move env_set() to env.hSimon Glass7-12/+17
2019-08-11env: Move env_get_hex() to env.hSimon Glass2-12/+12
2019-08-11env: Move env_get_yesno() to env.hSimon Glass2-6/+8
2019-08-11env: Move env_get_ulong() to env.hSimon Glass2-13/+13
2019-08-11env: Move env_set_ulong() to env.hSimon Glass3-9/+10
2019-08-11env: Move env_set_hex() to env.hSimon Glass2-21/+22
2019-08-11env: Move envmatch() to env.hSimon Glass2-3/+11
2019-08-11env: Move env_relocate() to env.hSimon Glass2-1/+8
2019-08-11env: Move env_init() to env.hSimon Glass2-1/+10
2019-08-11env: Move env_get_f() to env.hSimon Glass2-12/+12
2019-08-11env: Move get_env_id() to env.hSimon Glass2-2/+10
2019-08-11env: Create a new file for environment functionsSimon Glass2-4/+28
2019-08-11common: Remove video_setmem()Simon Glass1-3/+0
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass2-3/+1
2019-08-11common: Drop the dpram_... functionsSimon Glass1-5/+0
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass2-52/+103
2019-08-11board: hisilicon: Add support for Hikey960 boardManivannan Sadhasivam1-0/+60
2019-08-11arm: dts: Import HI3660 devicetree from LinuxManivannan Sadhasivam1-0/+214
2019-08-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini3-0/+135
2019-08-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini3-7/+91
2019-08-10ARM: renesas: Add R8A77980 V3H Condor board codeMarek Vasut1-0/+41
2019-08-10ARM: dts: renesas: Add R8A77980 V3H DTs and headersMarek Vasut2-0/+94
2019-08-09apalis-tk1: configs: remove legacy usbboot commandIgor Opaniuk1-19/+0
2019-08-09apalis-tk1: support v1.2 hardware revisionMarcel Ziswiler1-4/+8
2019-08-09apalis-tk1: remove default vesa vga mode from vidargsMarcel Ziswiler1-1/+1
2019-08-09apalis-tk1: switch to zImageIgor Opaniuk1-6/+6
2019-08-09apalis-tk1: add pcie_aspm=off to defargsIgor Opaniuk1-1/+1
2019-08-09apalis-tk1: enable user debug by defaultIgor Opaniuk1-1/+2
2019-08-09board: intel: Add new slimbootloader boardPark, Aiden1-0/+62
2019-08-09x86: qemu: Fix non-working ramboot and nfsboot environment variablesBin Meng2-17/+14
2019-08-09qemu-x86: Use config_distro_bootcmdJoshua Watt1-0/+25
2019-08-07Update include/android_image.h from AOSPAlex Deymo1-30/+90
2019-08-07ARM: dts: add hifsys reset for MediaTek SoCsRyder Lee1-0/+9
2019-08-07log: document the assign() macroHeinrich Schuchardt1-0/+12
2019-08-05Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2019-08-02Merge https://gitlab.denx.de/u-boot/custodians/u-boot-clkTom Rini3-0/+68
2019-08-02autoboot: Add comments for menu_show()Simon Glass1-2/+15
2019-08-02Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass2-4/+0
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass3-3/+3
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass1-1/+1
2019-08-02Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to KconfigSimon Glass63-241/+0
2019-08-02Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOTSimon Glass59-1/+60
2019-08-02Convert CONFIG_SHOW_BOOT_PROGRESS to KconfigSimon Glass14-20/+0
2019-07-31Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-22/+31
2019-07-31env: ti: boot: Handle reboot reason from BCBSam Protsenko1-2/+27
2019-07-31ARM: dts: add support for Odroid-N2Neil Armstrong1-0/+13
2019-07-31ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1Neil Armstrong3-22/+18
2019-07-31clk: sandbox: add composite clkPeng Fan1-0/+1
2019-07-31clk: gate: support sandboxPeng Fan1-0/+3