summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* am335x: Add the config variable ROMSTAGE_BASE to the CPU's Kconfig.Gabe Black2013-07-151-5/+11
* cpu: Fix spellingMartin Roth2013-07-112-3/+3
* am335x: Implement support for the UART.Gabe Black2013-07-061-55/+123
* am335x: Fix the address of the pinmux registers.Gabe Black2013-07-011-1/+1
* am335x: Add pinmux support based on the functions in U-BootGabe Black2013-06-173-0/+459
* am335x: Add struct `am335x_uart` for uart registersDavid Hendricks2013-06-121-10/+152
* am335x: Revert how the header load size is calculated to an earlier method.Gabe Black2013-06-111-1/+4
* am335x: Make the iROM load only the bootblock and ROM stage.Gabe Black2013-06-112-3/+14
* am335x: Build an omap style header and an image with it at the front.Gabe Black2013-06-104-0/+190
* am335x: Clean up/fix some settings in the am335x Kconfig.Gabe Black2013-06-031-35/+4
* beaglebone: initial Kconfig and MakefilesGabe Black2013-05-2612-0/+502