summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti
Commit message (Expand)AuthorAgeFilesLines
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-2/+2
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1
* cpu/ti/am335x: Extend monotonic timer to early stagesKyösti Mälkki2019-11-051-0/+3
* arch/arm: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-0/+2
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-1017-27/+9
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-222-2/+0
* cpu/ti/am335x: Fix checkpatch warningsDaniel Lim Wee Soong2019-04-012-10/+11
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-043-3/+3
* 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