Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
fc284340c1c3bb2b003fd5e13e06ea4052fd1435
fc28434
ARMv8: add GOT sections to the list of sections copied
by Philipp Tomsich
· 8 years ago
803a9bb
env_mmc: Allow SPL to use any MMC device to load/save the environment
by Jean-Jacques Hiblot
· 8 years ago
dfafe89
Remove various unused interrupt related code
by Tom Rini
· 8 years ago
5386509
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
f9512aa
dm: serial: Allow driver-model serial to be disabled for TPL
by Simon Glass
· 8 years ago
c833c00
dm: core: Allow driver model to be disabled for TPL
by Simon Glass
· 8 years ago
74254d0
Makefile: Provide an option to select SPL or TPL
by Simon Glass
· 8 years ago
e770603
board_f: powerpc: Drop unused headers
by Simon Glass
· 8 years ago
6ab9107
board_f: Make relocation functions generic
by Simon Glass
· 8 years ago
6bbf83f
board_f: Make init_helpers generic
by Simon Glass
· 8 years ago
bbf26ab
powerpc: Move setup_board_extra() into a PPC file
by Simon Glass
· 8 years ago
b3c1256
board_f: Move errno.h down to the bottom
by Simon Glass
· 8 years ago
db8035f
board_f: Drop unused headers
by Simon Glass
· 8 years ago
4096e3a
Move dram_init_banksize() to a common header
by Simon Glass
· 8 years ago
2f949c3
board_f: Drop setup_dram_config() wrapper
by Simon Glass
· 8 years ago
6a55322
board_f: Drop CONFIG_SPL_BUILD check
by Simon Glass
· 8 years ago
70ac86c
board_f: Put video memory reservation in one function
by Simon Glass
· 8 years ago
e3cb449
board_f: Move the extra #ifdef condition into reserve_mmu()
by Simon Glass
· 8 years ago
bcf257d
board_f: Use a single condition for reserve_logbuffer()
by Simon Glass
· 8 years ago
acaf69f
xtensa: Place relocated U-Boot in the normal place
by Simon Glass
· 8 years ago
39f90ba
board_f: Drop return value from initdram()
by Simon Glass
· 8 years ago
b4de3f3
board_f: Drop board_type parameter from initdram()
by Simon Glass
· 8 years ago
49f0caf
i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS
by Simon Glass
· 8 years ago
861c041
i2c: Drop unused i2c_soft...() functions
by Simon Glass
· 8 years ago
ee7c36f
board_f: x86: Use checkcpu() for CPU init
by Simon Glass
· 8 years ago
c04d5b9
board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private
by Simon Glass
· 8 years ago
b419dbb
board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()
by Simon Glass
· 8 years ago
156283f
board_f: powerpc: Move prt_83xx_rsr() to private code
by Simon Glass
· 8 years ago
6829d8c
powerpc: freescale: Unify the two get_clocks() calls
by Simon Glass
· 8 years ago
34863be
board_f: Use timer_init() on all archs
by Simon Glass
· 8 years ago
4c974d7
board_f: powerpc: Use timer_init() instead of init_timebase()
by Simon Glass
· 8 years ago
e8d20d4
board_f: powerpc: Unified get_clocks() portion of init sequence
by Simon Glass
· 8 years ago
25eb4cb
board_f: Remove adjust_sdram_tbs_8xx() from the init sequence
by Simon Glass
· 8 years ago
61572ad
board_f: Remove sdram_adjust_866() from the init sequence
by Simon Glass
· 8 years ago
ffe0fb4
board_f: powerpc: Rename get_clocks_866() to get_clocks()
by Simon Glass
· 8 years ago
70064a7
board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections
by Simon Glass
· 8 years ago
295c423
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
by Simon Glass
· 8 years ago
5b66888
board_f: initcall: Add a header guard
by Simon Glass
· 8 years ago
b94eed5
board_f: sandbox: Move setup_ram_buf() to private code
by Simon Glass
· 8 years ago
7ba4b4a
OpenRISC: Remove
by Tom Rini
· 8 years ago
fef2bd1
SPARC: Remove
by Tom Rini
· 8 years ago
210ebce
Blackfin: Remove
by Tom Rini
· 8 years ago
a467753
mx6sxsabreauto: Remove legacy CONFIG_PCA953X
by Tom Rini
· 8 years ago
14c576b
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
47b3cab
sunxi: Add OrangePi PC 2 initial support
by Andre Przywara
· 8 years ago
5611a2d
sunxi: introduce Allwinner H5 config option
by Andre Przywara
· 8 years ago
5fb9743
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
by Andre Przywara
· 8 years ago
5d0d28f
sunxi: DRAM: add Allwinner H5 support
by Andre Przywara
· 8 years ago
c10848d
SPI: SPL: sunxi: fix 64-bit build
by Andre Przywara
· 8 years ago
3a63c23
sunxi: provide ARMv8 mem_map for every ARM64 board
by Andre Przywara
· 8 years ago
de454ec
sunxi: Kconfig: introduce CONFIG_SUNXI_HIGH_SRAM
by Andre Przywara
· 8 years ago
b93178e
sunxi: configs: merge sun9i and sun50i SPL memory definitions
by Andre Przywara
· 8 years ago
4330eb9
sunxi: simplify ACTLR.SMP bit set #ifdef
by Andre Przywara
· 8 years ago
9d095c3
fsl: ls102x: remove redundant GENERIC_TIMER_CLK
by Andre Przywara
· 8 years ago
70c7893
ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY
by Andre Przywara
· 8 years ago
cd975a4
sunxi: fix ACTLR.SMP assembly routine
by Andre Przywara
· 8 years ago
b6cca7d
dm: avoid dropping pin control DT properties in case of SPL_PINCTRL
by Vikas Manocha
· 8 years ago
eaffda7
dm: test: Add test for device removal
by Stefan Roese
· 8 years ago
8ab5a1b
arm: bootm: Add dm_remove_devices_flags() call to announce_and_cleanup()
by Stefan Roese
· 8 years ago
505045d
dm: core: Add dm_remove_devices_flags() and hook it into device_remove()
by Stefan Roese
· 8 years ago
80b5bc9
dm: core: Add flags parameter to device_remove()
by Stefan Roese
· 8 years ago
971e53a
rockchip: Add support for MiQi rk3288 board
by Jernej Skrabec
· 8 years ago
3c6372d
rockchip: cosmetic: Sort RK3288 boards
by Jernej Skrabec
· 8 years ago
8c4bdec
dts: rk3399: move rockchip, vbus-gpio properties into board-specific files
by Philipp Tomsich
· 8 years ago
23aec1d
defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma)
by Philipp Tomsich
· 8 years ago
3093d20
dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM
by Philipp Tomsich
· 8 years ago
90dd6d9
rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig
by Jakob Unterwurzacher
· 8 years ago
7ab3571
arm64: rockchip: rk3399-puma: add DDR3-1333 timings
by Philipp Tomsich
· 8 years ago
4f21299
rockchip: rk3399: spl: make SPL boot-order configurable via /chosen
by Philipp Tomsich
· 8 years ago
e1de611
rockchip: rk3188: Add Radxa Rock board
by Heiko Stübner
· 8 years ago
e2f94ae
string: Provide a slimmed-down memset()
by Simon Glass
· 8 years ago
6223c28
Makefile: Correct dependency race condition with TPL
by Simon Glass
· 8 years ago
9fcfe3e
rockchip: dts: firefly: add usb host power supply node
by Eddie Cai
· 8 years ago
1e4ed30
rockchip: rk3188: follow THUMB_BUILD Kconfig migration
by Heiko Stübner
· 8 years ago
775bc39
rockchip: clk: rk3399: 24MHz is not a power of 2
by Philipp Tomsich
· 8 years ago
5c6523e
dts: rk3399: add gmac for the rk3399
by Philipp Tomsich
· 8 years ago
99cac58
net: gmac_rockchip: Add support for the RK3399 GMAC
by Philipp Tomsich
· 8 years ago
bfa896c
rockchip: clk: rk3399: add clocking support for Ethernet
by Philipp Tomsich
· 8 years ago
cf0a4ba
rockchip: clk: rk3399: fix warnings for unused variables in SPL/non-SPL
by Philipp Tomsich
· 8 years ago
2be5abf
rockchip: pinctrl: rk3399: add GMAC (RGMII only) support
by Philipp Tomsich
· 8 years ago
f911808
rockchip: arm64: rk3399: remove unconditional debug message
by Philipp Tomsich
· 8 years ago
5803cf2
rockchip: spl: RK3399: add COUNTER_FREQUENCY define to rk3399_common.h
by Philipp Tomsich
· 8 years ago
2ae12ee
rockchip: video: Split out HDMI controller code
by Jernej Skrabec
· 8 years ago
3714d31
rockchip: i2c: Add compatibles for Rockchip Cortex-A9 socs
by Heiko Stübner
· 8 years ago
ba188bb
rockchip: rk3188: Setup the armclk in spl
by Heiko Stübner
· 8 years ago
4126265
rockchip: clk: rk3188: Allow configuration of the armclk
by Heiko Stübner
· 8 years ago
ec0e260
rockchip: rk3188: Cleanup some SPL/TPL rename leftovers
by Heiko Stübner
· 8 years ago
2e14047
rockchip: rk3188: Decode the actual amount of ram
by Heiko Stübner
· 8 years ago
0bb016e
rockchip: rk3188: sdram: Set correct sdram base
by Heiko Stübner
· 8 years ago
fdf967c
rockchip: rk3188: add README.rockchip paragraph describing sd boot
by Heiko Stübner
· 8 years ago
fc4010e
rockchip: rk3188: enable TPL_LIBGENERIC for generic memset
by Heiko Stübner
· 8 years ago
e603a3d
rockchip: spl: use spl_early_init() instead of spl_init()
by Kever Yang
· 8 years ago
a0ee8d1
rockchip: pinctrl: use per-SoC option names for Kconfig
by Philipp Tomsich
· 8 years ago
e39ccb5
rockchip: mkimage: update rkimage to support pre-padded payloads
by Philipp Tomsich
· 8 years ago
c244871
rockchip: spl: RK3399: use boot0 hook to create space for SPL magic
by Philipp Tomsich
· 8 years ago
087ce82
rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399
by Philipp Tomsich
· 8 years ago
421c405
rockchip: mkimage: simplify start/size calculation for rc4_encode
by Philipp Tomsich
· 8 years ago
b7c4907
rockchip: configs: correct mmc env dev for rk3288 based boards
by Jacob Chen
· 8 years ago
0339c9a
Prepare v2017.05-rc1
by Tom Rini
· 8 years ago
378c8db
Merge git://git.denx.de/u-boot-tegra
by Tom Rini
· 8 years ago
Next »