index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
am33xx
/
board.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Various: Future-proof serial platdata
Adam Ford
2016-03-14
1
-6
/
+6
*
am33xx/am43xx: Add platform data for GPIOs
Tom Rini
2016-01-08
1
-0
/
+23
*
am33xx: Update serial pdata
Tom Rini
2015-12-06
1
-11
/
+7
*
am33xx: Remove serial_init in s_init for QSPI/NOR XIP boot
Vignesh R
2015-11-23
1
-6
/
+0
*
gpio: omap: Drop 'method' parameter
Tom Rini
2015-08-12
1
-6
/
+6
*
am33xx: Update DT files, add am335x_gp_evm_config target
Tom Rini
2015-08-12
1
-30
/
+6
*
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
2015-08-05
1
-1
/
+1
*
ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK
Simon Glass
2015-03-04
1
-4
/
+9
*
TI ARMv7: Don't use GD before crt0.S has set it
Tom Rini
2015-01-16
1
-11
/
+0
*
am33xx: Drop timer_init call from s_init
Tom Rini
2015-01-05
1
-1
/
+0
*
dm: am33xx: Provide platform data for serial
Simon Glass
2014-10-23
1
-0
/
+33
*
dm: am33xx: Provide platform data for GPIOs
Simon Glass
2014-10-23
1
-0
/
+28
*
am33xx/omap: Allow cache enable for all Sitara/OMAP
Simon Glass
2014-06-11
1
-8
/
+0
*
arm:am33xx: Rework s_init and add board_early_init_f
Tom Rini
2014-06-06
1
-2
/
+14
*
arm:am33xx: Make dram_init call sdram_init() in some contexts
Tom Rini
2014-06-06
1
-0
/
+2
*
am43xx_evm: Add qspiboot target
Sourav Poddar
2014-06-06
1
-1
/
+1
*
am335x: Switch to CONFIG_SKIP_LOWLEVEL_INIT from guarding SPL or NOR_BOOT
Tom Rini
2014-04-17
1
-3
/
+1
*
am33xx: Rework #ifdef's around s_init for clarity
Tom Rini
2014-03-12
1
-5
/
+3
*
ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control
Dave Gerlach
2014-02-21
1
-1
/
+5
*
am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF
Tom Rini
2013-12-12
1
-0
/
+8
*
arm, am33x: make RTC32K OSC enable configurable
Heiko Schocher
2013-11-11
1
-0
/
+4
*
am33xx, davinci: Create and use <asm/davinci_rtc.h>
Tom Rini
2013-11-01
1
-3
/
+4
*
am335x:Handle worst case scenario for Errata 1.0.24
Steve Kipisz
2013-09-20
1
-0
/
+2
*
am33xx: Add am33xx_spl_board_init function, call
Tom Rini
2013-09-20
1
-0
/
+9
*
ARM: AM33xx: Move s_init to a common place
Heiko Schocher
2013-08-15
1
-6
/
+56
*
ARM: AM33xx: Cleanup clocks layer
Lokesh Vutla
2013-08-15
1
-6
/
+0
*
am335x_evm: Add support to boot from NOR.
Steve Kipisz
2013-07-30
1
-1
/
+1
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-9
/
+1
*
arm, am33xx: move uart soft reset code to common place
Heiko Schocher
2013-06-18
1
-0
/
+22
*
arm, am33xx: move rtc32k_enable() to common place
Heiko Schocher
2013-06-18
1
-0
/
+18
*
am33xx: convert defines from am33xx-specific to generic names
Matt Porter
2013-03-24
1
-2
/
+2
*
omap_hsmmc: add driver check for write protection
Nikita Kiryanov
2013-03-08
1
-2
/
+2
*
omap_hsmmc: implement driver check for card detection
Nikita Kiryanov
2013-03-08
1
-2
/
+2
*
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-01-08
1
-0
/
+1
|
\
|
*
am33xx: NAND support
Ilya Yanok
2012-12-10
1
-0
/
+1
*
|
am33xx: init OTG hardware and new musb gadget driver
Ilya Yanok
2012-11-20
1
-0
/
+85
|
/
*
am33xx/board: use cpu_mmc_init() for default mmc initialization
Peter Korsgaard
2012-10-25
1
-2
/
+2
*
am33xx: move ti i2c baseboard header handling to board/ti/am335x/
Peter Korsgaard
2012-10-25
1
-261
/
+0
*
am33xx/board.c: make wdtimer/uart_base static
Peter Korsgaard
2012-10-25
1
-2
/
+4
*
am335x: Enable RTC 32K OSC clock
Vaibhav Hiremath
2012-10-25
1
-1
/
+20
*
am33xx: Enable DDR3 for DDR3 version of beaglebone
Joel A Fernandes
2012-10-23
1
-2
/
+7
*
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
Tom Rini
2012-09-27
1
-0
/
+2
*
SPL: Move the omap SPL framework to common/spl
Tom Rini
2012-09-27
1
-1
/
+1
*
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
Tom Rini
2012-09-27
1
-1
/
+1
*
am33xx: Remove redundant timer config
Tom Rini
2012-09-04
1
-20
/
+0
*
am33xx: Correct MMC1, remove MMC2 support
Tom Rini
2012-09-01
1
-1
/
+7
*
am33xx: Rework pinmux functions
Tom Rini
2012-09-01
1
-27
/
+5
*
am33xx evm: Add CONFIG_CMD_EEPROM and related
Tom Rini
2012-09-01
1
-9
/
+4
*
am33xx: Add support for TI AM335x StarterKit EVM
Tom Rini
2012-09-01
1
-2
/
+39
*
am33xx: Remove board/ti/am335x/evm.c
Tom Rini
2012-09-01
1
-0
/
+173
[next]