Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
b4302582f309b49a08c770960a37af6fe1f3afb3
« Previous
281239a
x86: Enable multi-core init for Minnowboard MAX
by Simon Glass
· 10 years ago
ede9709
x86: Add a CPU driver for baytrail
by Simon Glass
· 10 years ago
bcb0c61
x86: Allow CPUs to be set up after relocation
by Simon Glass
· 10 years ago
86196c6
x86: Add functions to set and clear bits on MSRs
by Simon Glass
· 10 years ago
45b5a37
x86: Add multi-processor init
by Simon Glass
· 10 years ago
6f41e0e7b
x86: Provide access to the IDT
by Simon Glass
· 10 years ago
5284529
x86: Store the GDT pointer in global_data
by Simon Glass
· 10 years ago
837a136
x86: Add an mfence macro
by Simon Glass
· 10 years ago
1a06d2a
x86: Add defines for fixed MTRRs
by Simon Glass
· 10 years ago
b551173
x86: Add atomic operations
by Simon Glass
· 10 years ago
8e2fac0
Add a 'cpu' command to print CPU information
by Simon Glass
· 10 years ago
6388e35
x86: Add support for the Simple Firmware Interface (SFI)
by Simon Glass
· 10 years ago
11f4dc1
dm: Implement a CPU uclass
by Simon Glass
· 10 years ago
33eac2d
Add print_freq() to display frequencies nicely
by Simon Glass
· 10 years ago
2ea09c8
Move display_options functions to their own header
by Simon Glass
· 10 years ago
9a7d700
x86: Disable -Werror
by Simon Glass
· 10 years ago
4051386
x86: Remove unwanted MMC debugging
by Simon Glass
· 10 years ago
5b9000d
dm: core: Add a function to bind a driver for a device tree node
by Simon Glass
· 10 years ago
4c50934
Fix comment nits in board_f.c
by Simon Glass
· 10 years ago
410b10f
x86: fsp: Use reset_cpu()
by Simon Glass
· 10 years ago
ebebf05
x86: quark: Use reset_cpu()
by Simon Glass
· 10 years ago
5021c81
x86: ivybridge: Use reset_cpu()
by Simon Glass
· 10 years ago
ff6a8f3
x86: Implement reset_cpu() correctly for modern CPUs
by Simon Glass
· 10 years ago
87f4cd3
x86: link: Add PCH driver to support SPI Flash
by Simon Glass
· 10 years ago
8712af9
x86: Update chromebook_link instructions for binary blob
by Simon Glass
· 10 years ago
8ddb8cf
x86: minnowmax: use the correct NOR in the configuration
by Gabriel Huau
· 10 years ago
cc4c8ac
x86: Correct the typo in write_tables()
by Bin Meng
· 10 years ago
99556d7
x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS
by Bin Meng
· 10 years ago
3e45222
x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig
by Bin Meng
· 10 years ago
d99b901
x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
by Bin Meng
· 10 years ago
029194a
x86: Kconfig: Move platform options forward
by Bin Meng
· 10 years ago
65c4ac0
x86: Kconfig: Divide the target selection to vendor/model
by Bin Meng
· 10 years ago
f82a784
x86: quark: Turn on legacy segments decode
by Bin Meng
· 10 years ago
283a08e
x86: Check PIRQ routing table sanity in the F segment
by Bin Meng
· 10 years ago
8827227
x86: minnowmax: add GPIO banks in the device tree
by Gabriel Huau
· 10 years ago
4a34e4b
x86: baytrail: fix the GPIOBASE address
by Gabriel Huau
· 10 years ago
6852248
x86: Correct Minnowboard instructions to use the right descriptor
by Simon Glass
· 10 years ago
6e7b5f2
biosemu: Do not free vga_info->BIOSImage when it is 0xc0000
by Bin Meng
· 10 years ago
81d0b35
pci: Remove parameter 'class' of pci_rom_load()
by Bin Meng
· 10 years ago
d57c2f2
pci: Option rom class is a 24-bit number
by Bin Meng
· 10 years ago
afbf140
x86: queensbay: Implement PIRQ routing
by Bin Meng
· 10 years ago
b5b6b01
x86: Support platform PIRQ routing
by Bin Meng
· 10 years ago
5e2400e
x86: Write configuration tables in last_stage_init()
by Bin Meng
· 10 years ago
e3e7fa2
x86: Add a function to assign IRQ numbers to PCI device
by Bin Meng
· 10 years ago
54c6001
x86: Install a default e820 table in the __weak install_e820_map()
by Bin Meng
· 10 years ago
24ff8e7
x86: Clean up arch/x86/include/asm/e820.h
by Bin Meng
· 10 years ago
0a9bb48
x86: Add alias for SPI node in the board dts
by Bin Meng
· 10 years ago
1926883
x86: Set serial port IRQ for SMSC LPC47M
by Bin Meng
· 10 years ago
d21d05f
x86: Move CONFIG_ENV_IS_IN_SPI_FLASH to x86-common.h
by Bin Meng
· 10 years ago
9704f23
x86: queensbay: Avoid using PCH prefix
by Bin Meng
· 10 years ago
5098d73
x86: Remove the old VGA driver
by Bin Meng
· 10 years ago
4a705b1
x86: minnowmax: Remove CONFIG_VIDEO_X86 in the defconfig
by Bin Meng
· 10 years ago
ace97d2
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
1692515
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
5ca269a
ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQ
by Masahiro Yamada
· 10 years ago
9b9c651
ARM: zynq: move SoC headers to mach-zynq/include/mach
by Masahiro Yamada
· 10 years ago
0107f24
ARM: zynq: move SoC sources to mach-zynq
by Masahiro Yamada
· 10 years ago
7472a5d
ARM: zynq: pass "-mfpu=neon" only to lowlevel_init.S
by Masahiro Yamada
· 10 years ago
31137ac
zynqmp: Enable SDHCI0 options
by Michal Simek
· 10 years ago
5af37bd
zynqmp: Enable FS_GENERIC option
by Siva Durga Prasad Paladugu
· 10 years ago
48d7260
zynqmp: Add SPI driver support for ZynqMP
by Siva Durga Prasad Paladugu
· 10 years ago
2594e03
zynqmp: i2c: Enable i2c driver for zynqMP
by Siva Durga Prasad Paladugu
· 10 years ago
39c56f5
zynqmp: Add support for EMMC bootmode
by Michal Simek
· 10 years ago
16247d2
zynqmp: Add support for emulation platform - Veloce
by Michal Simek
· 10 years ago
a7858f6
zynq: timer: Fix wrong timer calculation
by Siva Durga Prasad Paladugu
· 10 years ago
eddabd1
zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CD
by Siva Durga Prasad Paladugu
· 10 years ago
5cb2420
zynqmp: Add support for R5 sw loading
by Michal Simek
· 10 years ago
222b212
zynqmp: caches: Enable dcache for zynqmp
by Siva Durga Prasad Paladugu
· 10 years ago
f25f552
zynq: slcr: Disable all level shifters
by Siva Durga Prasad Paladugu
· 10 years ago
e7fa7d5
ARM: zynq: drop legacy ps7_init.c/h support
by Masahiro Yamada
· 10 years ago
7a1aec8
zynq: Add Zynq PicoZed board support
by Nathan Rossi
· 10 years ago
04bc5c9
serial: zynq: Add support for slow emulation platform
by Michal Simek
· 10 years ago
caacb33
zynq: Enable GPIO driver and GPIO commands
by Michal Simek
· 10 years ago
d37c628
gpio: add Xilinx Zynq PS GPIO driver
by Andrea Scian
· 10 years ago
127e8a5
microblaze: Fix EMAC Lite initialization
by Nathan Rossi
· 10 years ago
5362662
Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga
by Tom Rini
· 10 years ago
4842c58
Merge branch 'master' of git://www.denx.de/git/u-boot-dm
by Tom Rini
· 10 years ago
f66529f
dm: core: Correct bug introduced in uclass_first/next_device()
by Simon Glass
· 10 years ago
4f60166
serial: ns16550: Remove hard-coded baud_divisor setting
by Axel Lin
· 10 years ago
f0f932d
dm: core: drop device removal error path correctly
by Masahiro Yamada
· 10 years ago
e536ab8
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 10 years ago
cc555bd
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 10 years ago
c650ca7
sf: Fix to compute proper sector_size
by Jagannadha Sutradharudu Teki
· 10 years ago
074eed5
dm: sf: Make SST flash write op work again
by Bin Meng
· 10 years ago
be7be78
dm: sf: Save flash flags to struct spi_flash
by Bin Meng
· 10 years ago
611c9ba
spi: omap3: Fix timeout handling
by David Dueck
· 10 years ago
205d586
mx6cuboxi: Load the correct 'fdtfile' variable
by Fabio Estevam
· 10 years ago
6a305f2
mx6cuboxi: Use more standard namings for fdt variables
by Fabio Estevam
· 10 years ago
feb6cc5
mx6cuboxi: Differentiate Cubox-i and Hummingboard
by Fabio Estevam
· 10 years ago
8cb6817
mx6cuboxi: Introduce multi-SoC support
by Fabio Estevam
· 10 years ago
cfdcc5f
mx6cuboxi: Prepare for multi SoC support
by Fabio Estevam
· 10 years ago
b684586
mx6cuboxi: Fix the defconfig name
by Fabio Estevam
· 10 years ago
e5c57ee
socfpga: implement arria V socdk SPI flash config in dts
by Pavel Machek
· 10 years ago
86e6f7e
Merge branch 'master' of git://git.denx.de/u-boot-fdt
by Tom Rini
· 10 years ago
08442ec
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 10 years ago
3f6dcdb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
90b1c9f
MIPS: implement device-tree handover to Linux kernel
by Daniel Schwierzeck
· 10 years ago
77d7fff
fdt: Fix handling of paths with options in them
by Hans de Goede
· 10 years ago
daa23f5
socfpga: implement socdk SPI flash config in dts
by Pavel Machek
· 10 years ago
ab10d73
armv8/fsl-lsch3: Implement workaround for I2C erratum A009203
by York Sun
· 10 years ago
Next »