Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commits/commit/095728803eedfce850a2f85828f79500cb09979e/arch You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

2849 Commits (095728803eedfce850a2f85828f79500cb09979e)

Author SHA1 Message Date
Joe Hershberger ec8a252cd4 env: Use getenv_yesno() more generally 13 years ago
Joe Hershberger f88e09de8d mips: serial: Fix busted manual relocation 13 years ago
Daniel Schwierzeck f0c27993e4 MIPS: constify mips_io_port_base 13 years ago
Simon Glass b1f17bf5ff Add strcasecmp() and strncasecmp() 13 years ago
Piotr Wilczek 89bd58a1e9 exynos:pinmux: Add pinmux support for i2c 13 years ago
Piotr Wilczek 847ab8f6e2 exynos:cpu: Add Exynos4 I2C spacing 13 years ago
Piotr Wilczek 83d745dd88 exynos:clock: Add i2c clock 13 years ago
Marek Vasut fa5e2845a8 mxs: i2c: Implement algorithm to set up arbitrary i2c speed 13 years ago
Daniel Schwierzeck ea40a05422 MIPS: constify address pointer in test_bit() 13 years ago
Zhi-zhou Zhang 0d69d918ab MIPS: fix a latent bug on initialize $gp 13 years ago
Simon Glass 058d59b08d x86: Build vga video code only if CONFIG_VIDEO_VGA is defined 13 years ago
Simon Glass a94e9d70e3 x86: Remove video_init() prototype from u-boot-x86.h 13 years ago
Stefan Reinauer c94663170b x86: drop unused code in coreboot.c 13 years ago
Stefan Reinauer 2b9d2252aa x86: Remove coreboot_ from file name 13 years ago
Vadim Bendebury 1350f1cce1 x86: Provide a way to throttle port80 accesses 13 years ago
Vadim Bendebury 7c71034d3c x86: Provide tick counter and frequency reference for Intel core architecture 13 years ago
Duncan Laurie b83058cd23 x86: Issue SMI to finalize Coreboot in final stage 13 years ago
Duncan Laurie 488b8b242b x86: Fix MTRR clear to detect which MTRR to use 13 years ago
Stefan Reinauer 300081aa68 x86: Emit port 80 post codes in show_boot_progress() 13 years ago
Simon Glass 2712f08898 x86: fdt: Create basic .dtsi file for coreboot 13 years ago
Gabe Black ba74a0ffcb x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly 13 years ago
Gabe Black b208c7f1d0 x86: Add support for CONFIG_OF_CONTROL 13 years ago
Stefan Reinauer 05b71646a9 x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading 13 years ago
Gabe Black 91d82a29e7 x86: Add back cold- and warm-boot flags 13 years ago
Gabe Black 112a575e49 x86: Override calculate_relocation_address to use the e820 map 13 years ago
Gabe Black d65297b64d x86: Make calculate_relocation_address an overridable function 13 years ago
Gabe Black 842d33874f x86: Make the upper bound on relocated symbols closed instead of open 13 years ago
Gabe Black 32f98735f9 x86: Reorder x86's post relocation memory layout 13 years ago
Gabe Black 8313315b9a x86: Initialise SPI if enabled 13 years ago
Gabe Black ac31a7b81c x86: Implement arch_phys_memset so that it can wipe memory above 4GB 13 years ago
Gabe Black ec516c4899 x86: Increase the size of the phys_size_t and phys_addr_t types 13 years ago
Duncan Laurie 0c3929092d x86: Fix off-by-one error in do_elf_reloc_fixups() 13 years ago
Duncan Laurie 984d8b09fb x86: Ignore memory >4GB when parsing Coreboot tables 13 years ago
Simon Glass 1484311286 x86: Fix indirect jmp warning in zimage.c 13 years ago
Stefan Reinauer 17de114f9f x86: Clean up MTRR 7 right before jumping to the kernel 13 years ago
Graeme Russ 98568f0fa9 x86: Import MSR/MTRR code from Linux 13 years ago
Stefan Reinauer 61e0ea900a x86: Provide a function to clean up just before booting a zimage 13 years ago
Stefan Reinauer 095593c030 x86: Add basic cache operations 13 years ago
Gabe Black 9a7da182fa x86: Fill in the dram info using the e820 map on coreboot/x86 13 years ago
Vadim Bendebury 3cdc18a8de x86: Add a CBMEM timestamp generated right before the kernel startup. 13 years ago
Vadim Bendebury 6dbe0cce3f x86: Enable coreboot timestamp facility support in u-boot. 13 years ago
Vadim Bendebury 2f899e03a9 x86: Add function to read time stamp counter 13 years ago
Bill Richardson 55ae10f8db x86: gpio: Add GPIO driver for Intel ICH6 and later. 13 years ago
Stefan Roese 083f2e08d2 mpc5200: Add SPL support 13 years ago
Stefan Roese ea8256f072 SPL: Port SPL framework to powerpc 13 years ago
Stefan Roese 966b11c749 powerpc: Extract EPAPR_MAGIC constants into processor.h 13 years ago
Stefan Reinauer 339c511106 x86: Don't spam POST80 codes with slow IO functions 13 years ago
Stefan Reinauer 5b1be1bd01 x86: Fix typo in pcat_timer.c 13 years ago
Gabe Black 687c108b10 x86: Include types.h explicitly in the i386 version of io.h 13 years ago
Gabe Black 452b80ef8c x86: Add a dummy implementation for timer_get_us 13 years ago