summaryrefslogtreecommitdiffstats
path: root/src/mainboard/ti
Commit message (Expand)AuthorAgeFilesLines
* arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGEArthur Heymans2022-07-201-0/+5
* mainboard/ti: Remove unused <cbmem.h>Elyes HAOUAS2022-04-221-1/+0
* mb/ti/beaglebone/board.fmd: Use 'FLASH' as device nameArthur Heymans2022-04-061-1/+1
* mb/*: Specify type of `FMDFILE` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_PART_NUMBER` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_DIR` onceAngel Pons2021-07-261-1/+0
* Kconfig: Escape variablesPatrick Georgi2021-06-291-1/+1
* mb/ti/beaglebone: Fix MMAP_HELPER API usageNico Huber2021-03-311-9/+4
* mb/ti/beaglebone: Initialize DDR3Sam Lewis2021-03-303-1/+76
* mb/ti/beaglebone: Load romstage/ramstage from SDSam Lewis2021-03-304-2/+145
* mb/ti/beaglebone: Init UART in early initSam Lewis2020-09-091-1/+1
* cpu/ti/am335x: Move from cpu to soc in treeSam Lewis2020-08-194-6/+6
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-5/+0
* mainboard/*/*/*.cb: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* mainboard/*/*/Kconfig*: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-6/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-116-6/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-094-36/+4
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-22/+2
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-062-4/+0
* mainboard/ti: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-042-26/+4
* mainboard/[^a-p]*: Remove copyright noticesPatrick Georgi2020-03-186-6/+0
* mb/*/Kconfig: Factor out MAINBOARD_VENDORAngel Pons2020-03-031-1/+0
* mb/ti/beaglebone: Remove unused includesElyes HAOUAS2020-01-021-4/+0
* mb/{cavium,opencellular,roda,scaleway,ti}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* mb/*/*/Kconfig: Drop redundant redeclaration of MAINBOARD_VENDORArthur Heymans2019-11-281-4/+0
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* mb/*/*/Kconfig: Remove useless commentElyes HAOUAS2018-11-281-1/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* mainboard: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-052-2/+0
* mainboard/: Select MISSING_BOARD_RESET appropriatelyNico Huber2018-10-221-0/+1
* beaglebone: Update bootblock.c to use new structs/codeGabe Black2016-06-211-20/+20
* beaglebone: Add code to set the value of the LEDsGabe Black2016-04-103-0/+74
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-24/+0
* mainboard/ti/beaglebone: Remove unused Kconfig symbolsMartin Roth2015-06-071-54/+0
* cbfs: remove unused CBFS_HEADER_ROM_OFFSET optionAaron Durbin2015-05-261-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-216-6/+6
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-2/+2
* kconfig: automatically include mainboardsStefan Reinauer2015-04-183-3/+6
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-062-0/+5
* romstages: use common run_ramstage()Aaron Durbin2015-03-201-7/+2
* beaglebone: use new arm bootblock infrastructureAlexander Couzens2014-12-193-5/+3
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-031-1/+0
* uart: Support multiple portsKyösti Mälkki2014-04-302-54/+9
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-1/+1
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-2/+2
* console: Fix includesKyösti Mälkki2014-03-041-1/+1