summaryrefslogtreecommitdiff
path: root/board/siemens
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-3/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-9/+5
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2-3/+3
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass5-0/+5
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada7-7/+7
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass4-10/+14
2020-05-19common: Drop init.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop net.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-04-17doc: update reference to README.imx8imagePatrick Delaunay1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass3-0/+3
2020-01-15imx: add imx8x based deneb boardAnatolij Gustschin2-0/+15
2020-01-15imx: add imx8x capricorn giedi boardAnatolij Gustschin8-0/+565
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-2/+2
2019-12-03common: Move some board functions out of common.hSimon Glass3-0/+3
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-08-30siemens: avoid out of bound accessHeinrich Schuchardt1-4/+1
2019-08-26MAINTAINERS,board/siemens: update maintainerSamuel Egli3-3/+3
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini2-17/+110
2019-08-11env: Drop environment.h header file where not neededSimon Glass3-3/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass5-0/+5
2019-08-11board: siemens: extend factoryset reading for giedi and deneb boardsAnatolij Gustschin2-15/+66
2019-08-11board: siemens: adapt factoryset reading for DM_I2C enabled boardsAnatolij Gustschin1-2/+43
2019-05-03at91: cleanup taurus portHeiko Schocher2-31/+18
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini22-50/+22
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini3-6/+0
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan2-0/+2
2018-04-06at91: taurus: Enable DM_SPIJagan Teki1-0/+3
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-2/+2
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen1-3/+0
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-11/+11
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass6-24/+24
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-2/+3
2017-06-29atmel, at91: fix taurus boardHeiko Schocher1-9/+0
2017-06-29at91, dfu, smartweb: set serial numberHeiko Schocher1-0/+7
2017-06-29atmel, at91: fix smartweb boardHeiko Schocher1-9/+0
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2016-06-26arm: at91: taurus/axm: add DM and DTS supportHeiko Schocher1-0/+25