summaryrefslogtreecommitdiff
path: root/board/bosch
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2-2/+2
2023-06-12global: Use proper project name U-BootMichal Simek2-2/+2
2023-05-16imx6q: acc: Remove misuse of env is nowhere driverStefan Herbrechtsmeier1-17/+0
2023-03-22arm: Correct cpu_reset function prototype on some platformsTom Rini1-1/+2
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2-2/+2
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass1-70/+0
2022-05-20bosch: Add initial board support for ACCPhilip Oberfichtner4-0/+789
2022-05-09am335x, guardian: Drop non DM_I2C codeGireesh Hiremath1-2/+6
2022-04-28led: Drop led_default_state()Marek Vasut1-3/+0
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2-2/+2
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini1-1/+1
2021-08-30arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDRTom Rini1-2/+3
2021-07-15am335x, guardian: Enable panel driver Himax HX8238DGireesh Hiremath2-2/+88
2021-07-15am335x, guardian: Enable backlightGireesh Hiremath1-0/+26
2021-07-15am335x, guardian: update swi logicGireesh Hiremath1-2/+14
2021-07-15am335x, guardian: code cleanup and boot optimizationGireesh Hiremath1-21/+0
2021-07-15am335x, guardian: mem: Add board dependent mem valuesMoses Christopher1-1/+1
2021-07-07bootstage: Eliminate when not enabledTom Rini1-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 Glass2-0/+2
2020-10-12am335x, guardian: update the maintainer listMoses Christopher1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-14am335x, guardian: boot stage feedback in headless modeMoses Christopher1-0/+4
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal3-4/+4
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-10-11am335x, guardian: update guardian boardMoses Christopher2-21/+64
2019-08-12env: Rename environment.h to env_internal.hSimon Glass2-2/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass2-2/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-21am335x, guardian: update the maintainer listMoses Christopher1-0/+2
2019-04-12am335x, guardian: Add support for the bosch guardian boardSjoerd Simons6-0/+335
2019-02-01am335x, shc: adapt shc board to DMHeiko Schocher2-129/+6
2019-02-01ARM: dts: am335x-shc: add u-boot specific dtsiHeiko Schocher1-0/+1
2019-02-01arm: dts: add am335x-shc.dts for shc boardHeiko Schocher1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas1-2/+2
2018-02-06am335x, shc: kconfig: Fix misspelled choice defaultUlf Magnusson1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1