Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aaca776168a24feb3c44cbeba65818fb14e15f46
aaca776
spi: Add function to allocate a new SPI slave
by Simon Glass
· 12 years ago
f429955
fdt: Add fdtdec_get_addr_size() to read reg properties
by Simon Glass
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
059c54f
Use 'unsigned int' for global_data's baudrate
by Simon Glass
· 12 years ago
0db3ea2
sparc: Fix build warnings in serial.c
by Simon Glass
· 12 years ago
8278371
sparc: Fix out-of-tree building
by Simon Glass
· 12 years ago
19bc501
serial: ns16550: Remove unwanted cast
by Simon Glass
· 12 years ago
c413725
avr32: Fix cast warning in board.c
by Simon Glass
· 12 years ago
989e1a0
blackfin: Remove noreturn attribute from cpu_init_f()
by Simon Glass
· 12 years ago
bbeac16
blackfin: Fix up board_type global data
by Simon Glass
· 12 years ago
cdf4e97
exynos5: Enable generic board for Exynos5 device tree boards
by Simon Glass
· 12 years ago
0829896
x86: Enable generic board
by Simon Glass
· 12 years ago
fadd5ab
tegra: Enable generic board for Tegra
by Simon Glass
· 12 years ago
2e4622d
x86: Enable generic board support
by Simon Glass
· 12 years ago
3e93e33
x86: Use sections header to obtain link symbols
by Simon Glass
· 12 years ago
6f5567d
x86: Adjust board_r.c for x86
by Simon Glass
· 12 years ago
6d17987
x86: Adjust board_f.c for x86
by Simon Glass
· 12 years ago
fa6945f
ppc: Enable generic board support
by Simon Glass
· 12 years ago
5af29bd
Adjust board_r.c for ppc
by Simon Glass
· 12 years ago
50250b5
Adjust board_f.c for ppc
by Simon Glass
· 12 years ago
9c9f44a
Add CONFIG_SYS_SYM_OFFSETS to support offset symbols
by Simon Glass
· 12 years ago
97bbf18
arm: Enable generic board support
by Simon Glass
· 12 years ago
4fb732d
arm: Remove use of board_early_init_r/last_stage_init()
by Simon Glass
· 12 years ago
4d2aee8
Add spl load feature
by Simon Glass
· 12 years ago
db397fa
Introduce generic post-relocation board_r.c
by Simon Glass
· 12 years ago
c45e359
Introduce generic pre-relocation board_f.c
by Simon Glass
· 12 years ago
6f98490
Declare watchdog functions in watchdog.h
by Simon Glass
· 12 years ago
6682832
__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board
by Simon Glass
· 12 years ago
82a5fa0
Introduce a basic initcall implementation
by Simon Glass
· 12 years ago
5b92820
Change stub example to use asm-generic/sections.h
by Simon Glass
· 12 years ago
e0e641e
arm: Use sections header to obtain link symbols
by Simon Glass
· 12 years ago
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
4c0dc6d
Introduce generic u-boot.h file
by Simon Glass
· 12 years ago
0883a76
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
81420c3
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
3ca6d0a
nitrogen: Use unsigned long to specify the total RAM size
by fabio.estevam@freescale.com
· 12 years ago
7f3a865
nitrogen6x: Fix RAM size variable
by Fabio Estevam
· 12 years ago
e619461
Tegra114: Dalmore: Add pad config tables/code based on pinmux code
by Tom Warren
· 12 years ago
9b22f83
Tegra114: fdt: Move aliases from dtsi to dts file as per other Tegras
by Tom Warren
· 12 years ago
0962b4b
Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bits
by Tom Warren
· 12 years ago
5477401
Tegra114: Fix/update GP padcfg register struct
by Tom Warren
· 12 years ago
326127f
Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entry
by Tom Warren
· 12 years ago
de5d70b
ARM: tegra: enable a common set of disk-related commands everywhere
by Stephen Warren
· 12 years ago
fe3ecc5
disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PART
by Stephen Warren
· 12 years ago
8ec730d
disk: define HAVE_BLOCK_DEVICE in a common place
by Stephen Warren
· 12 years ago
4b1f4b7
ARM: tegra: make bounce buffer option common
by Stephen Warren
· 12 years ago
41cdd3f
Tegra30: MMC: Enable DT MMC driver support for Tegra30 Cardhu boards
by Tom Warren
· 12 years ago
7db0e2d
Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver
by Tom Warren
· 12 years ago
35ae07b
mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.
by Tom Warren
· 12 years ago
f5d874d
Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines
by Tom Warren
· 12 years ago
5bcf277
Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30
by Tom Warren
· 12 years ago
20515be
Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)
by Tom Warren
· 12 years ago
7110b95
Tegra30: Cardhu: Add pad config tables/code based on pinmux code
by Tom Warren
· 12 years ago
8495b22
Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 init
by Tom Warren
· 12 years ago
b7dc94d
Tegra30: Cardhu: Remove unneeded cardhu.c.mmc file
by Tom Warren
· 12 years ago
0ea6495
Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)
by Tom Warren
· 12 years ago
df45095
Tegra: Remove unused CONFIG_SYS_CPU_OSC_FREQUENCY define
by Tom Warren
· 12 years ago
1bfefa8
Tegra: Add twarren as maintainer for Tegra30 and Tegra114 SoCs
by Tom Warren
· 12 years ago
2b27677
ARM: tegra: implement WAR for Tegra114 CPU reset vector
by Stephen Warren
· 12 years ago
e8cf3dd
Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)
by Tom Warren
· 12 years ago
9e710c7
Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT files
by Tom Warren
· 12 years ago
9745cf8
Tegra: MMC: Add DT support to MMC driver for all T20 boards
by Tom Warren
· 12 years ago
ed95527
Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT files
by Tom Warren
· 12 years ago
e41e11b
Tegra: fdt: tamonten: Add common tamonten.dtsi file from linux
by Tom Warren
· 12 years ago
f623615
Tegra: fdt: Change /include/ to #include for C preprocessor
by Tom Warren
· 12 years ago
4ecc269
Tegra114: I2C: Enable I2C driver on Dalmore E1611 eval board
by Tom Warren
· 12 years ago
36092ff
Tegra114: fdt: Update DT files with I2C info for T114/Dalmore
by Tom Warren
· 12 years ago
f8cf4b2
Tegra: I2C: Add T114 clock support to tegra_i2c driver
by Tom Warren
· 12 years ago
e88e84b
Tegra114: I2C: Take DVFS out of reset to allow I2C5 (PWR_I2C) to work
by Tom Warren
· 12 years ago
4ec9b18
tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]
by Lucas Stach
· 12 years ago
26c3216
tegra: usb: move implementation into right directory
by Lucas Stach
· 12 years ago
fbfe78b
tegra: usb: various small cleanups
by Lucas Stach
· 12 years ago
77121b3
tegra: usb: move controller init into start_port
by Lucas Stach
· 12 years ago
02e452e
tegra: usb: remove unneeded function parameter
by Lucas Stach
· 12 years ago
9a4fcc8
tegra: usb: make controller init functions more self contained
by Lucas Stach
· 12 years ago
da1e97c
tegra: usb: set USB_PORTS_MAX to correct value
by Lucas Stach
· 12 years ago
aacf0a2
ARM: tegra: enable some CPU errata workarounds
by Stephen Warren
· 12 years ago
e9d59c9
ARM: implement some Cortex-A9 errata workarounds
by Stephen Warren
· 12 years ago
e5b3a50
Add Boundary Devices Nitrogen6X boards
by Eric Nelson
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
436f632
arm: make __bss_start and __bss_end__ compiler-generated
by Albert ARIBAUD
· 12 years ago
6277b19
Remove linker lists (LGAs) from SPL linker scripts
by Albert ARIBAUD
· 12 years ago
26255f1
arm: omap: map u_boot_lists section to .sram
by Albert ARIBAUD
· 12 years ago
e076adf
I2C: S3C24X0: Bug fixes in i2c_transfer
by Rajeshwari Shinde
· 12 years ago
1675065
I2C: S3C24X0: Remove the dead code
by Rajeshwari Shinde
· 12 years ago
a5f0270
cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set
by Tom Rini
· 12 years ago
66eb8fc
CONFIG_BOOTDELAY default should not affect runtime
by Joe Hershberger
· 12 years ago
0eb9826
common/main: move set_working_fdt_addr to enable usage of $fdtaddr
by Barak Wasserstrom
· 12 years ago
586895d
env: fix "env ask" command
by Wolfgang Denk
· 12 years ago
9890c68
cmd_fat.c: Note in fatread help about alignment requirements
by Tom Rini
· 12 years ago
78972f8
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
6ad5ac7
ARM: sam9x5: fix ethernet pins in MII mode
by Jesse Gilles
· 12 years ago
c3575b3
ARM: at91sam9x5: Using CPU string directly
by Bo Shen
· 12 years ago
a8fd063
ARM: at91: change nand flash table
by Bo Shen
· 12 years ago
e4f3623
arm: at91/configs: add bootz to configuration
by Nicolas Ferre
· 12 years ago
6ddbdb1
arm: at91/configs: add libfdt to configuration
by Nicolas Ferre
· 12 years ago
57cb6a3
env: Allow accessing non-mtd devices
by Lubomir Rintel
· 12 years ago
0e51dd8
cmd_df.c: Delete this clearly unused source file.
by Robert P. J. Day
· 12 years ago
02ce716
cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgs
by Robert P. J. Day
· 12 years ago
Next »