summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti/am335x
Commit message (Expand)AuthorAgeFilesLines
* 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-241-0/+13
* ARMv7: Remove static CBMEM allocationKyösti Mälkki2014-02-061-5/+0
* 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-2610-0/+490