Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
61488c111235a4ec2db9bd2b56ed925d99ca34f9
61488c1
ARM: Introduce function to switch to hypervisor mode
by Keerthy
· 8 years ago
cdccbdb
configs: dra7xx_evm_defconfig: Enable LPAE mode
by Keerthy
· 8 years ago
5cf3c3c
configs: am57xx_evm_defconfig: Enable LPAE mode
by Keerthy
· 8 years ago
711bb0b
omap: Set appropriate cache configuration for LPAE and non-LAPE cases
by Keerthy
· 8 years ago
708bc29
omap: Remove hardcoding of mmu section shift to 20
by Keerthy
· 8 years ago
1f8378a
PWM: Correct misspellings of "module" in context of PWM
by Robert P. J. Day
· 8 years ago
7b84eaa
ARM64: Add support for some of atomic64 operations
by Adam Oleksy
· 8 years ago
6cf2ddb
cmd/onenand.c: block align warning
by Ladislav Michl
· 8 years ago
a3297a6
search.h: Numerous grammatical fixes, comment updates
by Robert P. J. Day
· 8 years ago
c5b1e5d
Various, accumulated typos collected from around the tree.
by Robert P. J. Day
· 8 years ago
9c2eca1
ARMv8/sec-firmware: fix a compile error
by Hou Zhiqiang
· 8 years ago
39cb834
ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.S
by Siarhei Siamashka
· 8 years ago
0b49b84
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment
by Andreas Fenkart
· 8 years ago
5e755c7
tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf
by Andreas Fenkart
· 8 years ago
ae3b320
tools/env: pass bad block offset by value
by Andreas Fenkart
· 8 years ago
2228158
tools/env: factor out environment_end function
by Andreas Fenkart
· 8 years ago
8a80c33
gunzip: cache-align write buffer memory
by Clemens Gruber
· 8 years ago
8e99538
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
by Simon Glass
· 8 years ago
1728f0a
README: Drop CONFIG_MPC8349ADS
by Simon Glass
· 8 years ago
cce63b1
README: Drop README.imx31
by Simon Glass
· 8 years ago
8e594fa
atmel: Drop README.at91-soc
by Simon Glass
· 8 years ago
7f06bb0
README: Drop CONFIG_SYS_USE_OSCCLK
by Simon Glass
· 8 years ago
9a6ac8b
README: Drop CONFIG_SYS_INIT_DATA_SIZE
by Simon Glass
· 8 years ago
b05e2b3
README: i2c: Drop unused i2c CONFIG options
by Simon Glass
· 8 years ago
4b62ed5
README: sh: Drop CONFIG_SYS_I2C_SH_BASE5
by Simon Glass
· 8 years ago
9bca547
README: Drop CONFIG_SYS_USB_BRG_CLK
by Simon Glass
· 8 years ago
9851845
README: Drop CONFIG_LAN91C96_BASE
by Simon Glass
· 8 years ago
489f61d
README: Drop CONFIG_OF_BOOT_CPU
by Simon Glass
· 8 years ago
ef47a43
README: Drop unused CONFIG_SYS_LS_MC_FW_... options
by Simon Glass
· 8 years ago
fa8527b
README: Drop unused JFFS2 options
by Simon Glass
· 8 years ago
5b9a517
README: Correct CONFIG_ENV_OFFSET_RENDUND typo
by Simon Glass
· 8 years ago
5c2fbbb
README: Drop CONFIG_COGENT and related options
by Simon Glass
· 8 years ago
6a27e15
README: Drop old Intel Monahans comment
by Simon Glass
· 8 years ago
ce8f509
spl: Make spl_boot_list a local variable
by Simon Glass
· 8 years ago
43a734f
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· 8 years ago
3eb382a
spl: Update fat functions to take an spl_image parameter
by Simon Glass
· 8 years ago
0649e91
spl: Update ext functions to take an spl_image parameter
by Simon Glass
· 8 years ago
ee30679
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· 8 years ago
a499648
spl: Convert spl_board_load_image() to use linker list
by Simon Glass
· 8 years ago
d9aefcb
spl: Convert spl_net_load_image() to use linker list
by Simon Glass
· 8 years ago
dd8e224
spi: Move freescale-specific code into a private header
by Simon Glass
· 8 years ago
b9f6d89
spl: Convert spl_spi_load_image() to use linker list
by Simon Glass
· 8 years ago
172b39f
spl: spi: Move the generic SPI loader into common/spl
by Simon Glass
· 8 years ago
3d2872e
spl: Convert spl_sata_load_image() to use linker list
by Simon Glass
· 8 years ago
c43541b
spl: Convert spl_usb_load_image() to use linker list
by Simon Glass
· 8 years ago
944e0e3
spl: Convert spl_ymodem_load_image() to use linker list
by Simon Glass
· 8 years ago
8f42e64
spl: Convert spl_nor_load_image() to use linker list
by Simon Glass
· 8 years ago
383aa47
spl: Convert spl_onenand_load_image() to use linker list
by Simon Glass
· 8 years ago
6cf82c9
spl: Convert spl_nand_load_image() to use linker list
by Simon Glass
· 8 years ago
92619e8
spl: Convert spl_ubi_load_image() to use linker list
by Simon Glass
· 8 years ago
d449cb8
spl: Convert spl_mmc_load_image() to use linker list
by Simon Glass
· 8 years ago
d561db9
spl: Convert spl_ram_load_image() to use linker list
by Simon Glass
· 8 years ago
d1cf373
spl: Add a way to declare an SPL image loader
by Simon Glass
· 8 years ago
c0b6c9b
spl: Convert boot_device into a struct
by Simon Glass
· 8 years ago
f481ab1
spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
by Simon Glass
· 8 years ago
3e6b1c3
spl: Add function comments to spl_start_uboot()
by Simon Glass
· 8 years ago
b805c35
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· 8 years ago
6b2e4db
spl: Add a parameter to spl_parse_image_header()
by Simon Glass
· 8 years ago
11a1a27
spl: Add a parameter to spl_set_header_raw_uboot()
by Simon Glass
· 8 years ago
8dd1c9e
spl: Move spl_board_load_image() into a generic header
by Simon Glass
· 8 years ago
eaa24e7f
serial: ns16550: Handle -ENOENT when requesting clock
by Alexandre Courbot
· 8 years ago
1079b3a
Prepare v2016.11-rc1
by Tom Rini
· 8 years ago
2c84db2
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 8 years ago
e2f61e7
ti_armv7_common: Disable Falcon Mode on HS devices
by Andrew F. Davis
· 8 years ago
109d63b
config: Remove usage of CONFIG_STORAGE_EMMC
by Andrew F. Davis
· 8 years ago
f0d354b
ti: omap-common: Allow AM33xx devices to be built securely
by Andrew F. Davis
· 8 years ago
bd24915
board: am33xx-hs: Allow post-processing of FIT image on AM33xx
by Andrew F. Davis
· 8 years ago
8a739ae
am33xx: config.mk: Fix option used to enable SPI SPL image type
by Andrew F. Davis
· 8 years ago
460acec
doc: Update info on using AM33xx secure devices from TI
by Andrew F. Davis
· 8 years ago
a86d6ad
am33xx: config.mk: Add support for additional secure boot image types
by Andrew F. Davis
· 8 years ago
817bbee
Kconfig: Separate AM33XX SOC config from target board config
by Andrew F. Davis
· 8 years ago
f9e50cb
ARM: omap5: add fdt secure dram reservation fixup
by Daniel Allred
· 8 years ago
420ffad
ti_omap5_common: mark region of DRAM protected on HS parts
by Daniel Allred
· 8 years ago
d786f05
ARM: DRA7: Add secure emif setup calls
by Daniel Allred
· 8 years ago
5f858eb
arm: omap5: secure API for EMIF memory reservations
by Daniel Allred
· 8 years ago
082384b
ti: omap5: Add Kconfig options for secure EMIF reservations
by Daniel Allred
· 8 years ago
c95f378
rockchip: add boot-mode support for rk3288, rk3036
by Jacob Chen
· 8 years ago
746070c
rockchip: move common function from board-file to rk3036-board.c
by Jacob Chen
· 8 years ago
73a38ec
rockchip: rename board.c to rk3288-board.c
by Jacob Chen
· 8 years ago
e515291
rockchip: move partitons define from 3036-kylin to 3036-common
by Jacob Chen
· 8 years ago
5e6f7cc
rockchip: miniarm: remove eMMC support
by Xu Ziyuan
· 8 years ago
bbdbec7
config: evb-rk3399: enable pwm regulator
by Kever Yang
· 8 years ago
845b80e
dts: evb-rk3399: add init voltage node for vdd-center
by Kever Yang
· 8 years ago
b8594e2
Kconfig: rockchip: enable DM_PWM and DM_REGULATOR
by Kever Yang
· 8 years ago
11c21c5
rockchip: evb_rk3399: init vdd_center regulator
by Kever Yang
· 8 years ago
8bbe1cc
power: regulator: add pwm regulator
by Kever Yang
· 8 years ago
7ac41cf
rockchip: rkpwm: fix the register sequence
by Kever Yang
· 8 years ago
2fe2fdc
rockchip: rk3399: update PPLL and pmu_pclk frequency
by Kever Yang
· 8 years ago
4d39348
rockchip: add usb mass storage feature support for rk3036
by jacob2.chen
· 8 years ago
0f9ef57
Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board
by Sandy Patterson
· 8 years ago
d70f0f3
Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
by Sandy Patterson
· 8 years ago
a9e92ee
rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled
by Sandy Patterson
· 8 years ago
f264577
rockchip: rk3288: sdram: fix DDR address range
by Xu Ziyuan
· 8 years ago
8353f9d
net, macb: fix misaligned cache operation warning
by Heiko Schocher
· 8 years ago
e89428b
ti_armv7_keystone2: Update addr_mon variable
by Lokesh Vutla
· 8 years ago
ae6b222
ARM: keystone2: Add support for parsing monitor header
by Lokesh Vutla
· 8 years ago
d07a5a6
keystone2: k2g: add env script to load firmware initramfs as part of boot flow
by Murali Karicheri
· 8 years ago
7f56d11
board: k2g: Enable ECC byte lane
by Lokesh Vutla
· 8 years ago
b4b5aac
board: ks2: Enable ECC using detected DDR size
by Lokesh Vutla
· 8 years ago
4ed1eca
fastboot: move FASTBOOT_FLASH options into Kconfig
by Petr Kulhavy
· 8 years ago
Next »