Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6ff822d36f7d5f59adaac6fbeb0034686eaf2e95
/
arch
/
arm
/
cpu
/
armv7
/
omap3
e50c1bb
ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c
by Stefan Roese
· 10 years ago
ad763d7
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
69ab383
omap3: board: trivial: add void for no args
by Jeroen Hofstee
· 10 years ago
aa5121f
am33xx/omap: Allow cache enable for all Sitara/OMAP
by Simon Glass
· 11 years ago
22d96d0
omap3: remove remnant macros GPMC_NAND_ECC_LP_x8_LAYOUT and GPMC_NAND_ECC_LP_x16_LAYOUT
by pekon gupta
· 11 years ago
48e1e15
ARM: omap: merge GPMC initialization code for all platform
by pekon gupta
· 11 years ago
346e34f
omap3/sys_info: provide interface to read die id
by Nishanth Menon
· 11 years ago
a38b2e7
ARM: OMAP: replace custom sr32() by standard I/O accessors
by Wolfgang Denk
· 11 years ago
5e99cdb
ARM: OMAP: hide custom bit manipulation function sr32()
by Wolfgang Denk
· 11 years ago
42b97cb
ARM: OMAP: remove sr32() from OMAP board code
by Wolfgang Denk
· 11 years ago
f343378
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
6e29472
arm: remove unneeded symbol offsets and _TEXT_BASE
by Albert ARIBAUD
· 11 years ago
ac5e091
kbuild: use shorten logs for mkimage rules
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
1d17de6
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
dc532af
arm: omap3: Enable clocks for peripherals only if they are used
by Michael Trimarchi
· 11 years ago
f53f2b8
i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework
by Heiko Schocher
· 11 years ago
d449575
armv7: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
18ab2f0
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 11 years ago
e3d0ad5
arm: omap3: fix SRAM copy and execution sequence
by Albert ARIBAUD
· 11 years ago
7330fd7
ARM: omap3: Implement dpll5 (HSUSB clk) workaround for OMAP36xx/AM/DM37xx according to errata sprz318e.
by Naumann Andreas
· 11 years ago
4738e36
omap3/sys_info: fix printout of OMAP36XX L3 freqency
by Andreas Bießmann
· 11 years ago
df3d222
arm: omap3: spl: Fix problem with 8bit NAND devices
by Stefan Roese
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
61c517f
ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
by Lokesh Vutla
· 12 years ago
b709cd1
omap3: Display MHz instead of mHz on the console
by man.huber@arcor.de
· 12 years ago
1e4eccf
omap_gpmc: change nandecc command
by Andreas Bießmann
· 12 years ago
b6d9efd
OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.
by Enric Balletbo i Serra
· 12 years ago
4be9dbc
omap_hsmmc: add driver check for write protection
by Nikita Kiryanov
· 12 years ago
4eae05c
omap_hsmmc: implement driver check for card detection
by Nikita Kiryanov
· 12 years ago
b56eeed
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
3bb3c29
omap3: Add a few comments to "#endif"s for readability.
by Robert P. J. Day
· 12 years ago
edb5c2f
Pass sdrc timing values through board_sdrc_timings structure
by Peter Barada
· 12 years ago
b385633
omap3/mem.c: remove unused defines
by Andreas Bießmann
· 12 years ago
cd3a846
OMAP3: am35x: add musb functions
by Ilya Yanok
· 12 years ago
b759db3
omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF
by Tom Rini
· 12 years ago
f30ef81
arm: armv7: omap3: Fix restore sequence in lowlevel_init
by Albert ARIBAUD
· 12 years ago
31dfba4
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
28591df
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
9e0c260
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· 12 years ago
a0b9fa5
ARM: SPL: Make spl_mmc.c more generic
by Tom Rini
· 12 years ago
29d69dc
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
09ebf1a
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· 12 years ago
a76ff95
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· 12 years ago
0be93ff
ARM: SPL: Rename omap_boot_device to spl_boot_device
by Tom Rini
· 12 years ago
ede13a4
arm, omap3: fix warm reset serial output on OMAP36xx/AM/DM37xx
by Matt Porter
· 13 years ago
05df891
omap3: Introduce weak misc_init_r
by Tom Rini
· 13 years ago
fd8798b
armv7: add appropriate headers for assembly functions
by Aneesh V
· 13 years ago
9ad40d0
sdrc.c: Fix typo in do_sdrc_init() for SPL
by Tom Rini
· 13 years ago
44fa188
OMAP3: SPL: do not call I2C init if no I2C is set.
by Stefano Babic
· 13 years ago
e0db71d
armv7: omap3: leave outer cache enabled
by Aneesh V
· 13 years ago
7ea4b7c
omap3: fix comment typos
by Peter Meerwald
· 13 years ago
3968a6a
OMAP3+: Clock: Adding ehci clock enabling
by Govindraj.R
· 13 years ago
d639cf5
OMAP3: Correct get_sdr_cs_offset mask
by Tom Rini
· 13 years ago
7c3c76e
arm: omap3: Define save_boot_params in lowlevel_init.S for SPL only
by Pali Rohár
· 13 years ago
de3ffeb
OMAP SPL: call timer_init in s_init to make udelay work earlier
by Andreas Müller
· 13 years ago
275c05a
omap3: make get_board_rev() function weak
by Nikita Kiryanov
· 13 years ago
ead66c1
OMAP3: Add SPL_BOARD_INIT hook
by Tom Rini
· 13 years ago
037e2e3
OMAP3 SPL: Add identify_nand_chip function
by Tom Rini
· 13 years ago
05800b9
OMAP3 SPL: Rework memory initalization and devkit8000 support
by Tom Rini
· 13 years ago
c8a003a
OMAP3: Change mem_ok to clear again after reading back
by Tom Rini
· 13 years ago
4633d8e
OMAP3: Add a helper function to set timings in SDRC
by Tom Rini
· 13 years ago
858df78
OMAP3: Update SDRC dram_init to always call make_cs1_contiguous()
by Tom Rini
· 13 years ago
51b2be5
omap3: mem: Comment enable_gpmc_cs_config more
by Tom Rini
· 13 years ago
d2452ea
AM35xx: add EMAC support
by Ilya Yanok
· 13 years ago
49a2e55
start.S: remove omap3 specific code from start.S
by Aneesh V
· 13 years ago
4e333f6
OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that.
by Alexander Holler
· 14 years ago
09c797b
OMAP3 SPL: Provide weak omap_rev_string
by Tom Rini
· 13 years ago
2161496
omap3: Fix compile warning
by Sanjeev Premi
· 13 years ago
c692fef
omap3: implement boot parameter saving
by Simon Schwarz
· 13 years ago
4bfb242
omap3: new SPL structure support
by Simon Schwarz
· 13 years ago
992dcf7
omap-common: add nand spl support
by Simon Schwarz
· 13 years ago
ee50ca9
omap3: Configure RAM bank 0 if in SPL
by Simon Schwarz
· 13 years ago
3082bc6
ARMV7: OMAP3: Add 37xx ESx revision numbers.
by Howard D. Gray
· 13 years ago
565f637
dm3730: enable dpll5
by Eric Benard
· 13 years ago
8f612c3
omap3:clock: check cpu_family before enabling clks for IVA & CAM
by Vaibhav Hiremath
· 13 years ago
7bddeac
omap3:clock: configure GFX clock to 200MHz for AM/DM37x
by Vaibhav Hiremath
· 13 years ago
572134b
omap: enable caches at system start-up
by Aneesh V
· 13 years ago
1843eca
omap: fix gpio related build breaks
by Aneesh V
· 13 years ago
9a39088
omap: reuse omap3 gpio support in omap4
by Aneesh V
· 13 years ago
9659e3f
omap3: Include array definition only when it is used
by Sanjeev Premi
· 13 years ago
d16dd01
armv7: adapt omap3 to the new cache maintenance framework
by Aneesh V
· 13 years ago
9783a2c
ARMV7: OMAP3: Cleanup extern variables in mem.c
by Luca Ceresoli
· 14 years ago
96b549e
OMAP3: Add support for DPLL5 (usbhost)
by Alexander Holler
· 14 years ago
edded0e4
omap3: emif|sdrc: use a single global data define
by Nishanth Menon
· 14 years ago
8313946
AM3517:EMIF4: fix SDRAM size to 256Mb
by Vaibhav Hiremath
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
a1e1aec
armv7, beagle: Second SDRAM bank don;t work
by Heiko Schocher
· 14 years ago
627857d
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
by Wolfgang Denk
· 14 years ago
0708bc6
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
3978959
ARMV7: OMAP3: Fix bug in get_sdr_cs_offset()
by Steve Sakoman
· 14 years ago
56d0a4d
ARM: implement relocation for ARM V7 (OMAP)
by Heiko Schocher
· 14 years ago
762cb70
ARM V7 (OMAP): add data cache support, test on Beagle board
by Heiko Schocher
· 14 years ago
e9e8bab
Prepare v2010.09-rc1
by Wolfgang Denk
· 14 years ago
a7561cc
ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank
by Steve Sakoman
· 14 years ago
bcf8e72
ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions
by Mans Rullgard
· 15 years ago
3d81b55
ARMV7: OMAP3: Convert setup_auxcr() to pure asm
by Mans Rullgard
· 15 years ago
85975dd
ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions
by Mans Rullgard
· 15 years ago
24e81c1
ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX
by Steve Sakoman
· 14 years ago
ad74ace
ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX
by Steve Sakoman
· 14 years ago
Next »