Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1c9baf82d21d91da42ddf8756059281b422f35f6
1c9baf8
dm: at91: Drop use of ATMEL_PIO_PORTS in the header file
by Simon Glass
· 10 years ago
6d02035
dm: sh: serial: Add support driver model
by Nobuhiro Iwamatsu
· 10 years ago
0568899
dm: socfpga: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
3add902
dm: mx6: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
087e8f8
dm: sunxi: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
432fd62
dm: sandbox: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
b396e6d
dm: omap3: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
66b7e67
dm: tegra: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
21ffe65
dm: x86: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
aed0303
dm: exynos: Move driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
13fc6a2
dm: Move Raspberry Pi driver model CONFIGs to Kconfig
by Simon Glass
· 10 years ago
6851d70
dm: Add CMD_DM and CMD_DEMO to Kconfig
by Simon Glass
· 10 years ago
9dd430d
dm: test: Add a Kconfig file
by Simon Glass
· 10 years ago
93e414d
dm: Add Kconfig options for driver model SPL support
by Simon Glass
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
2b98fb4
dm: Add Kconfig for driver/demo
by Simon Glass
· 10 years ago
d5ff0b9
dm: i2c: Make API accessible even without CONFIG_DM
by Simon Glass
· 10 years ago
e4e8ff2
dm: i2c: Add a dm_ prefix to driver model bus speed functions
by Simon Glass
· 10 years ago
dfcdcee
net: Use new checksum functions
by Simon Glass
· 10 years ago
6120bed
powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO
by Stefan Roese
· 10 years ago
3cc3688
powerpc: ppc4xx: Add defaults for DT based booting to really work
by Stefan Roese
· 10 years ago
5560e06
powerpc: ppc4xx: Change from OF_SEPARATE to OF_EMBED
by Stefan Roese
· 10 years ago
c792881
powerpc: Add linkage.h file
by Simon Glass
· 10 years ago
36742de
dm: powerpc: ppc4xx: Move glacier to use driver model for serial
by Simon Glass
· 10 years ago
c11be8f
powerpc: Add serial driver for driver model
by Simon Glass
· 10 years ago
fc9cd12
ppc: amcc: Omit unneeded ns16550 CONFIG if using driver model
by Simon Glass
· 10 years ago
10f2135
powerpc: ppc4xx: Use CONFIG_OF_CONTROL for canyonlands boards
by Simon Glass
· 10 years ago
2713fcf
powerpc: ppc4xx: Allow the end of u-boot.bin to be found
by Simon Glass
· 10 years ago
eb63ba8
powerpc: ppc4xx: Add a gpio.h header file
by Simon Glass
· 10 years ago
e296601
powerpc: ppc4xx: Call board_init_f_mem() for generic board
by Simon Glass
· 10 years ago
c98bb9f
powerpc: ppc4xx: dts: Bring in canyonlands device tree files
by Simon Glass
· 10 years ago
ac42549
powerpc: ppc4xx: canyonlands: Move to generic board
by Simon Glass
· 10 years ago
a873427
powerpc: ppc4xx: Add ramboot config for glacier
by Simon Glass
· 10 years ago
627234d
powerpc: ppc4xx: Move CANYONLANDS/GLACIER/ARCHES to Kconfig
by Simon Glass
· 10 years ago
0dd57a5
powerpc: ppc4xx: canyonlands: config: Tidy up CONFIGs and config.mk
by Simon Glass
· 10 years ago
90f83c8
powerpc: Permit device tree control of U-Boot (CONFIG_OF_CONTROL)
by Simon Glass
· 10 years ago
d2542ff
Introduce board_init_f_mem() to handle early memory layout
by Simon Glass
· 10 years ago
8b4e728
malloc_simple: Return NULL on malloc failure rather then calling panic()
by Hans de Goede
· 10 years ago
a99827f
i2c: s3c24x0: reduce transmission status timeout
by Przemyslaw Marczak
· 10 years ago
bb4ab58
gpio: omap: Pass correct argument to _get_gpio_direction()
by Axel Lin
· 10 years ago
98b9b37
gpio: at91: Fix getting address of private data
by Axel Lin
· 10 years ago
9001fa1
dm: Prevent "demo hello" and "demo status" segfaults
by Peter Tyser
· 10 years ago
b58cf4f
RSA depends on DM
by Chris Kuethe
· 10 years ago
54e9c11
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART
by Hans de Goede
· 10 years ago
652e969
Add linux/compiler-gcc5.h to fix builds with gcc5
by Hans de Goede
· 10 years ago
fd619a8
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
803f21a
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 10 years ago
459316b
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
6bfc15a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
1ae13d3
lcd: split splash code into its own function
by Nikita Kiryanov
· 10 years ago
b071e4c
lcd: dt: extract simplefb support
by Nikita Kiryanov
· 10 years ago
618212c
lcd: rename bitmap_plot to better represent its functionality
by Nikita Kiryanov
· 10 years ago
f54c026
lcd: various cleanups
by Nikita Kiryanov
· 10 years ago
0e60e62
lcd: remove unused includes
by Nikita Kiryanov
· 10 years ago
1dce1e7
lcd: introduce lcd_set_cmap
by Nikita Kiryanov
· 10 years ago
70080dc
lcd: logo: move generic cmap setting to lcd_logo_set_cmap()
by Nikita Kiryanov
· 10 years ago
967deb6
lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c
by Nikita Kiryanov
· 10 years ago
7f45a7e
lcd: atmel: introduce lcd_logo_set_cmap
by Nikita Kiryanov
· 10 years ago
c999bcc
lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c
by Nikita Kiryanov
· 10 years ago
c6cc065
lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb
by Nikita Kiryanov
· 10 years ago
ec3685d
lcd: split configuration_get_cmap
by Nikita Kiryanov
· 10 years ago
b260492
lcd: move platform-specific structs to their own headers
by Nikita Kiryanov
· 10 years ago
8284897
mx53loco: Fix boot hang during reboot stress test
by Fabio Estevam
· 10 years ago
9bf144c
arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode
by Graeme Russ
· 10 years ago
b82e470
arm: mxs: Enable booting of mx28 without battery
by Graeme Russ
· 10 years ago
0f2483a
arm: mxs: Add debug outputs and comments to mxs SPL source files
by Graeme Russ
· 10 years ago
00cce36
imx: mx6: Fixed AIPS3 base address issue
by Ye.Li
· 10 years ago
f16cde0
imx: imximage: Add QuadSPI boot support
by Ye.Li
· 10 years ago
2dea040
imx: mx6qsabreauto: Change to use common GPMI IO clock function
by Ye.Li
· 10 years ago
9d06a10
pmic:pfuz100 add switch mode and more registers
by Peng Fan
· 10 years ago
cc8bae5
pmic:pfuze add macro for setting voltage
by Peng Fan
· 10 years ago
c3490dbc
imx:mx6 update fuse_bank0_regs
by Peng Fan
· 10 years ago
fdef909
Merge branch 'microblaze' of git://git.denx.de/u-boot-microblaze
by Tom Rini
· 10 years ago
4932fa7
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· 10 years ago
fb089f0
microblaze: spl: Add LISTS to linker script
by Michal Simek
· 10 years ago
fb8e384
microblaze: spl: Do not call mem_malloc_init and use early alloc
by Michal Simek
· 10 years ago
9ea6744
microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN
by Michal Simek
· 10 years ago
a79d658
microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA
by Michal Simek
· 10 years ago
0424464
bdinfo: Show information about fdt blob via bdinfo
by Michal Simek
· 10 years ago
a9228f6
microblaze: Speedup code copy
by Michal Simek
· 10 years ago
65e915c
microblaze: Move architecture to use generic board init
by Michal Simek
· 11 years ago
97c3220
microblaze: Enable SPL_NOR support when FLASH_BASE is setup
by Michal Simek
· 10 years ago
3f0a5cb
microblaze: Fix gd_t address which is placed at the end of BRAM
by Michal Simek
· 10 years ago
23162f4
microblaze: Remove unused asm label
by Michal Simek
· 10 years ago
b78df3d
microblaze: Use standard interrupt_init() function
by Michal Simek
· 10 years ago
7218061
microblaze: Remove unneeded data section adding from DTB
by Michal Simek
· 10 years ago
056dbe8
microblaze: Add debug message about enabling interrupts
by Michal Simek
· 10 years ago
5e6c747
microblaze: Fix coding style
by Michal Simek
· 10 years ago
baf5175
microblaze: Remove DEBUG_INT macro and use debug() instead
by Michal Simek
· 10 years ago
f73749b
microblaze: Fix coding style in exception.c
by Michal Simek
· 10 years ago
924819c
microblaze: Show return address from exception
by Michal Simek
· 10 years ago
94ea28f
microblaze: Fix stack usage in interrupt handler
by Michal Simek
· 10 years ago
9e4f396
common/board_r: manual relocation for cmd table
by Andreas Bießmann
· 10 years ago
ef932b0
common: Move dram_init() declaration to common location
by Michal Simek
· 10 years ago
93206d2
arc: build libgcc in U-Boot
by Alexey Brodkin
· 10 years ago
2f02080
arc: move CPU flags selection to the main "config.mk"
by Alexey Brodkin
· 10 years ago
bf1d41f
arc: move SYS_MONITOR_BASE setup in Konfig
by Alexey Brodkin
· 10 years ago
c74e21b
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
by Alexey Brodkin
· 10 years ago
ce32b68
arc: get rid of useless CONFIG_SKIP_LOWLEVEL_INIT
by Alexey Brodkin
· 10 years ago
7144cf9
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
by Alexey Brodkin
· 10 years ago
Next »