Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a816cc3ecc520ce0301d5ff8b6abcd4719d99b04
a816cc3
ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
by Nishanth Menon
· 10 years ago
fa96c96
ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
by Nishanth Menon
· 10 years ago
19e1fdf
ARM: OMAP: Change set_pl310_ctrl_reg to be generic
by Nishanth Menon
· 10 years ago
49db62d
ARM: Introduce erratum workaround for 621766
by Nishanth Menon
· 10 years ago
3f44511
ARM: Introduce erratum workaround for 430973
by Nishanth Menon
· 10 years ago
071d6ce
ARM: Introduce erratum workaround for 454179
by Nishanth Menon
· 10 years ago
aa0294e
ARM: Introduce erratum workaround for 798870
by Nishanth Menon
· 10 years ago
205b573
am335x_evm_usbspl: Remove other SPL modes
by Tom Rini
· 10 years ago
23d9b03
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
6de9f76
sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default
by Hans de Goede
· 10 years ago
1098e99
sunxi: Add Wexler TAB7200 support
by Aleksei Mamlin
· 10 years ago
ed38911
sunxi: Ippo_q8h defconfigs: Enable otg vbus detection using AXP223 PMIC
by Chen-Yu Tsai
· 10 years ago
6834153
sunxi: musb: Support checking VBUS using AXP221 PMIC
by Chen-Yu Tsai
· 10 years ago
54b6ab1
sunxi: axp221: Add VBUS detection support
by Chen-Yu Tsai
· 10 years ago
b62c3aa
sun7i: Add support for the Orange Pi Mini board
by Hans de Goede
· 10 years ago
93661b0
sun7i: Add support for the Orange Pi board
by Hans de Goede
· 10 years ago
42203dc
sun7i: Add support for the Wits Pro A20 DKT board
by Hans de Goede
· 10 years ago
d0a8908
sunxi: Add support for the Forfun Q88DB tablet
by Jens Lucius
· 10 years ago
630a9c2
sun6i: Add support for the Mele I7 board
by Marcus Cooper
· 10 years ago
9e5dd86
sun7i: Add support for the MK808C board
by Marcus Cooper
· 10 years ago
78d9384
sunxi: Add support for the Jesurun Q5 board
by Gábor Nyers
· 10 years ago
e954e92
sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i
by Adam Sampson
· 10 years ago
3825bfa
common: cmd_elf: Add support to disable start of application
by Siva Durga Prasad Paladugu
· 10 years ago
7477139
armv8/vexpress64: make multientry conditional
by Linus Walleij
· 10 years ago
a714a6b9
common/board_r: Restore non-cached memory setup
by Jan Kiszka
· 10 years ago
fb02cc1
ARM: PSCI: Rework the DT handler slightly
by Tom Rini
· 10 years ago
82aa52c
tegra-common: increase malloc pool len by dfu mmc file buffer size
by Przemyslaw Marczak
· 10 years ago
4af8b14
ti-armv7-common: increase malloc pool len by dfu mmc file buffer size
by Przemyslaw Marczak
· 10 years ago
f9324b3
zynq-common: increase malloc pool len by dfu mmc file buffer size
by Przemyslaw Marczak
· 10 years ago
37dd1ea
odroid-xu3: defconfig: disable memset at malloc init
by Przemyslaw Marczak
· 10 years ago
aecab6d
odroid: defconfig: disable memset at malloc init
by Przemyslaw Marczak
· 10 years ago
c982c52
trats2: defconfig: disable memset at malloc init
by Przemyslaw Marczak
· 10 years ago
8843678
dlmalloc: do memset in malloc init as new default config
by Przemyslaw Marczak
· 10 years ago
9d6d51a
dfu: mmc: file buffer: remove static allocation
by Przemyslaw Marczak
· 10 years ago
42b500b
arm: relocation: clear .bss section with arch memset if defined
by Przemyslaw Marczak
· 10 years ago
fd29191
exynos: config: enable arch memcpy and arch memset
by Przemyslaw Marczak
· 10 years ago
d451966
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
0c34487
README: remove description about driver model configuration options
by Masahiro Yamada
· 10 years ago
ac2678c
MAINTAINERS: add Driver Model repository information
by Masahiro Yamada
· 10 years ago
b75c449
dm: i2c: Add a missing memory allocaton check
by Simon Glass
· 10 years ago
c9e4b8e
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
122bee1
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 10 years ago
36d98ad
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 10 years ago
960f02a
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
a06476e
fixdep: remove multiple .config support code
by Masahiro Yamada
· 10 years ago
dca5bf1
stdio: extend "name" to 32 symbols
by Alexey Brodkin
· 10 years ago
dec5dd6
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
by Fabio Estevam
· 10 years ago
9c832f1
common/board_f: implement type casting for gd structure
by Alexey Brodkin
· 10 years ago
78be7d3
lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP available for all architectures
by Alexey Brodkin
· 10 years ago
f31a566
spl: fix calling "spl export .." more than once
by Heiko Schocher
· 10 years ago
6ba4b6a
vexpress64: juno: add NOR flash detection
by Linus Walleij
· 10 years ago
f5f9f4a
use ASM_NL instead of '; ' for assembler new line character in the macro
by Chen Gang
· 10 years ago
4a5faa8
omap: gpmc: 'nandecc sw' can use HAM1 or BCH8
by Ash Charles
· 10 years ago
2616007
mtd: nand: omap_gpmc: Make ready/busy pins configurable
by Michal Sojka
· 10 years ago
2b1d6c9
fs: ext4 write: return file len on success
by Przemyslaw Marczak
· 10 years ago
48b4755
vexpress64: juno: support SMC9118 ethernet
by Linus Walleij
· 10 years ago
8f6d8f3
m68k: Add generic board support for MCF547X/8X and MCF5445X
by Alison Wang
· 10 years ago
f245ae9
m68k: add generic-board support
by angelo@sysam.it
· 10 years ago
bb4ba2c
m68k: add mcf5307 cpu support
by angelo@sysam.it
· 10 years ago
f11cf75
m68k: add amcore board support
by angelo@sysam.it
· 10 years ago
ebd46d1
Adding Support for BAV335x boards
by Gilles Gameiro
· 10 years ago
05e8633
omap3: add support for QUIPOS Cairo board.
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
2dd42d8
cmd_yaffs: Clean up command usage messages
by Peter Tyser
· 10 years ago
7c27799
board/BuR/kwb: Support modify bootcmd through reset-controller
by Hannes Petermaier
· 10 years ago
b6bb11d
board/BuR/kwb: Form a bootline for vxWorks
by Hannes Petermaier
· 10 years ago
44799f4
board/BuR/kwb: Redesign default-environment
by Hannes Petermaier
· 10 years ago
5637977
board/BuR/kwb: Support booting Linux
by Hannes Petermaier
· 10 years ago
c96a9b1
board/BuR/kwb: switch to board HW-Rev3
by Hannes Petermaier
· 10 years ago
b0ffc67
board/BuR/tseries: cosmetic changes
by Hannes Petermaier
· 10 years ago
3d8394c
board/BuR/tseries: Rework default-environment settings.
by Hannes Petermaier
· 10 years ago
fa12df1
board/BuR/common: Add support for displaying BMP on LCD
by Hannes Petermaier
· 10 years ago
7b03b36
board/BuR/common: Enable CONFIG_CMD_TIME
by Hannes Petermaier
· 10 years ago
918d97b
board/BuR/common: Introduce Network Console and common environment for it
by Hannes Petermaier
· 10 years ago
e5f6bb0
board/BuR/tseries: Chg Pinmux - enable UART1 pins
by Hannes Petermaier
· 10 years ago
dd8c851
board/BuR/tseries: Chg pinmux - use free NAND Pins in non NAND-config as GPIO
by Hannes Petermaier
· 10 years ago
e3c3755
board/BuR/tseries: Change pinmux for GPIO2_28 from GPIO to PWM-Timeroutput
by Hannes Petermaier
· 10 years ago
75b5016
board/BuR/tseries: Enable EXT4 support
by Hannes Petermaier
· 10 years ago
69c4675
board/BuR/tseries: Enable U-Boot BOOTCOUNT feature
by Hannes Petermaier
· 10 years ago
96bc6bb
board/BuR/tseries: Enable HW-Watchdog
by Hannes Petermaier
· 10 years ago
077f26c
board/BuR/common: try to setup cpsw mac-address from the devicetree
by Hannes Petermaier
· 10 years ago
69d0d7d
board/BuR/common: Take usage of am335x LCD-Display
by Hannes Petermaier
· 10 years ago
092f2ac
common/lcd: Add command for writing to lcd-display
by Hannes Petermaier
· 10 years ago
267c140
common/lcd: Add command for setting cursor within lcd-console
by Hannes Petermaier
· 10 years ago
169aa70
drivers/video/am335x-fb: Add possibility to wait for stable power/picture
by Hannes Petermaier
· 10 years ago
ca3f3f3
arm: spear: Move to generic board support
by Stefan Roese
· 10 years ago
26f7237
buildman: Add a space before the list of boards
by Simon Glass
· 10 years ago
f675750
buildman: Correct toolchain download feature
by Simon Glass
· 10 years ago
c99e6e4
dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb
by Ian Campbell
· 10 years ago
4d4944f
dreamplug: switch to GENERIC_BOARD
by Ian Campbell
· 10 years ago
3a1fc23
kwbimage: align v1 binary header to 4B
by Chris Packham
· 10 years ago
83aa98a
arm: aspenite: convert to generic board
by Ajay Bhargav
· 10 years ago
6c6134e
arm: gplugd: convert to generic board
by Ajay Bhargav
· 10 years ago
ff9b5c5
arm: socfpga: Enable DM and DM_SPI
by Marek Vasut
· 10 years ago
8b5ea65
SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms.
by gaurav rana
· 10 years ago
c3a5042
SECURE BOOT: Add command for validation of images
by gaurav rana
· 10 years ago
9aaea44
fsl_sec_mon: Add driver for Security Monitor block of Freescale
by gaurav rana
· 10 years ago
9d171da
fsl_sfp : Move ccsr_sfp_regs definition to common include
by gaurav rana
· 10 years ago
7e0c716
rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
by gaurav rana
· 10 years ago
35bff01
mpc85xx/t104xrdb : remove raw timing parameter
by vijay rai
· 10 years ago
b917b62
net: Support DMA threshold mode in DWMAC driver
by Sonic Zhang
· 10 years ago
Next »