index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: crownbay: Enable the beeper sound driver
Bin Meng
2019-03-11
1
-0
/
+1
*
x86: coreboot: Add the missing pc speaker node in the device tree
Bin Meng
2019-03-11
1
-0
/
+1
*
x86: Add a dtsi file for the pc speaker
Bin Meng
2019-03-11
1
-0
/
+5
*
x86: Make sure i8254 is setup correctly before generating beeps
Bin Meng
2019-03-11
1
-0
/
+4
*
x86: edison: Add the rest of UARTs present on board
Andy Shevchenko
2019-03-10
1
-0
/
+18
*
x86: edison: Use proper number of serial interface
Andy Shevchenko
2019-03-10
1
-3
/
+3
*
x86: acpi: Not every platform has serial console a first device
Andy Shevchenko
2019-03-10
1
-3
/
+3
*
x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier
Andy Shevchenko
2019-03-10
1
-0
/
+11
*
x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier
Andy Shevchenko
2019-03-10
1
-0
/
+3
*
x86: Add sound support for samus
Simon Glass
2019-02-20
1
-4
/
+45
*
x86: broadwell: Add support for serial I/O devices
Simon Glass
2019-02-20
2
-0
/
+192
*
x86: broadwell: Don't bother probing the PCH for pinctrl
Simon Glass
2019-02-20
1
-1
/
+2
*
x86: broadwell: Add support for the ADSP
Simon Glass
2019-02-20
5
-0
/
+208
*
sound: x86: Add beeping support in i8254
Simon Glass
2019-02-20
2
-4
/
+49
*
sound: x86: link: Add sound support
Simon Glass
2019-02-20
4
-0
/
+132
*
x86: ivybridge: Add a way to get the HDA config setting
Simon Glass
2019-02-20
1
-2
/
+25
*
x86: Adjust I/O macros to work on 64-bit machines
Simon Glass
2019-02-20
1
-8
/
+8
*
x86: do not use i386 code for x86_64 memory functions
Heinrich Schuchardt
2019-02-13
2
-9
/
+24
*
x86: tangier: Add initial ACPI support for PMIC device
Andy Shevchenko
2019-02-12
1
-0
/
+87
*
x86: Use the existing GDT in the ROM for 64-bit U-Boot proper
Bin Meng
2019-02-12
1
-14
/
+0
*
x86: Don't copy the cpu_call64() function to a hardcoded address
Bin Meng
2019-02-12
2
-3
/
+12
*
x86: Change 4-level page table base address to low memory
Bin Meng
2019-02-12
1
-4
/
+2
*
linker: Modify linker scripts to be more generic
Tom Rini
2019-01-26
1
-1
/
+1
*
x86: Kconfig: spelling fixes
Chris Packham
2019-01-18
2
-2
/
+2
*
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
2019-01-14
1
-5
/
+6
*
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
2019-01-14
1
-1
/
+4
*
efi: payload: only init usb if necessary
Bin Meng
2018-12-10
1
-1
/
+2
*
coreboot: only init usb if necessary
Thomas RIENOESSL
2018-12-10
1
-1
/
+2
*
x86: kconfig: Allow board defconfig file to disable 8259 and APIC
Bin Meng
2018-12-10
1
-2
/
+2
*
x86: Wrap calls to 8259 with CONFIG_I8259_PIC
Bin Meng
2018-12-10
1
-6
/
+10
*
x86: make the LAPIC / IOAPIC construct switchable with Kconfig
Hannes Schmelzer
2018-12-10
3
-1
/
+12
*
x86: acpi: Fix indentation in Intel Tangier ASL code
Andy Shevchenko
2018-12-10
1
-6
/
+6
*
x86: acpi: Enable RTC for Intel Tangier
Andy Shevchenko
2018-12-10
1
-0
/
+13
*
x86: acpi: Generate SPCR table
Andy Shevchenko
2018-12-05
2
-0
/
+120
*
x86: acpi: Add SPCR table description
Andy Shevchenko
2018-12-05
1
-0
/
+49
*
x86: efi: app: Generate Microsoft PE format compliant image
Bin Meng
2018-12-02
1
-1
/
+1
*
x86: efi: payload: Generate Microsoft PE format compliant image
Bin Meng
2018-12-02
1
-1
/
+1
*
cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers
Bin Meng
2018-11-14
4
-0
/
+4
*
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-1
/
+0
*
x86: Implement arch-specific io accessor routines
Bin Meng
2018-11-14
1
-0
/
+66
*
x86: acpi: Remove redundant Offset (0x00)
Andy Shevchenko
2018-11-06
3
-3
/
+0
*
x86: Fix car_uninit weak symbol definition
Bin Meng
2018-10-28
1
-6
/
+6
*
x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / region
Stefan Roese
2018-10-28
1
-3
/
+3
*
x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ
Bin Meng
2018-10-22
1
-0
/
+4
*
x86: Fix the mystery of printch() during 64-bit boot
Bin Meng
2018-10-22
2
-18
/
+1
*
x86: put global data pointer into the .data section
Heinrich Schuchardt
2018-10-22
1
-2
/
+8
*
x86: detect unsupported relocation types
Heinrich Schuchardt
2018-10-22
1
-0
/
+18
*
x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit build
Bin Meng
2018-10-22
1
-0
/
+1
*
x86: Specify -march=core2 to build 64-bit U-Boot proper
Bin Meng
2018-10-22
1
-1
/
+1
*
x86/bootm: fix error handling in boot_prep_linux(...)
Hannes Schmelzer
2018-10-22
1
-0
/
+4
[next]