summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2023-03-22examples: Don't use LTO for hello_worldTom Rini1-0/+4
2022-10-26examples: hello_world: Drop inclusion of common headerPaul Barker1-1/+0
2022-10-11examples: standalone: Fix build with LLVM toolchainAlistair Delva1-1/+1
2022-08-12net: Remove smc91111 ethernet driverTom Rini2-373/+0
2022-04-25nds32: Remove the architectureTom Rini2-52/+0
2021-10-21examples: api: glue: Remove comment that does not apply anymoreMarek BehĂșn1-5/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+3
2020-10-08examples: make examples/ optionalHeinrich Schuchardt1-1/+1
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2-534/+0
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass7-6/+9
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-01net: smc911x: Add DM supportMarek Vasut1-1/+4
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut1-11/+5
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut1-0/+156
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-1/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-1/+2
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move envmatch() to env.hSimon Glass1-1/+2
2019-01-16Merge git://git.denx.de/u-boot-riscvTom Rini2-45/+16
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada1-1/+0
2019-01-15riscv: support standalone applications on RV64I systemsLukas Auer1-0/+11
2019-01-15riscv: replace use of callee-saved register in standaloneLukas Auer1-5/+5
2019-01-15riscv: remove RISC-V standalone linker scriptLukas Auer1-40/+0
2018-11-27spi: Remove used spi_initJagan Teki1-2/+0
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck2-84/+0
2018-11-18Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGSDaniel Schwierzeck1-2/+2
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-1/+3
2018-06-13lib: Add hexdumpAlexey Brodkin1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini18-40/+18
2018-01-23vsprintf.c: add EFI device path printingHeinrich Schuchardt1-0/+3
2018-01-12riscv: Support standaloneRick Chen2-0/+53
2017-09-13examples: add fallback memcpyRob Clark1-0/+12
2017-09-13vsprintf.c: add GUID printingRob Clark1-0/+1
2017-09-13vsprintf.c: add UTF-16 string (%ls) supportRob Clark1-0/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-13/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-66/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher2-380/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher5-795/+0
2017-04-05OpenRISC: RemoveTom Rini1-14/+0
2017-04-05SPARC: RemoveTom Rini1-15/+0
2017-04-05Blackfin: RemoveTom Rini1-13/+0
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini1-1/+4
2016-09-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-7/+0
2016-08-16xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel1-0/+47
2016-05-21Add support for 64-bit MIPS to examples/standaloneStanislav Galabov1-0/+18
2016-05-21Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov3-15/+20
2016-02-08api: Add FreeBSD API support for MIPS platformsStanislav Galabov2-0/+27