summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis/gitlab/azure: Ensure we use python3 alwaysWIP/2020-02-13-master-importsTom Rini2020-02-133-13/+11
* board_f: Make clear_bss genericOvidiu Panait2020-02-131-3/+5
* net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes2020-02-133-4/+10
* ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek2020-02-131-0/+1
* doc: board: add Rockchip to doc/board/index.rstHeinrich Schuchardt2020-02-131-0/+1
* common/console.c: discard volatileHeinrich Schuchardt2020-02-131-10/+13
* test: aes: fix memleakPhilippe Reynes2020-02-131-6/+7
* pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt2020-02-131-2/+2
* Merge tag 'arc-fixes-for-2020.04-rc2' of https://gitlab.denx.de/u-boot/custod...Tom Rini2020-02-1220-196/+250
|\
| * ARC: Switch to generic accessorsAlexey Brodkin2020-02-121-129/+75
| * ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev2020-02-1212-22/+39
| * CLK: HSDK: fix HDMI clock calculationEugeniy Paltsev2020-02-121-10/+21
| * CLK: HSDK: Check for PLL bypass firstlyEugeniy Paltsev2020-02-121-4/+4
| * ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin2020-02-127-2/+77
| * ARC: nsim_{700|700be|hs38be}_defconfigs: Disable networkingAlexey Brodkin2020-02-123-0/+3
| * ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin2020-02-125-21/+23
* | Prepare v2020.04-rc2v2020.04-rc2Tom Rini2020-02-121-1/+1
|/
* Revert "gitlab: Disable SDL when building sandbox"Simon Glass2020-02-121-3/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-11697-754/+2772
|\
| * sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-056-2/+7
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05460-77/+593
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-05242-5/+275
| * sandbox: Support changing the LCD colour depthSimon Glass2020-02-053-6/+9
| * sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-055-6/+36
| * sandbox: sdl: Move to use SDL2Simon Glass2020-02-054-127/+158
| * gitlab: Disable SDL when building sandboxSimon Glass2020-02-051-2/+3
| * sandbox: sdl: Support waiting for audio to completeWIP/bisectSimon Glass2020-02-051-2/+13
| * sandbox: sdl: Improve error handlingSimon Glass2020-02-051-5/+9
| * sandbox: Add comments to the sdl structSimon Glass2020-02-051-1/+16
| * sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-055-1/+51
| * sandbox: Add a new header for the system malloc()Simon Glass2020-02-053-11/+38
| * sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
| * sandbox: Drop os_realloc()Simon Glass2020-02-052-44/+1
| * sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-052-15/+15
| * sandbox: Rename strdup() functionsSimon Glass2020-02-051-0/+5
| * string: Allow arch override of strndup() alsoSimon Glass2020-02-052-2/+2
| * exports: Add the malloc.h headerSimon Glass2020-02-051-0/+1
| * sandbox: Use a prefix for all allocation functionsSimon Glass2020-02-051-2/+22
| * sandbox: Rename 'free' variableSimon Glass2020-02-051-3/+3
| * mtd: Rename free() to rfree()Simon Glass2020-02-058-10/+10
| * dma: Rename free() to rfree()Simon Glass2020-02-054-8/+8
| * clk: Rename free() to rfree()Simon Glass2020-02-055-7/+7
| * gpio: Rename free() to rfree()Simon Glass2020-02-053-6/+6
| * reset: Rename free() to rfree()Simon Glass2020-02-0519-20/+20
| * power-domain: Rename free() to rfree()Simon Glass2020-02-0512-13/+13
| * mailbox: Rename free() to rfree()Simon Glass2020-02-056-8/+8
| * video: sandbox: Enable all colour depthsSimon Glass2020-02-055-5/+3
| * video: Support truetype fonts on a 32-bit displaySimon Glass2020-02-051-0/+21