Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
26c24b4872c44e6e0f5f821217535945d22ebf94
/
arch
/
arm
/
mach-omap2
/
hwinit-common.c
651201b
dra7: Allow selecting a new dtb after board detection.
by Jean-Jacques Hiblot
· 6 years ago
3a502f6
omap: detect the board after DM is available
by Jean-Jacques Hiblot
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
69483e6
arm: dra762: Add support for device package identification
by Lokesh Vutla
· 7 years ago
a68ca9e
omap: detect board before spl_early_init()
by Jean-Jacques Hiblot
· 7 years ago
e7ab8ef
arm: omap4+: Enable spl_early_init()
by Lokesh Vutla
· 7 years ago
ca23da1
arm: omap: Detect boot mode very early
by Lokesh Vutla
· 7 years ago
a8cb022
arm: omap: Unify get_device_type() function
by Semen Protsenko
· 7 years ago
ac8bd3c
arm: omap5+: Add support for early debug
by Lokesh Vutla
· 8 years ago
bed46ef
arch: arm: omap: Declare size of ddr very early
by Lokesh Vutla
· 8 years ago
28eec37
arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms
by Tom Rini
· 8 years ago
[Renamed from arch/arm/cpu/armv7/omap-common/hwinit-common.c]
e38b45a
ARM: OMAP5+: Enable errata i727
by Lokesh Vutla
· 8 years ago
35740ec
arm: omap: Introduce vcores_init function
by Keerthy
· 9 years ago
fd684b2
ARM: omap-common: Add device type to CPU string
by Daniel Allred
· 9 years ago
c22b57e
omap-common: Remove deprecated arch_cpu_init code
by Paul Kocialkowski
· 9 years ago
a00b1e5
omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs
by Paul Kocialkowski
· 9 years ago
e8534d2
ARM: OMAP4+: Allow arch specfic code to use early DM
by Lokesh Vutla
· 9 years ago
4466dfb
ARM: OMAP4/5: Add generic board detection hook
by Kipisz, Steven
· 9 years ago
ebe86dc
ARM: OMAP4/5: Centralize early clock initialization
by Kipisz, Steven
· 9 years ago
d5b7624
omap-common: Common boot code OMAP3 support and cleanup
by Paul Kocialkowski
· 9 years ago
0c078ea
ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK
by Simon Glass
· 10 years ago
c95d6c4
TI ARMv7: Don't use GD before crt0.S has set it
by Tom Rini
· 10 years ago
be86f0e
ARM: DRA: Enable VTT regulator
by Lokesh Vutla
· 10 years ago
c449523
ARM: OMAP: Fix handling of errata i727
by Rajendra Nayak
· 10 years ago
aa5121f
am33xx/omap: Allow cache enable for all Sitara/OMAP
by Simon Glass
· 10 years ago
e45d3bb
ARM: OMAP: Fix omap_sdram_size calculation
by Lokesh Vutla
· 11 years ago
72f3600
armv7:TI: Add <asm/ti-common/sys_proto.h> and migrate omap_hw_init_context
by Tom Rini
· 11 years ago
267d8e2
sizes.h - consolidate for all architectures
by Alexey Brodkin
· 11 years ago
81a689e
Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee
by Masahiro Yamada
· 11 years ago
a7e4fd6
ARM: OMAP4/5: Remove dead code against CONFIG_SYS_ENABLE_PADS_ALL
by Jassi Brar
· 12 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
d9c839a
ARM: DRA7xx: clocks: Fixing i2c_init for PMIC
by Lokesh Vutla
· 11 years ago
51df26c
am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
by Tom Rini
· 11 years ago
01b2dd9
omap-common/hwinit-common.c: Mark omap_rev_string as static
by Tom Rini
· 11 years ago
669b337
ARM: OMAP: Add arch_cpu_init function
by SRICHARAN R
· 12 years ago
4af1988
ARM: OMAP: Correct save_boot_params and replace with 'C' function
by SRICHARAN R
· 12 years ago
06396c1
ARM: mmu: Set domain permissions to client access
by R Sricharan
· 12 years ago
43c296f
arm: dra7xx: Add silicon id support for DRA752 soc
by Lokesh Vutla
· 12 years ago
2804963
ARM: OMAP5: srcomp: enable slew rate compensation cells after powerup
by Lokesh Vutla
· 12 years ago
834b6b0
ARM: OMAP4+: Make control module register structure generic
by Lokesh Vutla
· 12 years ago
fb6aa1f
ARM: OMAP4+: Change the PRCM structure prototype common for all Socs
by SRICHARAN R
· 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
29d69dc
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
fe3b0c7
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
by Tom Rini
· 12 years ago
ba87377
OMAP4+: Force DDR in self-refresh after warm reset
by Lokesh Vutla
· 12 years ago
015be79
ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections.
by SRICHARAN R
· 13 years ago
5ef54d4
omap4+: Remove CONFIG_ARCH_CPU_INIT
by Tom Rini
· 13 years ago
36c366f
OMAP4/5: device: Add support to get the device type.
by SRICHARAN R
· 13 years ago
f8c6e1b
OMAP SPL: Fix missing timer_init() call in OMAP4 s_init()
by Dechesne, Nicolas
· 13 years ago
0cda7a4
omap_rev_string: output to stdout
by Andreas Müller
· 13 years ago
77a73fe
ARM:AM33XX: Add SPL support for AM335X EVM
by Chandan Nath
· 13 years ago
308fe92
omap4/5: Add support for booting with CH.
by Sricharan
· 13 years ago
62a8650
omap5: emif: Add emif/ddr configurations required for omap5 evm
by Sricharan
· 13 years ago
9310ff7
omap5: Add minimal support for omap5430.
by Sricharan
· 13 years ago
060cd22
omap4: make omap4 code common for future reuse
by Sricharan
· 13 years ago
[Renamed (98%) from arch/arm/cpu/armv7/omap4/board.c]
242a92c
omap4: splitting padconfs into common, 4430 and 4460
by Ricardo Salveti de Araujo
· 13 years ago
f79be10
omap4: adding revision detection for 4460 ES1.1
by Ricardo Salveti de Araujo
· 13 years ago
c28ea7c
omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL
by Ricardo Salveti de Araujo
· 13 years ago
01a4332
omap-common/omap4: relocate early UART clock setup
by Simon Schwarz
· 13 years ago
b35f7cb
omap4: IO settings
by Aneesh V
· 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
0fa1d1b
omap4: support TPS programming
by Aneesh V
· 13 years ago
9a39088
omap: reuse omap3 gpio support in omap4
by Aneesh V
· 13 years ago
0b92f09
omap4: add omap4460 revision detection
by Aneesh V
· 13 years ago
13a74c1
omap: add MMC and FAT support to SPL
by Aneesh V
· 13 years ago
b8e60b9
omap: add basic SPL support
by Aneesh V
· 13 years ago
c0e8852
omap4: calculate EMIF register values
by Aneesh V
· 13 years ago
cc56558
omap4: add sdram init support
by Aneesh V
· 13 years ago
0d2628b
omap4: add clock support
by Aneesh V
· 13 years ago
162ced3
omap4: add OMAP4430 revision check
by Aneesh V
· 13 years ago
f908b63
omap4: cleanup pin mux data
by Aneesh V
· 13 years ago
e3405bd
armv7: adapt omap4 to the new cache maintenance framework
by Aneesh V
· 13 years ago
4e5dd66
omap4: board: change global data pointer to file scope
by Nishanth Menon
· 14 years ago
627857d
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
by Wolfgang Denk
· 14 years ago
97c57f1
ARMV7: OMAP4: Implement relocation for Panda and OMAP4430SDP
by Steve Sakoman
· 14 years ago
04bd2b9
ARMV7: OMAP4: Calculate SDRAM size
by Aneesh V
· 14 years ago
e9e8bab
Prepare v2010.09-rc1
by Wolfgang Denk
· 14 years ago
9bb65b5
ARMV7: Add pad mux support for OMAP4
by Steve Sakoman
· 14 years ago
1ad2158
ARMV7: Add basic support for TI OMAP4
by Steve Sakoman
· 14 years ago