| Commit message (Expand) | Author | Age | Files | Lines |
* | global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* | Tom Rini | 2022-12-05 | 2 | -2/+2 |
* | global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace | Tom Rini | 2022-11-10 | 1 | -1/+1 |
* | video: Drop CONFIG_AM335X_LCD | Simon Glass | 2022-10-30 | 1 | -70/+0 |
* | bosch: Add initial board support for ACC | Philip Oberfichtner | 2022-05-20 | 4 | -0/+789 |
* | am335x, guardian: Drop non DM_I2C code | Gireesh Hiremath | 2022-05-09 | 1 | -2/+6 |
* | led: Drop led_default_state() | Marek Vasut | 2022-04-28 | 1 | -3/+0 |
* | Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig | Tom Rini | 2021-08-31 | 2 | -2/+2 |
* | ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace | Tom Rini | 2021-08-30 | 1 | -1/+1 |
* | arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDR | Tom Rini | 2021-08-30 | 1 | -2/+3 |
* | am335x, guardian: Enable panel driver Himax HX8238D | Gireesh Hiremath | 2021-07-15 | 2 | -2/+88 |
* | am335x, guardian: Enable backlight | Gireesh Hiremath | 2021-07-15 | 1 | -0/+26 |
* | am335x, guardian: update swi logic | Gireesh Hiremath | 2021-07-15 | 1 | -2/+14 |
* | am335x, guardian: code cleanup and boot optimization | Gireesh Hiremath | 2021-07-15 | 1 | -21/+0 |
* | am335x, guardian: mem: Add board dependent mem values | Moses Christopher | 2021-07-15 | 1 | -1/+1 |
* | bootstage: Eliminate when not enabled | Tom Rini | 2021-07-07 | 1 | -3/+3 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Marek BehĂșn | 2021-05-24 | 1 | -1/+1 |
* | reset: Remove addr parameter from reset_cpu() | Harald Seiler | 2021-03-02 | 1 | -1/+1 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 2 | -0/+2 |
* | am335x, guardian: update the maintainer list | Moses Christopher | 2020-10-12 | 1 | -1/+1 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -1/+1 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | am335x, guardian: boot stage feedback in headless mode | Moses Christopher | 2020-04-14 | 1 | -0/+4 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move reset_cpu() to the CPU header | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND | Miquel Raynal | 2019-12-03 | 3 | -4/+4 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | am335x, guardian: update guardian board | Moses Christopher | 2019-10-11 | 2 | -21/+64 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 2 | -2/+2 |
* | env: Drop environment.h header file where not needed | Simon Glass | 2019-08-11 | 2 | -2/+0 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | am335x, guardian: update the maintainer list | Moses Christopher | 2019-06-21 | 1 | -0/+2 |
* | am335x, guardian: Add support for the bosch guardian board | Sjoerd Simons | 2019-04-12 | 6 | -0/+335 |
* | am335x, shc: adapt shc board to DM | Heiko Schocher | 2019-02-01 | 2 | -129/+6 |
* | ARM: dts: am335x-shc: add u-boot specific dtsi | Heiko Schocher | 2019-02-01 | 1 | -0/+1 |
* | arm: dts: add am335x-shc.dts for shc board | Heiko Schocher | 2019-02-01 | 1 | -0/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 4 | -9/+4 |
* | spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-... | Faiz Abbas | 2018-03-05 | 1 | -2/+2 |
* | am335x, shc: kconfig: Fix misspelled choice default | Ulf Magnusson | 2018-02-05 | 1 | -1/+1 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC | Masahiro Yamada | 2017-05-15 | 1 | -1/+1 |
* | am335x, shc: add support for the am335x based bosch shc board | Heiko Schocher | 2016-06-09 | 7 | -0/+1318 |