Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
2ce4eaf4c89e371aeb69392b68dbb2f705c28144
/
arch
/
arm
/
cpu
/
armv7
/
omap3
b09bf72
omap3: cm-t3517: add basic board support
by Igor Grinberg
· 10 years ago
2e07c24
kconfig: arm: introduce symbol for ARM CPUs
by Georges Savoundararadj
· 10 years ago
0262735
kconfig: add CONFIG_SUPPORT_SPL
by Masahiro Yamada
· 10 years ago
205b4f3
Rename some defines containing FAT in their name to be filesystem generic
by Guillaume GARDET
· 10 years ago
5aa7bec
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
84a6df0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
bf85502
omap3: board: add missing include and proto
by Jeroen Hofstee
· 10 years ago
98431d5
omap3: make local functions static
by Jeroen Hofstee
· 10 years ago
b3f4ca1
dm: omap3: Move to driver model for GPIO and serial
by Simon Glass
· 10 years ago
52edc87
omap3: Kconfig: fix the cm-t35 board option prompt
by Igor Grinberg
· 10 years ago
461be2f
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
3cfbcb5
omap3: kconfig: move board select menu and common settings
by Masahiro Yamada
· 10 years ago
6d3bbdb
ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
by Stefan Roese
· 10 years ago
e99f30e
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
fd3f401
omap3: board: trivial: add void for no args
by Jeroen Hofstee
· 10 years ago
7e4154a
am33xx/omap: Allow cache enable for all Sitara/OMAP
by Simon Glass
· 10 years ago
68128e0
omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT
by pekon gupta
· 11 years ago
a0a3718
ARM: omap: merge GPMC initialization code for all platform
by pekon gupta
· 11 years ago
79e7e87
omap3/sys_info: provide interface to read die id
by Nishanth Menon
· 11 years ago
a88e55c
ARM: OMAP: replace custom sr32() by standard I/O accessors
by Wolfgang Denk
· 11 years ago
4e46850
ARM: OMAP: hide custom bit manipulation function sr32()
by Wolfgang Denk
· 11 years ago
e7300f4
ARM: OMAP: remove sr32() from OMAP board code
by Wolfgang Denk
· 11 years ago
eeb72e6
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
b60eff3
arm: remove unneeded symbol offsets and _TEXT_BASE
by Albert ARIBAUD
· 11 years ago
9bf215b
kbuild: use shorten logs for mkimage rules
by Masahiro Yamada
· 11 years ago
9e41403
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
f15ea6e
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
f33b9bd
arm: omap3: Enable clocks for peripherals only if they are used
by Michael Trimarchi
· 11 years ago
6789e84
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
by Heiko Schocher
· 11 years ago
4e1aa84
armv7: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
d4c8aa9
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 11 years ago
8d20836
arm: omap3: fix SRAM copy and execution sequence
by Albert ARIBAUD
· 11 years ago
a704a6d
ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.
by Naumann Andreas
· 11 years ago
c4ec281
omap3/sys_info: fix printout of OMAP36XX L3 freqency
by Andreas Bießmann
· 11 years ago
bf0e866
arm: omap3: spl: Fix problem with 8bit NAND devices
by Stefan Roese
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
af1d002
ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
by Lokesh Vutla
· 11 years ago
9d0fd10
omap3: Display MHz instead of mHz on the console
by man.huber@arcor.de
· 12 years ago
da634ae
omap_gpmc: change nandecc command
by Andreas Bießmann
· 12 years ago
b51a5e3
OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.
by Enric Balletbo i Serra
· 12 years ago
e3913f5
omap_hsmmc: add driver check for write protection
by Nikita Kiryanov
· 12 years ago
e874d5b
omap_hsmmc: implement driver check for card detection
by Nikita Kiryanov
· 12 years ago
79f3877
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
e3fe625
omap3: Add a few comments to "#endif"s for readability.
by Robert P. J. Day
· 12 years ago
8c4445d
Pass sdrc timing values through board_sdrc_timings structure
by Peter Barada
· 12 years ago
4af9e67
omap3/mem.c: remove unused defines
by Andreas Bießmann
· 12 years ago
08fc717
OMAP3: am35x: add musb functions
by Ilya Yanok
· 12 years ago
57f588b
omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF
by Tom Rini
· 12 years ago
dec9668
arm: armv7: omap3: Fix restore sequence in lowlevel_init
by Albert ARIBAUD
· 12 years ago
6507f13
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
47f7bca
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
d7cb93b
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· 12 years ago
f088125
ARM: SPL: Make spl_mmc.c more generic
by Tom Rini
· 12 years ago
55cdbb8
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
8082fda
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· 12 years ago
37189a1
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· 12 years ago
8e1b836
ARM: SPL: Rename omap_boot_device to spl_boot_device
by Tom Rini
· 12 years ago
a3c3fab
arm, omap3: fix warm reset serial output on OMAP36xx/AM/DM37xx
by Matt Porter
· 13 years ago
8a87a3d
omap3: Introduce weak misc_init_r
by Tom Rini
· 13 years ago
74236ac
armv7: add appropriate headers for assembly functions
by Aneesh V
· 13 years ago
33fbc9c
sdrc.c: Fix typo in do_sdrc_init() for SPL
by Tom Rini
· 13 years ago
da52138
OMAP3: SPL: do not call I2C init if no I2C is set.
by Stefano Babic
· 13 years ago
f1f2c3c
armv7: omap3: leave outer cache enabled
by Aneesh V
· 13 years ago
a495831
omap3: fix comment typos
by Peter Meerwald
· 13 years ago
95f8791
OMAP3+: Clock: Adding ehci clock enabling
by Govindraj.R
· 13 years ago
0ae0565
OMAP3: Correct get_sdr_cs_offset mask
by Tom Rini
· 13 years ago
2047051
arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only
by Pali Rohár
· 13 years ago
8775471
OMAP SPL: call timer_init in s_init to make udelay work earlier
by Andreas Müller
· 13 years ago
715462d
omap3: make get_board_rev() function weak
by Nikita Kiryanov
· 13 years ago
ee08a82
OMAP3: Add SPL_BOARD_INIT hook
by Tom Rini
· 13 years ago
4e647e1
OMAP3 SPL: Add identify_nand_chip function
by Tom Rini
· 13 years ago
9ae0d55
OMAP3 SPL: Rework memory initalization and devkit8000 support
by Tom Rini
· 13 years ago
3bd8437
OMAP3: Change mem_ok to clear again after reading back
by Tom Rini
· 13 years ago
2a04e85
OMAP3: Add a helper function to set timings in SDRC
by Tom Rini
· 13 years ago
5f862b7
OMAP3: Update SDRC dram_init to always call make_cs1_contiguous()
by Tom Rini
· 13 years ago
b7eb9e7
omap3: mem: Comment enable_gpmc_cs_config more
by Tom Rini
· 13 years ago
b9e65a7
AM35xx: add EMAC support
by Ilya Yanok
· 13 years ago
e4fce34
start.S: remove omap3 specific code from start.S
by Aneesh V
· 13 years ago
86623ad
OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.
by Alexander Holler
· 14 years ago
cc3f705
OMAP3 SPL: Provide weak omap_rev_string
by Tom Rini
· 13 years ago
939e722
omap3: Fix compile warning
by Sanjeev Premi
· 13 years ago
409ef1b
omap3: implement boot parameter saving
by Simon Schwarz
· 13 years ago
78ce977
omap3: new SPL structure support
by Simon Schwarz
· 13 years ago
bb085b8
omap-common: add nand spl support
by Simon Schwarz
· 13 years ago
b88e425
omap3: Configure RAM bank 0 if in SPL
by Simon Schwarz
· 13 years ago
32b58ce
ARMV7: OMAP3: Add 37xx ESx revision numbers.
by Howard D. Gray
· 13 years ago
31c8598
dm3730: enable dpll5
by Eric Benard
· 13 years ago
7dd5a5b
omap3:clock: check cpu_family before enabling clks for IVA & CAM
by Vaibhav Hiremath
· 13 years ago
f4dac3e
omap3:clock: configure GFX clock to 200MHz for AM/DM37x
by Vaibhav Hiremath
· 13 years ago
13d4f9b
omap: enable caches at system start-up
by Aneesh V
· 13 years ago
080a46e
omap: fix gpio related build breaks
by Aneesh V
· 13 years ago
25223a6
omap: reuse omap3 gpio support in omap4
by Aneesh V
· 13 years ago
80bb756
omap3: Include array definition only when it is used
by Sanjeev Premi
· 13 years ago
45bf058
armv7: adapt omap3 to the new cache maintenance framework
by Aneesh V
· 13 years ago
6cbec7b
ARMV7: OMAP3: Cleanup extern variables in mem.c
by Luca Ceresoli
· 14 years ago
7b89795
OMAP3: Add support for DPLL5 (usbhost)
by Alexander Holler
· 14 years ago
ee3894c
omap3: emif|sdrc: use a single global data define
by Nishanth Menon
· 14 years ago
279c828
AM3517:EMIF4: fix SDRAM size to 256Mb
by Vaibhav Hiremath
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
0fc43a4
armv7, beagle: Second SDRAM bank don;t work
by Heiko Schocher
· 14 years ago
Next »