summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* initcall.h: initcall_run_list(): Improve debug outputOvidiu Panait2019-10-041-3/+5
* Kconfig: Migrate CONFIG_BOOTM_* optionsTom Rini2019-10-0415-46/+0
* ARM: keystone2: update the default addresses of the secure monitorJean-Jacques Hiblot2019-10-041-2/+2
* Merge tag 'u-boot-atmel-fixes-2019.10-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2019-09-304-22/+0
|\
| * at91: configs: Drop duplication of defconfig macrosTudor Ambarus2019-09-304-22/+0
* | env: add missing <compiler.h> header filePierre-Jean Texier2019-09-241-0/+1
|/
* Merge tag 'fixes-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-09-225-0/+5
|\
| * imx: colibri_imx6: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: icore: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: apalis_imx6: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: mx6sabresd: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
| * imx: wandboard: fix splash logo drawingAnatolij Gustschin2019-09-211-0/+1
* | Merge tag 'efi-2019-10-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-09-212-0/+23
|\ \
| * | lib: charset: add u16_str<n>cmp()AKASHI Takahiro2019-09-201-0/+15
| * | efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro2019-09-201-0/+8
| |/
* | Merge tag 'u-boot-rockchip-20190920' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-09-201-1/+1
|\ \ | |/ |/|
| * configs: rk3288: Increase bootm lengthJagan Teki2019-09-191-1/+1
* | kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPLLukasz Majewski2019-09-191-0/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-09-162-6/+10
|\
| * board/lx2160a: Fix MC firmware loading for SD bootPankaj Bansal2019-09-121-6/+6
| * mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu2019-09-121-0/+4
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2019-09-162-0/+24
|\ \
| * | mtd: spi-nor: add missing SST26* flash IC protection opsEugeniy Paltsev2019-09-161-0/+4
| * | spi: Add spi_write_then_readJagan Teki2019-09-161-0/+20
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-09-141-5/+6
|\ \ \ | |/ / |/| |
| * | usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-4/+5
| * | usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek2019-09-111-2/+2
| |/
* | configs: ti: Add environment support commands for FIT loadingAndrew F. Davis2019-09-132-1/+10
* | ARM: omapl138_lcdk: Remove dead codeAdam Ford2019-09-131-39/+0
* | Merge tag 'efi-2019-10-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-09-122-20/+20
|\ \ | |/ |/|
| * efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-091-0/+4
| * efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt2019-09-091-4/+16
| * efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt2019-09-091-16/+0
* | arm: ti: Add missing "=" from previous fixTom Rini2019-09-091-1/+1
* | Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-09-083-7/+40
|\ \ | |/ |/|
| * dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-062-1/+34
| * mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-6/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-09-071-13/+0
|\ \
| * | sh: r2dplus: Switch to DM PCI driverMarek Vasut2019-09-021-13/+0
* | | Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2019-09-061-0/+4
|\ \ \
| * | | rpi: increase SYS_BOOTM_LEN to 64M on ARM64Bonnans, Laurent2019-09-061-0/+4
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2019-09-061-1/+1
|\ \ \ \
| * | | | ARM: exynos5: Try to boot on mmc2 before mmc0/1Guillaume GARDET2019-09-051-1/+1
| | |_|/ | |/| |
* | | | efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt2019-09-051-1/+1
* | | | efi_loader: Extract adding a conventional memory in separate routinePark, Aiden2019-09-051-0/+4
* | | | efi_loader: interrupts in simple network protocolHeinrich Schuchardt2019-09-051-0/+2
* | | | env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NETHeinrich Schuchardt2019-09-042-2/+2
* | | | net: make net_random_ethaddr() more randomMichael Walle2019-09-041-1/+1
* | | | net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-0/+3
* | | | net: introduce packet capture supportRamon Fried2019-09-041-0/+55
|/ / /