aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-08log: Convert log values to printf() if not enabledWIP/2021-06-08-display-and-logging-updatesSimon Glass5-21/+62
2021-06-08sandbox: log: Avoid build error with !CONFIG_LOGSimon Glass2-0/+2
2021-06-08log: Add support for logging a bufferSimon Glass3-0/+92
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass3-45/+121
2021-06-08hexdump: Allow ctrl-c to interrupt outputSimon Glass2-6/+13
2021-06-08hexdump: Support any rowsizeSimon Glass3-8/+31
2021-06-08hexdump: Add support for sandboxSimon Glass2-1/+62
2021-06-08hexdump: Move API to header fileSimon Glass2-76/+77
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass5-34/+34
2021-06-08test: Add a test for print_buffer()Simon Glass2-2/+84
2021-06-08test: Convert print tests to use ut frameworkSimon Glass3-51/+57
2021-06-08test: Detect when expect_str is too smallSimon Glass1-2/+14
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass4-16/+58
2021-06-07Merge branch '2021-06-07-arm-cache-cp15-improvements' into nextTom Rini6-39/+228
2021-06-07stm32mp: don't map the reserved region with no-map propertyWIP/2021-06-07-arm-cache-cp15-improvementsPatrick Delaunay1-2/+15
2021-06-07stm32mp: Increase the reserved memory in board_get_usable_ram_topPatrick Delaunay1-2/+5
2021-06-07image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay1-8/+15
2021-06-07test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-06-07lmb: add lmb_dump_region() functionPatrick Delaunay1-20/+20
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay2-2/+16
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay2-9/+72
2021-06-07Prepare v2021.07-rc4v2021.07-rc4Tom Rini1-1/+1
2021-06-07configs: Resync with savedefconfigTom Rini12-68/+13
2021-06-07Merge tag 'u-boot-rockchip-20210606' of https://source.denx.de/u-boot/custodi...Tom Rini1-1/+1
2021-06-06Merge tag 'dm-pull-6jun21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/06Jun2021Tom Rini5-13/+44
2021-06-05Merge tag 'video-for-2021-07-rc3' of https://source.denx.de/u-boot/custodians...WIP/05Jun2021Tom Rini11-25/+33
2021-06-05test: add dm_test_read_resourcePatrick Delaunay1-0/+33
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak1-1/+1
2021-06-05sandbox: correct determination of the text baseHeinrich Schuchardt1-1/+4
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-06-05pico-imx6ul: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin3-6/+6
2021-06-05brxre1: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin2-2/+11
2021-06-05mx28evk: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin4-12/+12
2021-06-05siemens: pxm2: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin1-2/+2
2021-06-05siemens: rut: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin1-3/+2
2021-06-04Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/04Jun2021Tom Rini5-46/+287
2021-06-04arm: mvebu: turris_omnia: support invoking rescue boot from consoleMarek Behún2-24/+52
2021-06-04arm: mvebu: turris_omnia: update rescue mode boot commandMarek Behún1-2/+7
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Increase PCIe MEM size from 16 MiB to 127 MiBPali Rohár1-3/+10
2021-06-04arm: a37xx: pci: Fix a3700_fdt_fix_pcie_regions() functionPali Rohár1-14/+60
2021-06-04arm: a37xx: pci: Find PCIe controller node by compatible instead of pathPali Rohár1-3/+1
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár2-2/+2
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-06-01fastboot: Fix overflow when calculating chunk sizeWIP/01Jun2021Sean Anderson1-8/+9
2021-06-01MAINTAINERS: Update maintainer's mail addressKever Yang1-1/+1
2021-05-31Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/31May2021Tom Rini48-831/+5308