Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f95ad8c91c5a150f8e4481b68e4dbee5a3a5d0b2
f95ad8c
x86: Add support for passing tables into U-Boot
by Simon Glass
· 9 years ago
ce62a25
efi: Add 64-bit payload support
by Simon Glass
· 9 years ago
bae81c7
x86: Add a way to call 32-bit code from 64-bit mode
by Simon Glass
· 9 years ago
d360b2f
x86: Add an enum for some commonly-used GDT bits
by Simon Glass
· 9 years ago
9e72e64
x86: Support building the EFI stub
by Simon Glass
· 9 years ago
63f581f
efi: Add support for loading U-Boot through an EFI stub
by Simon Glass
· 9 years ago
672e82c
x86: Add relocation and link script for a 64-bit EFI application
by Simon Glass
· 9 years ago
b7d47db
x86: Add definitions for the x86-efi board and plumb it in
by Ben Stoltz
· 9 years ago
32ad3c0
x86: Allow relocation code to build without text base
by Simon Glass
· 9 years ago
8aea77a
x86: dts: Add a device tree file for EFI
by Simon Glass
· 9 years ago
19c23fd
x86: Add EFI board code
by Ben Stoltz
· 9 years ago
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· 9 years ago
f2bf7ad
x86: Add asm/elf.h for x86-specific ELF definitions
by Simon Glass
· 9 years ago
c615773
x86: Support skipping relocation for EFI
by Simon Glass
· 9 years ago
57c5d36
efi: Support building a u-boot-app.efi executable
by Simon Glass
· 9 years ago
c24aae5
x86: Set up toolchain flags for running as EFI application
by Ben Stoltz
· 9 years ago
b7e4124
efi: Drop CONFIG_SYS_TEXT_BASE for EFI
by Ben Stoltz
· 9 years ago
5a991bd
efi: Add a serial driver
by Simon Glass
· 9 years ago
00dd17a
Add a way to skip relocation
by Simon Glass
· 9 years ago
c05168f
x86: Update README to explain booting Ubuntu on Minnowmax
by Simon Glass
· 9 years ago
171833e
x86: minnowmax: Drop the old PCI settings
by Simon Glass
· 9 years ago
3c5eeb9
x86: dts: Fix typo in intel,irq-router.txt
by Simon Glass
· 9 years ago
cec16f5
x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file
by Simon Glass
· 9 years ago
1c32bdb
x86: Move CONFIG_X86_SERIAL to Kconfig
by Simon Glass
· 9 years ago
dfb7c6c
x86: Move Chrome OS options to defconfig
by Simon Glass
· 9 years ago
147a560
dm: Add a return value comment to device_get_child()
by Simon Glass
· 9 years ago
a292d2a
pci: Indicate prefetchable memory allocate when debugging
by Simon Glass
· 9 years ago
84f5733
pci: Add a constant for an invalid interrupt
by Simon Glass
· 9 years ago
a459d66
efi: Display the correct initcall pre-relocation values
by Simon Glass
· 9 years ago
1930e8d
efi: Avoid using non-existent text base
by Ben Stoltz
· 9 years ago
9539e69
efi: Add start-up library code
by Simon Glass
· 9 years ago
7f65c09
x86: Allow use of global_data with EFI
by Simon Glass
· 9 years ago
2b9acba
pci: Fix up code for CONFIG_PCI_ENUM_ONLY
by Simon Glass
· 9 years ago
927c104
pci: Use debug() instead of DEBUGF() in pci_auto.c
by Simon Glass
· 9 years ago
c4b9ef8
x86: Tidy up a few minor issues with interrupts
by Simon Glass
· 9 years ago
daa93d9
x86: Add some missing global_data declarations in files that use gd
by Simon Glass
· 9 years ago
f2d1a11
x86: Tidy up the 64-bit calling code
by Simon Glass
· 9 years ago
1ec83e8
x86: Drop unused copy_fdt_to_ram()
by Simon Glass
· 9 years ago
5d18dc9
x86: Tidy up global_data flags
by Simon Glass
· 9 years ago
feb0027
Reserve the top 16 flag bits for architecture-specific use
by Simon Glass
· 9 years ago
cecf90e
x86: Use CR0 constants in CPU init
by Simon Glass
· 9 years ago
611f749
x86: Add various minor tidy-ups to the 32-bit startup code
by Simon Glass
· 9 years ago
a922cb4
Bring in __aligned_u64 and friends to linux/types.h
by Simon Glass
· 9 years ago
68ae3f8
Allow objcopy to work without filling gaps with 0xff
by Simon Glass
· 9 years ago
3ed7dda
elf: Add a few definitions for 64-bit relocation
by Simon Glass
· 9 years ago
6664077
dm: serial: Correct logic in serial_find_console_or_panic()
by Simon Glass
· 9 years ago
46766df
dm: core: Check for empty list in uclass_find_device()
by Simon Glass
· 9 years ago
68b27d3
Support removing default assembler flags
by Simon Glass
· 9 years ago
d6c09ba
common: command add '\n' for debug msg
by Peng Fan
· 9 years ago
6cd571b
lib: fdt: fix indent of #ifdef..#endif conditional
by Masahiro Yamada
· 9 years ago
6bd4484
common: Print nothing in the __weak checkboard()
by Bin Meng
· 9 years ago
6b94c42
gitignore: Add defconfig and fdtgrep
by Bin Meng
· 9 years ago
947391c
x86: bayleybay: Configure PCI IRQ
by Bin Meng
· 9 years ago
e1c4935
x86: Add Intel Bayley Bay board support
by Bin Meng
· 9 years ago
6a3de7c
x86: Add microcode for BayTrail-I B0 stepping
by Bin Meng
· 9 years ago
a43c5d9
x86: baytrail: Update UPD setting for FSP Gold4 release
by Bin Meng
· 9 years ago
82977a8
x86: minnowmax: Remove smsc47x superio codes
by Bin Meng
· 9 years ago
e751844
x86: Sanity test on vesa parameters before setting up kernel screen_info
by Bin Meng
· 9 years ago
6647f57
x86: qemu: Add MP initialization
by Bin Meng
· 9 years ago
b9f3277
x86: Add a 'pause' instruction in __udelay() for QEMU target
by Miao Yan
· 9 years ago
8571ea5
doc: dm: Update pci-info.txt for pci support
by Bin Meng
· 9 years ago
02284a0
dm: pci: Allow scan bridge child devices before relocation
by Bin Meng
· 9 years ago
f78abfb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
200eecd
configs: ti_armv7_keystone2: replace addr_uboot with loadaddr
by Vitaly Andrianov
· 9 years ago
817c1f0
armv8/ls2085ardb: Add USB support for ls2085ardb
by Nikhil Badola
· 9 years ago
0393333
armv8/ls2085aqds: Add USB support for ls2085aqds
by Nikhil Badola
· 9 years ago
2b53ade
armv8/lsch3/config: Define USB XHCI controller base address for LS2085A
by Nikhil Badola
· 9 years ago
883f720
armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A
by Nikhil Badola
· 9 years ago
999273f
drivers/ddr/fsl: Adjust bstopre value
by York Sun
· 9 years ago
9b39fa2
drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper
by horia.geanta@freescale.com
· 9 years ago
66e26aa
drivers/crypto/fsl: fix snooping for write transactions
by horia.geanta@freescale.com
· 9 years ago
5016de2
drivers/crypto/fsl: fix "era" property value on LE platforms
by horia.geanta@freescale.com
· 9 years ago
5d7d24b
drivers/pci/layerscape: Add EP mode support
by Minghuan Lian
· 9 years ago
c5bc6aa
drivers/pci: Add function to find an extended capability
by Minghuan Lian
· 9 years ago
9564df6
drivers/fsl-mc: flib changes for mc 8.0.0
by Prabhakar Kushwaha
· 9 years ago
befb5cb
drivers/crypto/fsl: enable raw data instead of von Neumann data
by Alex Porosanu
· 10 years ago
5a0d763
drivers/crypto/fsl: change starting entropy delay value
by Alex Porosanu
· 10 years ago
f8d6a7f
drivers/crypto/fsl: disable RNG oscillator maximum frequency check
by Alex Porosanu
· 10 years ago
158cff0
armv7/ls1021a/etsec: Enable Tx Data and TxBD snooping
by Alison Wang
· 9 years ago
5dec9d7
armv7/ls1021a: allow OCRAM access permission as R/W in SPL
by Alison Wang
· 9 years ago
0b5034c
armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin table
by Wang Dongsheng
· 9 years ago
08a01d4
armv7/ls1021atwr: program the regulator for deep sleep
by chenhui zhao
· 10 years ago
8b160bc
armv7/ls1021atwr: added deep sleep support in uboot
by Tang Yuantian
· 10 years ago
3093be7
armv7/lS1021atwr: Enable bootscript for secure boot
by gaurav rana
· 10 years ago
d64f1a4
driver/qe: use strncpy instead of strcpy
by Zhao Qiang
· 10 years ago
7879a49
drivers/qe: transform parameter to compatible type
by Zhao Qiang
· 10 years ago
065bab8
armv7/ls1021a: Reserve secure code into RAM instead of OCRAM
by Zhuoyu Zhang
· 10 years ago
3e120f6
Prepare v2015.10-rc1
by Tom Rini
· 9 years ago
4a43fe9
fsl_esdhc.c: Always make check_and_invalidate_dcache_range available
by Tom Rini
· 9 years ago
65022b3
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
73f3ccb
arm: mx6: tqma6: fix build for WRU-IV baseboard
by Stefano Babic
· 9 years ago
dbf316a
imx: mx6ul_14x14_evk add basic board support
by Peng Fan
· 9 years ago
96605db
imx: imx6_spl add mx6ul support
by Peng Fan
· 9 years ago
98f11a1
imx:mx6ul add dram spl configuration and header file
by Peng Fan
· 9 years ago
3df187a
mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL
by Peng Fan
· 9 years ago
f5dd87e
mxc: gpio add i.MX6UL support
by Peng Fan
· 9 years ago
80b2415
imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL
by Peng Fan
· 9 years ago
cf333da
imx: mx6ul update soc related settings
by Peng Fan
· 9 years ago
6ac4a43
imx: mx6ul select SYS_L2CACHE_OFF
by Peng Fan
· 9 years ago
40a6ed1
imx:mx6ul add clock support
by Peng Fan
· 9 years ago
Next »