summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti
Commit message (Expand)AuthorAgeFilesLines
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-211-3/+1
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* Move compiler.h to commonlibNico Huber2018-10-085-6/+0
* cubieboard/qemu-armv7/am335x: Add fake TTB region for consistencyJulius Werner2018-04-301-0/+3
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-2/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-135-14/+20
* ti/beaglebone: Define arch for omap-header buildKyösti Mälkki2016-12-181-0/+2
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-083-3/+0
* Kconfig: lay groundwork for not assuming SPI flash boot deviceAaron Durbin2016-08-181-0/+1
* cpu/ti/am355x: Fix array overrunPaul Menzel2016-08-141-1/+1
* region: Add writeat and eraseat supportAntonello Dettori2016-06-241-1/+1
* drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy2016-05-091-0/+1
* am335x: Add some code for manipulating GPIOsGabe Black2016-04-103-0/+160
* am335x: Add data structures for the clock module registersGabe Black2016-04-101-0/+234
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3115-60/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-022-76/+3
* coreboot: introduce boot_deviceAaron Durbin2015-05-262-13/+44
* Remove address from GPLv2 headersPatrick Georgi2015-05-2115-20/+15
* 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-212-105/+105
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-26/+26
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-14/+0
* ti/am335x: switch to generic udelayPatrick Georgi2015-04-133-52/+1
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-067-50/+59
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-271-1/+0
* vboot2: add verstageStefan Reinauer2015-01-271-0/+1
* ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-033-0/+27
* ipq/arm: Redesign hooks for bootblockVadim Bendebury2014-12-301-1/+1
* arm/ti/am335x: use new arm bootblock infrastructureAlexander Couzens2014-12-193-10/+4
* uarts: 32/64 cleanupRonald G. Minnich2014-10-161-1/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-1/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-062-3/+6
* Move ARCH_* from board/Kconfig to cpu or soc Kconfig.Furquan Shaikh2014-05-031-1/+1
* console: Drop EARLY_CONSOLE optionKyösti Mälkki2014-04-301-1/+0
* uart: Support multiple portsKyösti Mälkki2014-04-301-9/+16
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-2/+5
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-7/+14
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-091-15/+15
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-041-19/+6
* console: Fix includesKyösti Mälkki2014-03-041-1/+1
* ti/am335x: Fix baudrate calculationKyösti Mälkki2014-03-041-21/+17
* TI am335x: Apply Kconfig use conventionsKyösti Mälkki2014-02-242-11/+13
* ARMv7: Remove static CBMEM allocationKyösti Mälkki2014-02-061-5/+0
* am335x: Update the config vars selected by CPU_TI_AM335X.Gabe Black2013-09-171-1/+2
* am335x: Make the default media for the bootblock sram instead of NAND flash.Gabe Black2013-07-152-1/+73