summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Adjust uclass setup with of-platdataSimon Glass2021-03-221-0/+3
* dm: core: Add macros to access the new linker listsSimon Glass2021-03-225-2/+179
* linker_lists: Allow use in data structuresSimon Glass2021-03-221-0/+12
* dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+5
* dtoc: Support headers needed for driversSimon Glass2021-03-221-0/+18
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-0/+16
* board: Add MT8183 pumpkin board supportFabien Parent2021-03-201-0/+41
* configs: mt8516: use bootcmd from config_distro_bootcmd.hFabien Parent2021-03-201-16/+4
* board: mediatek: rename pumpkin board into mt8516Fabien Parent2021-03-201-2/+2
* arm: rmobile: Add Silicon Linux EK874 board supportLad Prabhakar2021-03-162-0/+28
* arm: rmobile: Add HopeRun HiHope RZ/G2M board supportBiju Das2021-03-161-0/+20
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-1527-103/+205
|\
| * Merge tag 'ti-v2021.04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-03-152-2/+6
| |\
| | * include: configs: am65x_evm: Optimize size of SPL BSSLokesh Vutla2021-03-151-1/+1
| | * ARM: da850-evm: Fix boot issues from missing SPL_PAD_TOAdam Ford2021-03-151-1/+5
| * | Merge tag 'u-boot-stm32-20210312' of https://source.denx.de/u-boot/custodians...Tom Rini2021-03-151-1/+0
| |\ \ | | |/ | |/|
| | * configs: stm32mp15: move bootdelay configuration in defconfigPatrick Delaunay2021-03-111-1/+0
| * | Merge tag 'u-boot-amlogic-20210308' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-03-081-0/+1
| |\ \
| | * | configs: meson64: add fdtoverlay_addr_rNeil Armstrong2021-03-081-0/+1
| * | | Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini2021-03-081-8/+2
| |\ \ \
| | * | | Makefile: socfpga: Add target to generate hex output for combined spl and dtbDalon Westergreen2021-03-081-1/+1
| | * | | configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfigSiew Chin Lim2021-03-081-7/+1
| | |/ /
| * | | lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-0/+18
| * | | efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-071-0/+11
| * | | efi_loader: move codepage 437 tableHeinrich Schuchardt2021-03-071-0/+5
| |/ /
| * | ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng2021-03-051-1/+1
| * | ppc: qemu: Enable RTC support via I2CBin Meng2021-03-051-0/+3
| * | ppc: qemu: Switch over to use DM ETH and PCIBin Meng2021-03-051-13/+0
| * | ppc: qemu: Switch over to use DM serialBin Meng2021-03-051-10/+0
| * | test: cmd: Add a basic test for 'addrmap' commandBin Meng2021-03-051-0/+2
| * | lib: addr_map: Move address_map[] type to the header fileBin Meng2021-03-051-0/+8
| * | include: Remove extern from addr_map.hBin Meng2021-03-051-4/+4
| * | ppc: qemu: Fix CONFIG_SYS_PCI_MAP_ENDBin Meng2021-03-051-1/+1
| * | configs: fsl: move via specific defines to KconfigRajesh Bhagat2021-03-053-6/+0
| * | arm: fsl: common: Improve NXP VID driver PMBus supportStephen Carlson2021-03-052-13/+1
| * | Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-0312-30/+135
| |\ \
| | * | board: gateworks: imx8mm: Add Gateworks Venice board supportTim Harvey2021-03-031-0/+125
| | * | imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit.Adam Ford2021-03-011-0/+4
| | * | mx51evk: Convert to driver modelFabio Estevam2021-03-011-8/+0
| | * | mx53loco: Convert to driver modelFabio Estevam2021-03-011-6/+0
| | * | board: toradex: move RGMII delays to PHY sideOleksandr Suvorov2021-03-012-5/+0
| | * | ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8XOleksandr Suvorov2021-03-017-8/+0
| | * | ARM: imx6: mx6sabre-common: Search for boot components in /boot tooMarek Vasut2021-03-011-3/+6
| | * | ARM: imx6: mx6sabre-common: Replace fatload with FS_GENERIC loadMarek Vasut2021-03-011-3/+3
| | * | ARM: imx6: dh-imx6: Drop the SF hunk in configMarek Vasut2021-02-271-6/+0
| | * | ARM: imx: Revert "dh_imx6: Switch to full DM-aware"Marek Vasut2021-02-271-0/+6
| * | | Nokia RX-51: Enable usbtty serial console by defaultPali Rohár2021-03-031-14/+7
| | |/ | |/|
* | | common: SCP03 control (enable and provision of keys)Jorge Ramirez-Ortiz2021-03-132-0/+42
* | | log: Add return-checking macros for 0 being successSimon Glass2021-03-121-0/+20
* | | log: Handle line continuationSimon Glass2021-03-122-0/+8