summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-08-12net: Remove smc91111 ethernet driverTom Rini
2022-04-25nds32: Remove the architectureTom Rini
2021-10-21examples: api: glue: Remove comment that does not apply anymoreMarek BehĂșn
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2020-10-08examples: make examples/ optionalHeinrich Schuchardt
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-01-15Merge git://git.denx.de/u-boot-riscvTom Rini
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada
2019-01-15riscv: support standalone applications on RV64I systemsLukas Auer
2019-01-15riscv: replace use of callee-saved register in standaloneLukas Auer
2019-01-15riscv: remove RISC-V standalone linker scriptLukas Auer
2018-11-27spi: Remove used spi_initJagan Teki
2018-11-18MIPS: fix linking of standalone programsDaniel Schwierzeck
2018-11-18Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGSDaniel Schwierzeck
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-22vsprintf.c: add EFI device path printingHeinrich Schuchardt
2018-01-12riscv: Support standaloneRick Chen
2017-09-12examples: add fallback memcpyRob Clark
2017-09-12vsprintf.c: add GUID printingRob Clark
2017-09-12vsprintf.c: add UTF-16 string (%ls) supportRob Clark
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-04-05OpenRISC: RemoveTom Rini
2017-04-05SPARC: RemoveTom Rini
2017-04-05Blackfin: RemoveTom Rini
2017-01-20ARM: Default to using optimized memset and memcpy routinesTom Rini
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel
2016-05-21Add support for 64-bit MIPS to examples/standaloneStanislav Galabov
2016-05-21Fix FreeBSD loader API so that it works on both 32-bit and 64-bit targets.Stanislav Galabov
2016-02-08api: Add FreeBSD API support for MIPS platformsStanislav Galabov
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-19Move console definitions into a new console.h fileSimon Glass