Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d1c0d2c3cf58f0043e37def303ba47e411fab14e
d1c0d2c
x86: drop unused code in coreboot.c
by Stefan Reinauer
· 12 years ago
965b90b
x86: Remove coreboot_ from file name
by Stefan Reinauer
· 12 years ago
56cee44
x86: Provide a way to throttle port80 accesses
by Vadim Bendebury
· 12 years ago
6ab0258
x86: Provide tick counter and frequency reference for Intel core architecture
by Vadim Bendebury
· 12 years ago
33307c4
x86: Issue SMI to finalize Coreboot in final stage
by Duncan Laurie
· 12 years ago
115f747
x86: Fix MTRR clear to detect which MTRR to use
by Duncan Laurie
· 12 years ago
43a2fdd
x86: Emit port 80 post codes in show_boot_progress()
by Stefan Reinauer
· 12 years ago
791f61b
x86: fdt: Create basic .dtsi file for coreboot
by Simon Glass
· 12 years ago
ef4356d
x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly
by Gabe Black
· 12 years ago
050a4c6
x86: Add support for CONFIG_OF_CONTROL
by Gabe Black
· 12 years ago
0065144
x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading
by Stefan Reinauer
· 12 years ago
ef89932
x86: Add back cold- and warm-boot flags
by Gabe Black
· 12 years ago
7169ce3
x86: Override calculate_relocation_address to use the e820 map
by Gabe Black
· 12 years ago
b841abf
x86: Make calculate_relocation_address an overridable function
by Gabe Black
· 12 years ago
c1b5877
x86: Make the upper bound on relocated symbols closed instead of open
by Gabe Black
· 12 years ago
1311361
x86: Reorder x86's post relocation memory layout
by Gabe Black
· 12 years ago
a97cbda
x86: Initialise SPI if enabled
by Gabe Black
· 12 years ago
d64c6ad
x86: Implement arch_phys_memset so that it can wipe memory above 4GB
by Gabe Black
· 12 years ago
a2f3a93
Introduce arch_phys_memset which works like memset but on physical memory
by Gabe Black
· 12 years ago
8f090ca
x86: Increase the size of the phys_size_t and phys_addr_t types
by Gabe Black
· 12 years ago
bf4c9fb
x86: Fix off-by-one error in do_elf_reloc_fixups()
by Duncan Laurie
· 12 years ago
5dfabfa
x86: Ignore memory >4GB when parsing Coreboot tables
by Duncan Laurie
· 12 years ago
c777e52
x86: Enable CONFIG_CMD_ZBOOT for coreboot
by Simon Glass
· 12 years ago
923bbf0
x86: Fix indirect jmp warning in zimage.c
by Simon Glass
· 12 years ago
101e4b7
x86: Clean up MTRR 7 right before jumping to the kernel
by Stefan Reinauer
· 12 years ago
a0190bd
x86: Import MSR/MTRR code from Linux
by Graeme Russ
· 12 years ago
2e5225e
x86: Provide a function to clean up just before booting a zimage
by Stefan Reinauer
· 12 years ago
2acf848
x86: Add basic cache operations
by Stefan Reinauer
· 12 years ago
f0c7e2a
x86: Fill in the dram info using the e820 map on coreboot/x86
by Gabe Black
· 12 years ago
8cd22c8
x86: Add a CBMEM timestamp generated right before the kernel startup.
by Vadim Bendebury
· 12 years ago
5220654
x86: Enable coreboot timestamp facility support in u-boot.
by Vadim Bendebury
· 12 years ago
1d82bac
x86: Add function to read time stamp counter
by Vadim Bendebury
· 12 years ago
50a5ebe
x86: gpio: Add additional GPIO banks to the ICH6 driver
by Bill Richardson
· 12 years ago
aed8413
x86: Enable ICH6 GPIO controller for coreboot
by Simon Glass
· 12 years ago
eece432
x86: gpio: Add GPIO driver for Intel ICH6 and later.
by Bill Richardson
· 12 years ago
e717a50
4xx: Fix PCI memory mapping on CPCI405 boards
by Matthias Fuchs
· 12 years ago
28eeffa
Makefile: Add target for combined spl/u-boot.bin & u-boot.img
by Stefan Roese
· 12 years ago
f7f05a9
Makefile: Add possibility to set entry-point for u-boot.img
by Stefan Roese
· 12 years ago
e1b8d0b
mpc5200: Add a3m071 board support
by Stefan Roese
· 12 years ago
50b5ac0
mpc5200: Add SPL support
by Stefan Roese
· 12 years ago
b2405c0
env: Enable getenv_f() for SPL_BUILD
by Stefan Roese
· 12 years ago
ec90d34
SPL: Port SPL framework to powerpc
by Stefan Roese
· 12 years ago
79dc544
powerpc: Extract EPAPR_MAGIC constants into processor.h
by Stefan Roese
· 12 years ago
2123c37
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
8758307
x86: Don't spam POST80 codes with slow IO functions
by Stefan Reinauer
· 12 years ago
2477646
x86: Define CONFIG_SYS_VSNPRINTF for coreboot
by Simon Glass
· 12 years ago
1871f80
x86: Fix typo in pcat_timer.c
by Stefan Reinauer
· 12 years ago
b74308d
x86: Include types.h explicitly in the i386 version of io.h
by Gabe Black
· 12 years ago
138c2be
x86: Add a dummy implementation for timer_get_us
by Gabe Black
· 12 years ago
846d08e
x86: Add a default implementation for cleanup_before_linux()
by Gabe Black
· 12 years ago
fb9caaf
x86: Add a minimal device tree for alex x86
by Gabe Black
· 12 years ago
2547dee
x86: Add an fdt pointer to the global data structure
by Gabe Black
· 12 years ago
23218f7
x86: video: Add coreboot framebuffer support
by Stefan Reinauer
· 12 years ago
1825f85
x86: Remove coreboot start16 code
by Simon Glass
· 12 years ago
76ce249
x86: Allow compiling out realmode/bios code
by Gabe Black
· 12 years ago
b357bc0
x86: Select stdio devices for coreboot
by Simon Glass
· 12 years ago
e53e53b
x86: Add console command to display CBMEM console buffer
by Vadim Bendebury
· 12 years ago
263a8bd
x86: Add CBMEM console driver for coreboot
by Vadim Bendebury
· 12 years ago
bc30b21
x86: coreboot: Decode additional coreboot sysinfo tags
by Simon Glass
· 12 years ago
9a03c91
x86: coreboot: Drop sysinfo.c
by Stefan Reinauer
· 12 years ago
af198d8
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 12 years ago
069f100
include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s
by Nobuhiro Iwamatsu
· 12 years ago
5d2b5a2
serial: serial_sh: bugfix: autoboot fails if serial console is not connected
by Tetsuyuki Kobayashi
· 12 years ago
fdc3dc6
sh: fix trigger_address_error()
by Yoshihiro Shimoda
· 12 years ago
fd757b6
Merge branch 'master' of git://git.denx.de/u-boot-fdt
by Tom Rini
· 12 years ago
f4c5a5f
fdt: Correct global_data condition in main
by Simon Glass
· 12 years ago
6c7785c
Merge branch 'master' of git://www.denx.de/git/u-boot-x86
by Tom Rini
· 12 years ago
45b30b9
x86: coreboot: Enable LPC TPM
by Simon Glass
· 12 years ago
b1992e2
x86: Remove coreboot start16 code
by Simon Glass
· 12 years ago
57c5574
x86: coreboot: Implement recursively scanning PCI busses
by Gabe Black
· 12 years ago
7a8906e
x86: coreboot: Modify u-boot code to allow building coreboot payload
by Vadim Bendebury
· 12 years ago
67bb7b0
x86: coreboot: Tell u-boot about PCI bus 0 when initializing
by Gabe Black
· 12 years ago
565456b
x86: coreboot: Move non-board specific files to coreboot arch directory
by Stefan Reinauer
· 12 years ago
92927ec
x86: Add some missing includes
by Gabe Black
· 12 years ago
14f8246
x86: Allow excluding reset vector code from u-boot
by Gabe Black
· 12 years ago
bc47409
x86: Add initial memory barrier macros
by Simon Glass
· 12 years ago
5c9bb12
x86: Add ilog2 to bitops
by Graeme Russ
· 12 years ago
af359ac
x86: Remove duplicate PCI init
by Graeme Russ
· 12 years ago
007818a
x86: Put global data on the stack
by Graeme Russ
· 12 years ago
d29712e
x86: Forward declare gd_t
by Graeme Russ
· 12 years ago
a33f100
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
by Tom Rini
· 12 years ago
a1fe6aa
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 12 years ago
8589d1f
powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE
by York Sun
· 12 years ago
cd58656
powerpc/85xx: update the work-around for P4080 erratum SERDES-9
by Timur Tabi
· 12 years ago
c48234e
powerpc/p4080ds: fix PCI-e x8 link training down failure
by Yuanquan Chen
· 12 years ago
2ce421a
powerpc/corenet_ds: move SATA config to board configuration
by Zang Roy-R61911
· 12 years ago
c5355dd
powerpc/85xx: implement check for erratum A-004580 work-around
by Timur Tabi
· 12 years ago
82eac67
powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack list
by Kim Phillips
· 12 years ago
f066a04
powerpc/mpc85xx: Temporary fix for spin table backward compatibility
by York Sun
· 12 years ago
7664bfe
powerpc/P2041RDB: Fix Flash address LAW address
by York Sun
· 12 years ago
534a9b3
powerpc/corenet_ds: Update DDR timing for single-rank DIMMs
by York Sun
· 12 years ago
e3ab8c1
powerpc/85xx: implement check for erratum A-004849 work-around
by Timur Tabi
· 12 years ago
04b4a88
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
by Timur Tabi
· 12 years ago
9a7b5a3
powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC
by Timur Tabi
· 12 years ago
80f535b
powerpc/qoriq: Move FMAN microcode location
by York Sun
· 12 years ago
eb766ad
mmc: Properly determine maximum supported bus width
by Andy Fleming
· 12 years ago
992562c
8xxx: Change all 8*xx_DDR addresses to 8xxx
by Andy Fleming
· 12 years ago
9cd2f42
mmc: Fix incorrect handling of 'read' & 'write' commands
by Taylor Hutt
· 12 years ago
f227e45
mmc: tegra: use bounce buffer APIs
by Stephen Warren
· 12 years ago
4a8629e
common: rework bouncebuf implementation
by Stephen Warren
· 12 years ago
Next »